Skip to content

Releases: gen2brain/go-unarr

v0.2.3

23 Apr 07:51
7a3539c
Compare
Choose a tag to compare

Changelog

  • 7a3539c Build binary for linux/arm64

v0.2.2

23 Apr 07:43
d628474
Compare
Choose a tag to compare

Changelog

  • d628474 Fix build for MACOS/APPLE

v0.2.0

16 Oct 03:57
551f48c
Compare
Choose a tag to compare

Changelog

v0.1.7

02 Jun 07:49
9e0c1b3
Compare
Choose a tag to compare

Changelog

  • cee63a8 Define errors
  • e3672cc Fixes #38 - added CGO_CFLAGS to specific targets that emit warnings to suppress warnings that library users are unlikely to fix or address.
  • 795a266 Fixes #38 by using package level flags as opposed to specific includes
  • 080a66a Merge pull request #39 from enterprizesoftware/master
  • d8b0605 Remove build.sh
  • 2ed59d5 Replace deprecated functions
  • e3c91c6 Replace deprecated functions
  • ccdbdfd Revert "Fixes #38 - added CGO_CFLAGS to specific targets that emit warnings to suppress warnings that library users are unlikely to fix or address."
  • d69f9d6 Test subdir
  • c29ad64 Update Go version
  • 6f8d01a Update Go version
  • 9e0c1b3 Update goreleaser
  • 4d5d46a Use c99 instead of gnu99, issue #38

v0.1.6

02 Sep 13:56
59b80a0
Compare
Choose a tag to compare

Changelog

c496c96 Declare C mode, issue #34
59b80a0 Update C sources

v0.1.5

28 Aug 10:20
db3833a
Compare
Choose a tag to compare

Changelog

368906c DOCS: Fix typo in readme related to extracting contents of archive.
f7c71c5 Merge pull request #33 from Cian911/ciang/fix-readme
db3833a Set file offset bits, fixes #32

v0.1.4

21 Jun 19:40
640db1b
Compare
Choose a tag to compare

Changelog

239ec40 Fix path traversal vulnerability, issue #21
640db1b Update C sources

v0.1.3

21 Jun 15:09
fa2f5a7
Compare
Choose a tag to compare

Changelog

9c4a697 Merge pull request #24 from ProjectBorealis/master
b947898 Merge pull request #25 from ProjectBorealis/master
4f8c510 Merge pull request #28 from ProjectBorealis/master
9d11c89 Update README.md
fa2f5a7 Update goreleaser
102d9fb Use ar_open_file_w on Windows, issue #7
a7ec007 fixes for Windows
17c7cf2 improve ZIP forceinline usage
ba7b26d update C sources
afbe9f3 update Go files

v0.1.2

14 Oct 00:35
69f641d
Compare
Choose a tag to compare

Changelog

bac6f7e Add C bindings
b9d49a0 Add Go files
3bbeaab Add RawName
829d5aa Add action
6b172e5 Remove lto
1184dd5 Remove travis/appveyor
7bcd691 Remove unarr_cgo
c560783 Update .appveyor.yml
69f641d Update .goreleaser.yml
2c0c023 Update C bindings
ab80bbb Update C sources
b659377 Update README.md
8841386 Update action
5d14ac2 Update action
e9175db Update build.sh
e9e0252 Use bindings

v0.1.1

24 Sep 21:59
a9c9a14
Compare
Choose a tag to compare

Changelog

a9c9a14 Merge pull request #14 from coolaj86/releases
91520bd Use len instead of cap, fixes #6
07adaf4 add version info for goreleaser
8185647 make Prettier and add build info
e78fc0c update manual build instructions