Skip to content

Releases: bodgit/sevenzip

v1.5.1

05 Apr 23:52
fb7ab8b
Compare
Choose a tag to compare

1.5.1 (2024-04-05)

Performance Improvements

v1.5.0

08 Feb 01:03
467911c
Compare
Choose a tag to compare

1.5.0 (2024-02-08)

Features

v1.4.5

12 Dec 09:32
8ea0d72
Compare
Choose a tag to compare

1.4.5 (2023-12-12)

Bug Fixes

v1.4.4

06 Nov 22:14
68c8b0c
Compare
Choose a tag to compare

1.4.4 (2023-11-06)

Bug Fixes

  • Handle panic when unpack info is missing (#117) (db3ba77)

v1.4.3

03 Jul 11:22
v1.4.3
Compare
Choose a tag to compare

What's Changed

New Features

  • feat: optimize LZMA processing with enhanced multiReader implementation for io.ByteReader by @orisano in #95

Bug Fixes

Other Changes

  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #89
  • Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 by @dependabot in #90
  • Bump github.com/klauspost/compress from 1.16.5 to 1.16.6 by @dependabot in #92
  • Bump golang.org/x/text from 0.9.0 to 0.10.0 by @dependabot in #91
  • Bump github.com/pierrec/lz4/v4 from 4.1.17 to 4.1.18 by @dependabot in #93

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

27 May 22:24
v1.4.2
91a7926
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #86

Full Changelog: v1.4.1...v1.4.2

v1.4.1

26 Apr 22:35
v1.4.1
2ef07bb
Compare
Choose a tag to compare

What's Changed

New Features

  • Add support for reading self-extracting archives by @bodgit in #85
  • Add various branch converters by @bodgit in #83

Bug Fixes

Other Changes

  • Bump github.com/klauspost/compress from 1.15.13 to 1.15.14 by @dependabot in #60
  • Bump golang.org/x/text from 0.5.0 to 0.6.0 by @dependabot in #61
  • Bump github.com/klauspost/compress from 1.15.14 to 1.15.15 by @dependabot in #64
  • Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 by @dependabot in #65
  • Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 by @dependabot in #66
  • Bump golang.org/x/text from 0.6.0 to 0.7.0 by @dependabot in #67
  • Bump github.com/andybalholm/brotli from 1.0.4 to 1.0.5 by @dependabot in #68
  • Bump github.com/klauspost/compress from 1.15.15 to 1.16.0 by @dependabot in #70
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #69
  • Bump golang.org/x/text from 0.7.0 to 0.8.0 by @dependabot in #71
  • Bump github.com/klauspost/compress from 1.16.0 to 1.16.3 by @dependabot in #72
  • Bump actions/setup-go from 3 to 4 by @dependabot in #73
  • Bump golang.org/x/text from 0.8.0 to 0.9.0 by @dependabot in #77
  • Bump github.com/klauspost/compress from 1.16.3 to 1.16.4 by @dependabot in #76
  • Bump github.com/klauspost/compress from 1.16.4 to 1.16.5 by @dependabot in #81

Full Changelog: v1.4.0...v1.4.1

v1.4.0

19 Dec 00:08
v1.4.0
46c47c0
Compare
Choose a tag to compare

What's Changed

New Features

Other Changes

  • Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 by @dependabot in #39
  • Bump github.com/pierrec/lz4/v4 from 4.1.15 to 4.1.16 by @dependabot in #40
  • Bump github.com/bodgit/windows from 1.0.0 to 1.0.1 by @dependabot in #41
  • Bump github.com/klauspost/compress from 1.15.9 to 1.15.10 by @dependabot in #42
  • Bump github.com/pierrec/lz4/v4 from 4.1.16 to 4.1.17 by @dependabot in #44
  • Bump github.com/klauspost/compress from 1.15.10 to 1.15.11 by @dependabot in #43
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #45
  • Bump golang.org/x/text from 0.3.8 to 0.4.0 by @dependabot in #47
  • Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 by @dependabot in #46
  • Bump github.com/klauspost/compress from 1.15.11 to 1.15.12 by @dependabot in #48
  • Bump github.com/bodgit/plumbing from 1.2.0 to 1.3.0 by @dependabot in #51
  • Bump golang.org/x/text from 0.4.0 to 0.5.0 by @dependabot in #52
  • Bump github.com/ulikunitz/xz from 0.5.10 to 0.5.11 by @dependabot in #56
  • Bump github.com/klauspost/compress from 1.15.12 to 1.15.13 by @dependabot in #55
  • Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #57

Full Changelog: v1.3.0...v1.4.0

v1.3.0

12 Aug 17:50
v1.3.0
46c5197
Compare
Choose a tag to compare

Changelog

  • 46c5197 Stupid lint error
  • 37dcbfa Merge pull request #37 from bodgit/fs
  • 10387ef Implement fs.FS interface
  • 4b361ef Switch from os.* to fs.* types
  • dd3fc5f Merge pull request #35 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.9
  • b372b7c Bump github.com/klauspost/compress from 1.15.8 to 1.15.9
  • 6202920 Merge pull request #34 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.8
  • 500e278 Bump github.com/klauspost/compress from 1.15.7 to 1.15.8
  • 16ea0ae Merge pull request #33 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.7
  • b1902c7 Bump github.com/klauspost/compress from 1.15.6 to 1.15.7
  • b9d337b Merge pull request #32 from bodgit/dependabot/go_modules/github.com/pierrec/lz4/v4-4.1.15
  • 7417668 Bump github.com/pierrec/lz4/v4 from 4.1.14 to 4.1.15
  • aaede46 Merge pull request #31 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.6
  • 76ecc6b Bump github.com/klauspost/compress from 1.15.5 to 1.15.6
  • ed8c3fb Merge pull request #30 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.5
  • b7c75f9 Bump github.com/klauspost/compress from 1.15.4 to 1.15.5
  • dc32311 Merge pull request #29 from bodgit/dependabot/github_actions/goreleaser/goreleaser-action-3.0.0
  • 4e86517 Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0

v1.2.2

11 May 23:17
v1.2.2
6031d88
Compare
Choose a tag to compare

Changelog

  • 6031d88 Merge pull request #28 from bodgit/deflate
  • 40f1116 Switch deflate implementation
  • d27af3f Merge pull request #27 from bodgit/algos
  • e24f90c Add Brotli decompressor
  • b99b168 Bump github.com/bodgit/plumbing to v1.2.0
  • 9f5e88a Add Zstandard decompressor
  • 0cc1b40 Add LZ4 decompressor