Skip to content

Latest commit

 

History

History
264 lines (173 loc) · 8.69 KB

RELEASES.md

File metadata and controls

264 lines (173 loc) · 8.69 KB

📝 Release notes

0.6.0

January 26th, 2025

powerpack

  • Add support for variables. Adds Output::variables, Item::variables, and Modifier::variables which allow you to set the variables which are passed out of the script filter object.

    These remain accessible throughout the current session as environment variables. In addition, they are passed back in when the script reruns within the same session. This can be used for managing state between runs as the user types input or when the script is set to re-run after an interval.

  • Add compile_error! binary to powerpack crate. If you try to install powerpack as a binary it will now direct you to install powerpack-cli.

0.5.0

December 31st, 2023

powerpack-cli

  • Support workspaces with --package flag. 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


0.4.2

September 20th, 2022

powerpack-cli

Thanks @knutwalker for these fixes!

powerpack


0.4.1

March 20th, 2022

powerpack-cli


0.4.0

March 19th, 2022

powerpack

powerpack-cli


0.3.1

February 10th, 2022

powerpack


0.3.0

February 6th, 2022

powerpack-cli

  • Support --bin option. If a package has multiple binaries and you only want to build or package one or some of them then you can use this option to filter the binaries. This option can be used multiple times.

    powerpack package --bin my_bin --bin my_other_bin
  • Support --target option. This means you can now easily build and package workflows for both x86_64-apple-darwin and aarch64-apple-darwin from either host.

    powerpack package --target aarch64-apple-darwin

0.2.2

January 18th, 2022

powerpack-cli


0.2.1

September 4th, 2021

powerpack


0.2.0

July 5th, 2021

powerpack

powerpack-cli


0.1.2

May 15th, 2021

powerpack

powerpack-cli


0.1.1

April 1st, 2021

powerpack-cli


0.1.0

March 31st, 2021

First version.