v0.8.0
v0.8.0 - 2025-09-02 00.34
Commit history: v0.6.0...v0.8.0
Changelog
Added
- Update arguments processing docs to be more clear. (
fee0c441e5df)
Changed
-
Bump down
minSdkVersionfrom24to21to restart supporting android 5/6 for the time beingAlso 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
/storage/emulated/0path in examples with/sdcardfor multi user support. (a01c1ee3bc3e) -
Set
DEFAULT_LOG_TAGat application startup as per termux/termux-app@1b794b35 and termux/termux-app@6ff55729. (f7401b7d613f) -
Rename
TermuxTaskerActivitytoTermuxTaskerMainActivitystage 2The
TermuxTaskerLauncherActivityactivity alias has been added forTermuxTaskerMainActivity. 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 theEnable Launcher Iconbutton in the main activity if its currently disabled. -
! Rename
app/build.gradleenvironmental variables toTERMUX_TASKER_APP_BUILD__scope instead ofTERMUX_TASKER_. (6fb138cdd34c)
Fixed
-
Fix typo for
RUN_COMMANDintent. (b29b2acbe20f) -
Fix typo in msg_disable_launcher_icon_details. (
9012a80a97da) -
Removing redundant "require". (
6e67c35cef7b)