Skip to content

Releases: eirikb/gg

75

14 Jul 19:05
a8626b7
Compare
Choose a tag to compare

image

This PR adds support for Caddy!

74

14 Jul 14:48
09c2ab6
Compare
Choose a tag to compare
74
Feature/caddy (#70)

* Remove GitHub API proxy

* Hello Caddy!

* Test caddy

* Fix change in Azul Java JSON format

* Drop ubuntu 14

Fun to test, but...

* Eh

* Build. Please

* Build. Please

* Re-implement hack for GH API rate limiting

* Remove tests for macOS-11

Doesn't seem to run at all

72

15 Aug 21:52
94d08fb
Compare
Choose a tag to compare
72

Stripping stage4 makes the binary much smaller.
This makes the initial download faster.
For macOS and Windows the difference is not that large, but on Linux it is half-ish size.
Stripping is fine for this app. I hope.

image

71

04 Aug 22:01
b417c44
Compare
Choose a tag to compare
71

There is a dash in the commands check-update and clean-cache now.
image

This also means @ must be used even for tags only, e.g., java@-lts.

69

30 Jul 20:59
b3c3de7
Compare
Choose a tag to compare
69

Upgrade of Gradle

image

Support for post actions of downloads.
In the context of Gradle this means sha256-checking the download.

68

26 Jul 08:08
86cba52
Compare
Choose a tag to compare
68

Add support for go (golang)!
image

67

25 Jul 10:57
6247bba
Compare
Choose a tag to compare
67

New download URLs. gg.eirikb.no will now directly download gg.cmd.
Updated readme of stages (src) to show pictures of how it works. A bit less confusing.

66

24 Jul 09:43
209c94f
Compare
Choose a tag to compare
66

Fix version parsing of deno

image

65

24 Jul 07:57
c959d98
Compare
Choose a tag to compare
65
  • Caching of Cargo replaced with Swatinem/rust-cache
  • Uploading a release of gg.cmd to gg.eirikb.no

64

23 Jul 09:56
f4896f4
Compare
Choose a tag to compare
64

Add support for deno

image

Note: I needed some way to deal with API limitation in GitHub API. For now I proxy via Azure CDN. Hopefully it will not be abused.
This is only used to cache the releases. It will cache every page (every querystring is unique).
It should only work for deno repo.