Skip to content

Releases: gonuit/rps

v0.9.1

02 Oct 14:50
Compare
Choose a tag to compare

Changes:

  • Used static linking of the CRT library on Windows instead of dynamic - solves Windows problems when the CRT library was not present.

Full Changelog: v0.9.0...v0.9.1

v0.9.0

01 Oct 23:32
Compare
Choose a tag to compare

Changes:

  • Added support for an external script file (rps.yaml), thanks to @masreplay in #24.

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

19 Jul 15:39
Compare
Choose a tag to compare

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

19 Jul 15:38
Compare
Choose a tag to compare

Changes:

  • Added support for Linux Arm64 (aarch64) architecture.
  • Improved Abi handling

Full Changelog: v0.8.0...v8.1.0

v0.8.0

23 Mar 19:08
Compare
Choose a tag to compare

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

Full Changelog: v0.7.0...v0.8.0

v0.8.0-dev.1

24 May 12:38
Compare
Choose a tag to compare
v0.8.0-dev.1 Pre-release
Pre-release

Changes:

  • Added experimental support for positional arguments

v0.7.0-dev.6

11 Mar 15:15
Compare
Choose a tag to compare
v0.7.0-dev.6 Pre-release
Pre-release

Changes:

  • Readme improvements

Full Changelog: v0.7.0-dev.1...v0.7.0-dev.6

v0.7.0-dev.1

11 Mar 01:37
Compare
Choose a tag to compare
v0.7.0-dev.1 Pre-release
Pre-release

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- and after- command-based hooks.
  • Introduced platform specific scripts while using $script key with $windows, $linux, $macos etc
  • Introduced references $.

New Contributors

Full Changelog: https://github.com/gonuit/rps/commits/v0.7.0-dev.1