Skip to content

Commit

Permalink
Update RELEASES
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Dec 31, 2023
1 parent 9e8b210 commit d63085a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# 📝 Release notes

### 0.5.0

*Unreleased*

#### powerpack-cli

- [Support workspaces with `--package` flag.][32b8bf1b] Previously `powerpack`
only worked with the root package of a workspace. You can now have multiple
packages in a workspace and use the `--package` flag to specify which package
to build, link or package. The `workflow/` directory containing the package
information must be in the same directory as the manifest file for the
particular package.

#### powerpack

- [Support `skipknowledge` option.][b4f0f8cf] Adds [`Output::skip_knowledge`]
which allows you to set `uid` and preserve the item order while allowing Alfred
to retain knowledge of your items, like your current selection during a re-run.

- [Support Universal Actions.][887ae3ac] Adds [`Item::action`] which allows you
to set the universal action(s) for an item.

- [Support multiple item arguments.][beb28208] Adds [`Item::args`] which allows
you to set multiple arguments which will be passed as a JSON array.

- [Support multiple modifier keys.][9e8b210e] Adds [`Modifier::new_multi`] which
allows you to specify a combination of keys as the modifier.

[`Item::action`]: https://docs.rs/powerpack/latest/powerpack/struct.Item.html#method.action
[`Item::args`]: https://docs.rs/powerpack/latest/powerpack/struct.Item.html#method.args
[`Output::skip_knowledge`]: https://docs.rs/powerpack/latest/powerpack/struct.Output.html#method.skip_knowledge
[`Modifier::new_multi`]: https://docs.rs/powerpack/latest/powerpack/struct.Modifier.html#method.new_multi
[b4f0f8cf]: https://github.com/rossmacarthur/powerpack/commit/b4f0f8cffc2f1bbbe2445892054904b39ffaa304
[887ae3ac]: https://github.com/rossmacarthur/powerpack/commit/887ae3acbef494a164e181996f80d6100c5f3a7f
[beb28208]: https://github.com/rossmacarthur/powerpack/commit/beb2820874c5405f0a1835b6db757deeb12f1d0e
[9e8b210e]: https://github.com/rossmacarthur/powerpack/commit/9e8b210e11a0b6c68bbb15be4e1a23504fbfe1f9
[32b8bf1b]: https://github.com/rossmacarthur/powerpack/commit/32b8bf1bd7126cf615c72477b2e66efbcf7c772a

### 0.4.2

*September 20th, 2022*
Expand Down

0 comments on commit d63085a

Please sign in to comment.