Skip to content

Releases: termux/termux-app

v0.68

21 Apr 22:54
Compare
Choose a tag to compare
  • Fix crash in some cases in the extra keys view (3bbd61f).
  • Add label on TermuxActivity to fix the naming on F-Droid (#1107).

v0.67

14 Apr 19:12
Compare
Choose a tag to compare
  • For new installations on devices with Android 7 or later a new Bintray repository will be used.
    • For existing users who wish to try it out: run rm -Rf $PREFIX, exit all sessions than restart the app (note that this removes all files outside of the home directory, so packages will need to be reinstalled and if necessary reconfigured).
    • Thanks JFrog for the sponsorship!
  • Do not export LD_LIBRARY_PATH if the new Android 7+ bintray repository is used, as these packages are built with the DT_RUNPATH elf file attribute.
  • A failsafe session, to be used if normal sessions no longer start, is now accessible via separate launcher icon (#1028).
    • With this change we now close sessions that exits cleanly directly.
  • Do not clear $TMPDIR if application was not started (#1030).
  • Add support for the "CSI 3 J - Clear transcript" terminal escape sequence (#955).
  • Send \r instead of \n from native input text view (#1020).
  • Fix crash when clicking on "empty" (undefined) extra key (#1014).
  • Improve URL opening and sharing (#1031).
  • Make sure styling is always applied whenever session starts (#1033).
  • Make text selection visible in the native text input (#1026).

v0.66

20 Jan 23:53
Compare
Choose a tag to compare
  • Make extra keys configurable using the extra-keys property in termux.properties.
  • Allow to keep the screen on by long pressing, selecting More... and then Keep screen on.
  • Drop the round icon which should make more devices use the adaptive icon.
  • Close sessions without waiting for user feedback if there are several running.
  • Internal changes and refreshes.

v0.65

01 Aug 22:47
Compare
Choose a tag to compare
  • New adaptive icon on devices running Android 8.0 or later (#762).
  • Support combining the function key with arrow keys on at least the Gemini PDA (#794).

v0.64

01 Jul 22:15
Compare
Choose a tag to compare
  • Fix extra keyboard button background on non-default background colors.
  • Fix extra keyboard layout on Android 5.0.
  • Add basic accessibility support.

v0.63

25 Jun 12:10
Compare
Choose a tag to compare
  • Fix error with termux-setup-storage that could cause the shared storage to be wiped when re-run (#735).

v0.62

24 Jun 00:04
Compare
Choose a tag to compare
  • Speed up terminal rendering for ASCII text.
  • Improve the extra keys view toggled with VolumeUp+q.
  • Do not export the PS1 environment variable.
  • Recreate ~/storage when running termux-setup-storage.

v0.61

14 Jun 22:35
Compare
Choose a tag to compare
  • Replace \r\n and \n with \r when pasting text (#712).
  • Look up mime type better when using the Storage Access Framework (#721).

v0.60

26 Jan 00:01
Compare
Choose a tag to compare
  • Fix notification icon color (#529).

v0.59

09 Dec 00:01
Compare
Choose a tag to compare
  • Fix resizable windows under Samsung Dex (#339).
  • Fix ansi sequences for clicks sometimes being out of range (#501).