Skip to content

v0.14.3-beta

Latest

Choose a tag to compare

@cryptrr cryptrr released this 15 Aug 02:43
· 9 commits to main since this release

New features

  • Major quality improvements.
  • Changed colors of ShareReceiverActivity and HomeScreen
  • Implemented chips to easily select commands.
  • Implemented feature to support dynamic paths in FILE extras.
  • Required option is only shown when the extras string is empty.
  • Upgraded to AGP 8.11.1 and Compose 07/2025
  • Upgraded to kotlin 2.2.0 and catalog declarations
  • Implemented Room Database and storing of all ran commands in the database.
  • Use Flow.onEach to run the side effects in RunShareCommand.kt
  • Added command result to the history.
  • Implemented Commands History.
  • Implemented Recent 3 packages in the tags list
  • Updated DirectCommandActivity.kt to support intents from other apps
  • Disallowed automatic running of commands in autopie without prompt from other apps.
  • Implemented adding user defined tags for easy search
  • Implemented deleting for user defined tags
  • Human readable time (time ago) for History entries
  • Implemented CommandFailed as a separate event.
  • Implemented ActivityResult for DirectCommandActivity.kt for third party apps.
  • Implemented Activity result for CommandFailed
  • Implemented streaming logs
  • Disabled the process level SHOW and CANCEL NOTIFICATIONS

Bug Fixes

  • Fixed the Output Log Notifications showing the same latest command output bug.
  • Fixed the issue with output logs container not taking full width.
  • Added choice of Required for extras.
  • Fixed the issues with the relative paths for extras defaults.
  • Fixed the spacing issue in extras sheet.
  • Removed obsolete functions from ProcessManagerService.kt
  • Added extra delay to EXTERNAL_APP commands. Without this, some commands do not fully run.
  • Fixed the issues with notifications details.
  • Fixed OutputViewerActivity not appearing from intents in debug version.
  • Fixed DirectCommandActivity from home screen icons for debug variant