Skip to content

Releases: IceWhaleTech/CasaOS-Gateway

v0.4.4-alpha1

22 Apr 14:13
f76b6bc
Compare
Choose a tag to compare
v0.4.4-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.2...v0.4.4-alpha1

v0.4.2

21 Feb 11:36
03c631a
Compare
Choose a tag to compare

Changelog

  • 03c631a Update push_test_server.yml
  • 34f0d25 Update push_test_server.yml
  • 53bb179 Update push_test_server.yml

v0.4.2-alpha1

10 Feb 00:52
Compare
Choose a tag to compare
v0.4.2-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.1...v0.4.2-alpha1

v0.4.1

17 Jan 18:45
10b0341
Compare
Choose a tag to compare

What's Changed

  • add upx as part of building step to shrink the size of binary files by @tigerinus in #25
  • fix blank page after CasaOS update by adding no-cache to Cache-Control on / page. by @tigerinus in #27
  • update migration tool url by @LinkLeong in #28

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.1-alpha3

06 Jan 09:49
10b0341
Compare
Choose a tag to compare
v0.4.1-alpha3 Pre-release
Pre-release

Changelog

v0.4.1-alpha2

03 Jan 18:59
55b5963
Compare
Choose a tag to compare
v0.4.1-alpha2 Pre-release
Pre-release

Changelog

  • 55b5963 fix blank page after CasaOS update by adding no-cache to Cache-Control on / page. (#27)

v0.4.1-alpha1

29 Dec 23:25
56eeb0e
Compare
Choose a tag to compare
v0.4.1-alpha1 Pre-release
Pre-release

Changelog

  • b4ddeed Update README.md
  • 56eeb0e add upx as part of building step to shrink the size of binary files (#25)

v0.4.0

13 Dec 09:42
36d51da
Compare
Choose a tag to compare

Changelog

  • b3b1e77 added arch support (#23)
  • 361b59e remove "-snapshot" from package naming
  • 36d51da remove unnecessary CGO_ENABLE=1 from build command (#24)

v0.4.0-alpha1

01 Dec 23:31
36d51da
Compare
Choose a tag to compare
v0.4.0-alpha1 Pre-release
Pre-release

Changelog

  • b3b1e77 added arch support (#23)
  • 361b59e remove "-snapshot" from package naming
  • 36d51da remove unnecessary CGO_ENABLE=1 from build command (#24)

v0.3.8

21 Nov 10:29
be188f9
Compare
Choose a tag to compare

Changelog

  • 1335105 Update release.yml
  • 1c09d7d Update release.yml
  • de60996 Update release.yml
  • 03b3a4d add cleanup script for future uninstall modularization (#17)
  • 8d9b2f8 add go test to goreleaser
  • be188f9 add restrictive license check to gorelease workflow (#22)
  • 0fae875 bump version and cleanup migration tool for previous version (#20)
  • a903420 fix potential goroutine leak due to http request without a timeout (#21)
  • c99888d move common package for external caller to CasaOS-Common
  • 3cc63c5 move proxy structs to external services from each own repository to here (#19)
  • 876b64d use $BASH instead of $SHELL in setup and cleanup script in case of running under non-bash shell. (#18)