SharpCompress v0.26 Release Notes

Release Date: 2020-07-26 // over 3 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ Encoding was set to 437 (a windows specific encoding) which caused a lot of issues, especially on mobile platforms and I discovered also on Blazor. Encoding is defaulted now to Encoding.Default with an easier overload of ArchiveEncoding to specify default encodings if needed. See: #527 #473 #441 #446 #405

    ๐Ÿ›  Fixes/features!

    • Decompress RAR 4.x SOLID archive addition: #523
    • Ensure TarArchive enumerates #528

Previous changes from v0.25.1

    • ๐Ÿ Windows Reference fixes - #512
    • 0๏ธโƒฃ Default delegate for Symbolic link fixer - #513
    • Minor Optimizations - #508