Skip to content

0.33.0 - Lot's of fixes and some API changes

Compare
Choose a tag to compare
@adamhathcock adamhathcock released this 21 Mar 13:21
· 206 commits to master since this release

I think the API didn't break with IArchiveFactory

I've been out it for health reasons

What's Changed

  • SourceStream Position counting bug fix by @Erior in #687
  • Access level to LzmaStream Decoder by @louis-michelbergeron in #690
  • Introduced IArchiveFactory by @vpenades in #671
  • 64bit datadescriptors by @Erior in #689
  • Ignores UnicodePathExtra if forced encoding is specified by @stakira in #696
  • Added support for reading comment header for Rar v5 archives by @IngBertolini in #697
  • Bump actions/setup-dotnet from 2 to 3 by @dependabot in #699
  • Use PackageLicenseExpression instead of PackageLicenseFile by @andreas-eriksson in #706
  • Generalized factories to readers and writers. by @vpenades in #709
  • Update to dotnet 7. Change net461 to net462. Remove netcoreapp3.1 by @adamhathcock in #715
  • replace Activator.CreateInstance to Func for avoiding error in NativeAOT by @itn3000 in #716
  • Several improvements to the LZMA Compressor by @ds5678 in #717
  • Zip Multipart fix, XZ stream fix, XZ stream support added to zip/zipx by @Nanook in #722
  • Add support for 7ZipDelta decompress by @Erior in #726
  • Fixed support for RAR 1.5 (algo15) by @TwanVanDongen in #729
  • Implement Searching Data Descriptor stream issue/pull #680 by @Erior in #727
  • Increase character value to support rar file with more than 100 parts… by @Erior in #733
  • Remove check for minimal distance and add test case generated by 7z as compatibility check by @Erior in #735

New Contributors

Full Changelog: 0.32.2...0.33.0