Skip to content

Releases: jantari/rewinged

Version 0.3.0

12 Mar 20:37
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Changelog

Version 0.2.0-rc.1

08 Jan 14:09
Compare
Choose a tag to compare
Version 0.2.0-rc.1 Pre-release
Pre-release

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

25 Sep 00:08
Compare
Choose a tag to compare
Version 0.1.0-rc.1 Pre-release
Pre-release

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