Skip to content

v0.14.0-beta

Choose a tag to compare

@cryptrr cryptrr released this 13 Jul 02:52
· 105 commits to main since this release

New features

  • Implemented 'Add to home screen' functionality for Commands.
    • Now you can Run your commands as 'standalone applications'.
  • Added guard to prevent multiple calls to commands.
  • Implemented application shutdown from Cancel Notification (Tentative)
  • Added vertical scroll to to support large command sheets.
  • Extended the ENV to include INPUT_URLS and INPUT_TEXT instead of just INPUT_FILE for all
    • Now you can use INPUT_URLS when the input is detected to contain multiple URLs.

Bug Fixes

  • Fixed the quoting issue in CommandExtraInputs for all handlers.
  • Fixed the unsafe commands checker function.
  • Fixed bug in incorrect detection of a command as file handler.
  • Fixed activity being destroyed on opening FilePicker.
  • Fixed the bug that caused stale state to persist when opening Direct Icon commands without sheet.
  • Completely removed quoting for Extras because It was causing all kinds of problems with programs.
    • Manually quote extras when necessary