v0.12
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 withmkdir -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 namedtest.sh
should have the icon file namedtest.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)