Releases: Bios-Marcel/spoon
Releases · Bios-Marcel/spoon
v0.0.9
v0.0.8
* spoon update now always resets and updates the buckets, potentially fixing broken bucket repos * cat now allows specifying to cat installed apps specifically, instead of just as a fallback * status now explains what it means if an app is not in any bucket * spoon shell now works on powershell 7
v0.0.7
* Fix fail fast in search * Experimental flag for custom versions of install, uninstall and update for non global installs * native download command
v0.0.7-pre-3
Implement shortcuts on uninstall
v0.0.7-pre-2
Implement persist dirs
v0.0.7-pre-1
pre-1 of the v0.0.7 release contains logic for downloading, shimming, installing, updating and uninstalling applications. Note however, that the logic doesn't cover all potential manifest combinations as of now.
v0.0.6
- Fix some typos
- Buckets
- Files in the bucket folder don't cause application breakages anymore
This can happen by accident or if some application creates dotfiles for whatever reason.
- update
- Add
refresh
alias - If
-a
is specified, we now forward to scoop instead of just updating the repositories
- Add
- versions command
- specify number of past versions to find
- version comparison now uses actual logic instead of
a != b
- Fix potential duplicates of available versions
v0.0.3
* New spoon only commands * `spoon shell` - a nix-shell like tool (Experimental) * `spoon versions` - prints available versions for manifest (uses git history) * Scoop commands * `depends` is now native * Additional `--reverse` flag * `cat` is now native * can retrieve concrete versions, unlike scoop * `status` is now native * Also detects outdated workspace manifests * Version comparison currently uses equality > This would also detect a downgrade as `outdated`. > But it also finds outdated apps with weird versions, like > inksacpe, which scoop doesn't update automatically. * Bugfixes * `--arch` flag was incorrectly treated as a boolean * `search` now correctly handles `bin` and `shortcuts` from `architecture` * Custom buckets (with non-conforming structure) now work * Notes field is now parsed correctly
v0.0.2
* Improve performance * Fix a search bug
v0.0.1
First release with a focus on search