Releases: jantari/rewinged
Releases Β· jantari/rewinged
Version 0.10.0
Version 0.9.0
Version 0.8.0
Version 0.7.3
Changelog
- b004d79 add ca-certificates to the container image
Version 0.7.2
Breaking change
rewinged now serves the API endpoints winget contacts at the /api
route. This means the source URL configured on the winget clients has to be updated (winget source remove ...
old URL and winget source add ...
new URL with /api
at the end).
Changelog
Version 0.7.1
New feature: Auto-Internalization
A section describing the feature was added to the README: https://github.com/jantari/rewinged#-auto-internalization
Changelog
- 01c4f82 separate function for installer downloading and rewriting
- 773b11a choose dir for internalized installers, fail on http download errors
- 012c525 allow some installer sources to be excluded from auto-internalization
- a1f3e97 implement download of installers for auto-internalization feature
- a6b92f7 implement InstallerUrl rewriting for auto-internalization feature
Version 0.6.1
Changelog
- be7c2f0 update to go 1.21, gin, zerolog and ff deps
Version 0.6.0
Version 0.5.0
Changelog
- 2a5cb16 implement structured logging with zerolog
- f2852e7 start all log messages in lowercase, add some log fields
- ea163ae improve logs from manifest file ingest
- 1171002 use Err() over AnErr() when adding error fields to logs
- ef24bce moved all remaining log, fmt and gin output to zerolog json
- 16e90ba Merge branch 'main' into zerolog
- 044cd49 start implementing structured logging with zerolog