Skip to content

Releases: adamhathcock/sharpcompress

More fixes!

14 Feb 13:10
Compare
Choose a tag to compare

Fixes

  • Zip64 Header and Size fix #567
  • Handling Longer Comments on Archives - #570
  • Fix zip64 header writing - #571

Improvements

  • More stackallocs and Span usage #568
  • Add option to ignore incomplete file Rar check #569

GZip usage bugfix

13 Jan 15:17
4a7337b
Compare
Choose a tag to compare

Fix for Rewindable stream when using a gz file that isn't a tar

Updates.

11 Jan 12:06
Compare
Choose a tag to compare

New Features:

  • Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only - #559
  • Create and using PauseEntryRebuilding for adding large numbers of entriees - #485
  • Expose Last Modified time on GZipStream. Add CRC and Size to GZipEntries on Archive - #560
  • Use hardware accelerated Alder32 impl - #551

Fixes:

Encoding changes

26 Jul 13:57
Compare
Choose a tag to compare

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

Bug fixes

22 May 12:51
Compare
Choose a tag to compare
  • Windows Reference fixes - #512
  • Default delegate for Symbolic link fixer - #513
  • Minor Optimizations - #508

Memory perf improvements

03 Apr 07:32
Compare
Choose a tag to compare

I should have released this months ago but here we are!

Big thanks to @Bond-009 for the perf! and thanks to @Erior for the fix!

Breaking changes:

  • .NET 1.3 and 2.0 only well turns out support will be for: 1.3, 2.0, 2.1 and NET46. Can't wait to drop more.

Improvements:

Fixes:

More fixes!

Feature and fixes rollup release!

27 Feb 13:06
acf66c5
Compare
Choose a tag to compare

Some perf fixes!

09 Jul 07:53
d577fe1
Compare
Choose a tag to compare

Bug fix for encoding

15 May 08:19
Compare
Choose a tag to compare