Releases: gonuit/rps
Releases · gonuit/rps
v0.9.1
v0.9.0
Changes:
- Added support for an external script file (
rps.yaml
), thanks to @masreplay in #24.
New Contributors
- @masreplay made their first contribution in #24
Full Changelog: v0.8.2...v0.9.0
v0.8.2
Changes:
- Fix arguments serialization. escape backslashes, single and double quotes for shell safety and enclose in quotes if necessary: contains spaces or quotes.
- Formatted source code
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Changes:
- Added support for Linux Arm64 (aarch64) architecture.
- Improved Abi handling
Full Changelog: v0.8.0...v8.1.0
v0.8.0
BREAKING CHANGES
- Support for positional arguments:
${0}
,${1}
... - To use references use
rps
instead of$
prefix.
Additional changes
- Added list command:
rps ls
- Lists all available commands
- Added upgrade command:
rps -u
/rps --upgrade
- Improved help command
rps -h
/rps --help
- Updated readme documentation.
- Documentation: Multi Line Script by @princestha in #11
New Contributors
- @princestha made their first contribution in #11
Full Changelog: v0.7.0...v0.8.0
v0.8.0-dev.1
Changes:
- Added experimental support for positional arguments
v0.7.0-dev.6
v0.7.0-dev.1
What's Changed
- Update to dart 2.19.4 and support for Dart 3 by @g0dzillaa in #9
- Packages upgrades by @udiedrichsen in #6
- Introduced
$before
and$after
hooks - Removed old
before-
andafter-
command-based hooks. - Introduced platform specific scripts while using
$script
key with$windows
,$linux
,$macos
etc - Introduced references
$
.
New Contributors
- @g0dzillaa made their first contribution in #9
- @udiedrichsen made their first contribution in #6
Full Changelog: https://github.com/gonuit/rps/commits/v0.7.0-dev.1