Skip to content

v0.12

Compare
Choose a tag to compare
@agnostic-apollo agnostic-apollo released this 29 Jul 21:16
· 68 commits to master since this release

0.12 - 2021-07-30

Added

  • Add ability to have custom icons for shortcuts. Users can create the /data/data/com.termux/files/home/.shortcuts/icons directory with mkdir -p ~/.shortcuts/icons and add a file named <script_name>.png that should be used as the icon when a launcher shortcut is created. For example a script named test.sh should have the icon file named test.sh.png. The directory is shared for both foreground and background tasks. Added by @AbdullahM0hamed in #43. (1287072)

  • Automatically attach debug APKs when a release is created. (7870600)