v0.118.3 - 2025-05-22 10:47
Commit history:
Bump Declare Add explicit
v0.118.2...v0.118.3
Changelog
Changed
TERMUX_APP__BUILD_DATA_DIR
as a different naming scheme will be used for build variables and rename TERMUX__ROOTFS
to TERMUX__ROOTFS_DIR
. (849e6b10
)
Fixed
org.lsposed.hiddenapibypass:hiddenapibypass
to 6.1
to fix crash on Android 16 QPR1. Related commit LSPosed/AndroidHiddenApiBypass@9efadf06. Related commit https://android-review.googlesource.com/c/platform/libcore/+/3380841. Related commit https://cs.android.com/android/_/android/platform/libcore/+/0dc31afe. Closes #4556. (fda17afa
)
MANAGE_EXTERNAL_STORAGE
as it being added in Termux:API version 0.51.0
is revoking the storage permission of Termux app after updates and sometimes later. Related issue #4486. (23756528
)
serialVersionUID
to Serializable
classes like ReportInfo
and TextIOInfo
. Reading ReportInfo
with Bundle.getSerializable()
by ReportActivity
is triggering exception when default algorithm is used for serialVersionUID
in Termux:API plugin app when error notification created in ResultReturner.returnData()
by TermuxPluginUtils.sendPluginCommandErrorNotification()
is clicked. Related issue termux/termux-api#762. (4f033b34
)