Skip to content

Releases: Bios-Marcel/spoon

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 23 Nov 22:21
* New redirect commands
  * reset
  * hold
  * unhold
* Add short description to buckets command

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 22 Nov 10:31
* 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

Choose a tag to compare

@github-actions github-actions released this 21 Nov 13:04
* 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

v0.0.7-pre-3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Apr 22:28
Implement shortcuts on uninstall

v0.0.7-pre-2

v0.0.7-pre-2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Apr 21:10
Implement persist dirs

v0.0.7-pre-1

v0.0.7-pre-1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Apr 14:09

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

Choose a tag to compare

@github-actions github-actions released this 12 Apr 13:27
  • 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

Choose a tag to compare

@github-actions github-actions released this 29 Mar 13:45
* 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

Choose a tag to compare

@github-actions github-actions released this 10 Mar 21:26
* Improve performance
* Fix a search bug

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Mar 15:26
First release with a focus on search