Skip to content

Releases: termux/termux-app

v0.100

27 Sep 22:04
Compare
Choose a tag to compare
v0.100 Pre-release
Pre-release
  • Terminal emulation: fix handling of DECRQM sequence. Issue #1752.
  • Fix crash when using RunCommandService and issue with foreground sessions. Pull request #1764.
  • Update bootstrap archives.

Note: bootstrap archives contain broken dpkg (crashes on ARM devices). Fixed app will be resubmitted as v0.101.

v0.99

26 Aug 17:58
Compare
Choose a tag to compare
  • Provide a workaround for input issues with some keyboards. Issue #686.
  • Fix linter errors. Issue #1670.
  • Always flush terminal output before closing session. Issue #1695.
  • Fix permission description for RUN_COMMAND intent. Issue #1713.
  • Updated bootstrap archives.

v0.98

07 Aug 12:44
Compare
Choose a tag to compare
  • 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

07 Aug 11:48
f191c35
Compare
Choose a tag to compare
v0.97 Pre-release
Pre-release
  • 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

30 Jul 21:05
Compare
Choose a tag to compare
  • 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

09 Jun 20:04
Compare
Choose a tag to compare
  • 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.

v0.94

24 Mar 22:27
Compare
Choose a tag to compare
  • Grab fragment when extracting URLs for selection (#1490).
  • Update bootstrap packages.

v0.92

09 Feb 22:00
Compare
Choose a tag to compare
  • Fixes and improvements for the Termux Storage Access Framework (SAF) provider (#1460).

v0.90

02 Feb 02:37
Compare
Choose a tag to compare
  • Prevent being killed by Samsung Dex on plug/unplug (#1446).

v0.88

18 Jan 11:24
Compare
Choose a tag to compare
  • Avoid trailing slash in CWD when opening a new session from another one (#1413).
  • Allow the user to disable virtual key emulation (#997).