Releases: termux/termux-app
Releases · termux/termux-app
v0.70
v0.69
v0.68
v0.67
- 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!
- For existing users who wish to try it out: run
- Do not export
LD_LIBRARY_PATH
if the new Android 7+ bintray repository is used, as these packages are built with theDT_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
- Make extra keys configurable using the
extra-keys
property in termux.properties. - Allow to keep the screen on by long pressing, selecting
More...
and thenKeep 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.