Skip to content

Releases: Bios-Marcel/spoon

v0.0.9

23 Nov 22:21
Compare
Choose a tag to compare
* New redirect commands
  * reset
  * hold
  * unhold
* Add short description to buckets command

v0.0.8

22 Nov 10:31
Compare
Choose a tag to compare
* 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

21 Nov 13:04
Compare
Choose a tag to compare
* 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

16 Apr 22:28
Compare
Choose a tag to compare
v0.0.7-pre-3 Pre-release
Pre-release
Implement shortcuts on uninstall

v0.0.7-pre-2

15 Apr 21:10
Compare
Choose a tag to compare
v0.0.7-pre-2 Pre-release
Pre-release
Implement persist dirs

v0.0.7-pre-1

12 Apr 14:09
Compare
Choose a tag to compare
v0.0.7-pre-1 Pre-release
Pre-release

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

12 Apr 13:27
Compare
Choose a tag to compare
  • 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
  • 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

29 Mar 13:45
Compare
Choose a tag to compare
* 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

10 Mar 21:26
Compare
Choose a tag to compare
* Improve performance
* Fix a search bug

v0.0.1

10 Mar 15:26
Compare
Choose a tag to compare
First release with a focus on search