Skip to content

Releases: electrikmilk/cherri

v0.1.7 Beta

20 Feb 01:35
Compare
Choose a tag to compare
v0.1.7 Beta Pre-release
Pre-release

Highlights

  • Finishes basically all of the built-in scripting actions (by adding Measurements & DND).
  • First properly tagged release.

Full Changelog: v0.1.6-beta...v0.1.7-beta

v0.1.6 Beta

18 Feb 23:55
621cef4
Compare
Choose a tag to compare
v0.1.6 Beta Pre-release
Pre-release

Highlights

  • Adds more action argument enum definitions
  • Fixes and improvements to actions
  • Adds more scripting actions
  • Refactors action getType() to typeOf()
  • Internal compiler improvements, notably an improvement that will make definitions of some actions smaller.

Full Changelog: v0.1.5-beta...v0.1.6-beta

v0.1.5 Beta

08 Feb 01:34
Compare
Choose a tag to compare
v0.1.5 Beta Pre-release
Pre-release

Highlights

  • Adds the first implementation of Import Questions.
  • Changes module name from cherri to github.com/electrikmilk/cherri.
  • Refactors foreach to for for clarity.
  • Adds 16.3 as a valid iOS version.
  • Improves internal error handling.
  • Improvements and fixes to actions.
  • Requires values for arguments with enum values to be the same case, as Shortcuts is specific about this. But, this fixes argument enum errors.

Full Changelog: v0.1.4-beta...v0.1.5-beta

v0.1.4 Beta

02 Feb 02:02
9d2513d
Compare
Choose a tag to compare
v0.1.4 Beta Pre-release
Pre-release

Full Changelog: v0.1.3-beta...v0.1.4-beta

Highlights

  • Now properly displays the output of the shortcuts command if there was an error signing the compiled Shortcut.
  • Fixes adding to arrays using the add to operator (+=) so that the
    value of the array variable isn't cleared first.
  • Corrects some misspelled action names and adds more enum
    definitions.
  • The compiler is a bit smaller due to cleaning up some actions.
  • Fixes spacing on parser error caret.
  • Fixes position tracking in the compiler so that errors and warnings are more accurate.
  • No longer prints the previous line to the line the error is on if the error is on line 1.
  • Now checks if a collected value is empty.
  • Errors related to #include are now more accurate.
  • Debug output is now labeled.
  • Definition conflict (e.g. mac definition was set to false but a Mac-only action was used) warnings are now errors.

v0.1.3 Beta

22 Jan 22:37
Compare
Choose a tag to compare
v0.1.3 Beta Pre-release
Pre-release

v0.1.2 Beta

21 Dec 02:40
Compare
Choose a tag to compare
v0.1.2 Beta Pre-release
Pre-release

Highlights

  • Adds some of the newest actions introduced in iOS 16.2 and macOS Ventura 13.1.

Full Changelog: v0.1.1-beta...v0.1.2-beta

v0.1.1 Beta

06 Dec 23:23
6cf070c
Compare
Choose a tag to compare
v0.1.1 Beta Pre-release
Pre-release

What's New?

  • New --import Option: Open compiled Shortcut right after compilation

Full Changelog: v0.1.0-beta...v0.1.1-beta

v0.1.0 Beta

11 Nov 19:04
dee3a7e
Compare
Choose a tag to compare
v0.1.0 Beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.9-alpha...v0.1.0-beta

v0.0.9 Alpha

03 Nov 21:57
04ad52b
Compare
Choose a tag to compare
v0.0.9 Alpha Pre-release
Pre-release

v0.0.8 Alpha

02 Nov 04:43
Compare
Choose a tag to compare
v0.0.8 Alpha Pre-release
Pre-release

Refactoring and bug fixing.

Full Changelog: v0.0.7-alpha...v0.0.8-alpha