Releases: jantari/rewinged
Releases · jantari/rewinged
Version 0.3.1-rc.2
Changelog
With this release going forward there are now official, pre-built container images of rewinged available:
https://github.com/jantari/rewinged/pkgs/container/rewinged/versions
docker run ghcr.io/jantari/rewinged:0.3.1-rc.2
Other than that, there are no functional changes compared to 0.3.0
. If you use the binary releases there is no need to update.
Version 0.3.0
Changelog
- Added support for version 1.4.0 package manifests
Version 0.2.0-rc.1
Changelog
- 0673605 include more/all installer fields in API responses
- 4b90303 mention supported manifest versions in readme
- 32b01a2 first implementation of manifest 1.2.0 and api 1.4.0 support
- 74abd5f rework manifests -> api data conversion to prep for multi-schema-version support
- 9a51315 prefix and/or version yet more data structs
- 0bf0dec prefix and version most structs, separate Installer structs for manifest and API
- ef6f9b0 separate, rename more data structs by schema version, add first 1.4.0 structs
- fa84bd7 add interface to prepare for supporting multiple API schema versions
- 7175eb3 move all API-handler functions to controllers, searching functions to model
- 19554b0 add linux binary to gitignore
- 3014965 start separating code into packages, controller and types
- 3d47306 update Dockerfile to build using go 1.19.1
Version 0.1.0-rc.1
This is the first public release of rewinged.
Minimum Viable Product features are implemented:
- Manifest ingestion (both singleton and multi-file manifests)
- Neccessary API endpoints for winget search, show, install and list commands to work
- Live reload when manifest files change (e.g.
git pull
or manual edits) - Runs on both Windows and Linux