v0.8.0 - 2025-09-02 00.34
Commit history:
Bump down Also fixes vulnerability detailed in https://termux.dev/en/posts/security/2022/02/15/termux-apps-vulnerability-disclosures.html#1-termux-tasker-privilege-escalation-vulnerability for Android 5/6
Related commit termux/termux-app@623aaebb
Related pull request termux/termux-app#2740.
Replace Set Rename The ! Rename
Fix typo for Fix typo in msg_disable_launcher_icon_details. ( Removing redundant "require". (
v0.6.0...v0.8.0
Changelog
Added
fee0c441e5df
)
Changed
minSdkVersion
from 24
to 21
to restart supporting android 5/6 for the time being
/storage/emulated/0
path in examples with /sdcard
for multi user support. (a01c1ee3bc3e
)
DEFAULT_LOG_TAG
at application startup as per termux/termux-app@1b794b35 and termux/termux-app@6ff55729. (f7401b7d613f
)
TermuxTaskerActivity
to TermuxTaskerMainActivity
stage 2
TermuxTaskerLauncherActivity
activity alias has been added for TermuxTaskerMainActivity
. This will allow disabling the launcher activity, but still allow the main activity to be launched from Termux app. The launcher activity will also now be allowed to be enabled again without having to reinstall the app with the Enable Launcher Icon
button in the main activity if its currently disabled.
app/build.gradle
environmental variables to TERMUX_TASKER_APP_BUILD__
scope instead of TERMUX_TASKER_
. (6fb138cdd34c
)
Fixed
RUN_COMMAND
intent. (b29b2acbe20f
)
9012a80a97da
)
6e67c35cef7b
)