Releases: termux/termux-app
Releases · termux/termux-app
v0.100
v0.99
v0.98
- Fix width of some unicode characters.
Some unicode characters where updated in wcwidth/libandroid-support previously, but the WcWidth.java was not, leading to some characters being detected as having the wrong width. With this the java code is in-sync with the c code in libandroid-support. Thanks @landfillbaby. - Update bootstrap archives.
v0.97
- Fix width of some unicode characters
Some unicode characters where updated in wcwidth/libandroid-support previously, but the WcWidth.java was not, leading to some characters being detected as having the wrong width. With this the java code is in-sync with the c code in libandroid-support. Thanks @landfillbaby.
Not a release due to version mismatch between this tag and value in app/build.gradle!
v0.96
- Export environment variables specific to Android 11 if available.
- Export environment variable
COLORTERM=truecolor
- used by certain programs when checking for True Color support. (#1610) - Fixed selection rendering when alternate cursor styles are used. (#1627)
- Fixed invisible text issue on some color schemes - now colors are being inverted. (#1628)
- Fixed notification icon. (#1649)
- Fixed argument handling for
com.termux.RUN_COMMAND
intent action + allow background command execution. (#1679)
v0.95
- Fixed incorrect message which is shown in case when bootstrap installation fails.
- Updated bootstrap archives.
- Fixed issue when malformed
\uXXXX
tokens in termux.properties lead to application crash. Issue #1589. - Introduced support for auto-detection of system dark theme (#1476).
- Properly set orientation of text selection handle (#1477).
- Update notification icon to match the launcher icon (#1478).
- Extended extra keys configuration (#1479).
- Support opening log files with view intent (#1502).
- Provide a way to allow third-party applications to execute commands within Termux environment. Issue #804.
- Use vector drawables for text selection handles.