Skip to content

v0.14.2-beta

Choose a tag to compare

@cryptrr cryptrr released this 17 Jul 10:05
· 101 commits to main since this release

New features

  • Major quality improvements.
  • Implemented Package Picker for Commands.
  • Better list of installed packages.
  • Runs ensurepip on install.
  • Creates symbolic link to python3
  • Installs pip package httpx[cli]
  • Changed the Extras Component layout to reversed.
  • Added FilePicker to Extras Ending with name FILE
  • Implemented obfuscation for passwords in the UI. The password fields should end with PASSWORD or PASSWD
  • Added FilePickers for extras ending with FILE and FILES in EditCommandSheet and CreateCommandSheet.
  • Persist searched commands state after Refresh.
  • Implemented logic to install the fork of httpx with --cookie-file support.
  • Added checks for package updates.
  • Create empty cookie file for http requests.
  • Implemented OutputViewerActivity for easy access to per command logs.
  • You can now open URLs from RSS notifications.

Bug Fixes

  • Fixed the Extras Details not appearing for cron and observer commands.
  • Fixed the trailing icon redundant space in GenericTextInput.
  • Fixed the bug that prevented extras values from being shown in the ExtrasBottomSheet.
  • Fixed the boolean literal uppercasing issue in Boolean Extra Selector.
  • Fixed the bug in OptionSelector for Selectables.
  • Fixed the the CWD path bug.
  • Fixed the double path issue for ShareReceiverActivity Commands.
  • Fixed the bug with Nullpointer in ShareReceiverActivity
  • Fixed Cron runner bugs.
  • Fixed Cron and FileObserver Service.