v0.118.2 - 2025-03-29 07:00
Commit history: Add package Add info to device info for supported ABIs for armv8l and 64-bit-only aarch64 devices and Export additional primary Basic MIME type recognition in ContentProvider. ( Terminal CSI reporting of window and cell pixel size. ( Fill Do not show AutoFill UI on Termux start and add support for usernames. Closes #3909. ( Add support for
Bump Add Make Shift-PgUp and Shift-PgDn scroll by pages rather than lines. (
Generate debug report before deleting broken prefix directory after bootstrap second stage failure to get Fully consume unknown CSI sequences containing unsupported parameter and intermediate bytes. Closes #4338. Co-authored-by: @krobelus and @agnostic-apollo. ( Implement colon separated CSI parameters. ( Make ScrollDown escape respect margins. Closes #2576. ( Use Canvas.drawTextRun instead of drawText. drawText does (very) basic BiDi, which causes inconsistent behaviour. This ensures everything is LtR. ( Mark view as important for AutoFill before requesting an AutoFill. Co-authored-by: @AChep and @agnostic-apollo. ( Parse (but ignore for now) terminal APC sequences. ( Fix Improve handling of empty ';' SGR sequences. (
v0.118.1...v0.118.2
Changelog
Added
SE_PROCESS_CONTEXT
, SE_FILE_CONTEXT
and SE_INFO
when generating app info markdown string. (999f10d7
)
PAGE_SIZE
for 16KB
page size devices. (3aa986cf
)
TERMUX_*
scoped shell environment variables, i.e TERMUX__ROOTFS
, TERMUX__HOME
, TERMUX__PREFIX
, TERMUX_APP__DATA_DIR
, TERMUX_APP__LEGACY_DATA_DIR
, TERMUX_APP__BUILD_DATA_DIR
, TERMUX__SE_PROCESS_CONTEXT
, TERMUX_APP__SE_FILE_CONTEXT
, TERMUX_APP__SE_INFO
and ANDROID__BUILD_VERSION_SDK
. This is also required for libtermux-exec-*-ld-preload.so
$LD_PRELOAD
library as well for termux-exec
version >= 2.0.0
. (b7d2a4b6
, 8440a728
)
c5f000a1
)
254e885f
)
.ws_xpixel
and .ws_ypixel
in winsize
. (bb7fa88f
)
043923e6
)
Share selected text
of terminal in long hold MORE
menu so that users don't have to copy and paste to move text between apps. (2d38a1ca
)
Changed
apt-android-7
bootstraps to 2025.03.28-r1
. (a8f8be18
)
PGUP
and PGDN
extra keys to repetitive keys so that long holding them triggers page scrolling instead of having to repeatedly press the key to change pages. (fa710c47
)
915e053a
)
Fixed
stat
info at time of failure. (7f632cf4
)
3f237502
)
0415681d
)
4baf12ba
)
c1544076
)
ee9b31a0
)
f35063da
)
SHIFT+PAGE_UP
and SHIFT+PAGE_DOWN
behaviour to scroll 1
line of scrollback history instead of scrolling command history or changing pages. Closes #867. (791bf5f8
)
5b5e7194
)