Skip to content

Releases: termux/termux-app

v0.104 (F-Droid only)

29 Dec 11:47
Compare
Choose a tag to compare
  • Expose dotfiles through SAF. #1220
  • Updated bootstrap archives.

v0.103 (F-Droid only)

17 Nov 18:43
Compare
Choose a tag to compare
  • Added READ_LOGS and WRITE_SECURE_SETTINGS permissions for advanced users. These permissions can be enabled with ADB.
  • Updated bootstrap archives.

v0.102 (F-Droid only)

12 Oct 17:48
Compare
Choose a tag to compare
  • Add context menu action "Autofill password". Pull request #1664.
  • Update bootstrap archives.

v0.101

28 Sep 00:31
Compare
Choose a tag to compare
  • 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.

Resubmission of v0.100 but with fixed bootstrap archives.

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.