Skip to content

Releases: termux/termux-app

v0.49

15 May 21:42
Compare
Choose a tag to compare
  • Respect --content-type when termux-open/xdg-open is used to open an URL.
  • Work around Android < 7.0 wifi manager leak.
  • Perform haptic feedback on extra keys if enabled (#269).
  • Do not show a toast on clipboard text (#149).
  • Export TMPDIR (#306).

v0.48

01 Mar 23:30
Compare
Choose a tag to compare
  • Fix crash in termux-open/xdg-open when opening an URL on Android versions before 7.

v0.47

27 Feb 23:54
Compare
Choose a tag to compare
  • Support xdg-open, a new built-in command to view files or URL:s in other apps (this replaces termux-open-url and termux-share, which will soon be removed). While new users will have it available by default, existing users need to run apt update && apt upgrade.
  • Allow inline input without newlines in the text input view. Pressing return with text entered will send the text to the terminal. Pressing return again (with empty text) will send a newline.
  • Remove the modal dialog for new users in favour of an inline help message at startup. Run touch ~/.hushlogin to get rid of this new message.

v0.46

30 Dec 02:24
Compare
Choose a tag to compare
  • Work better with the stock CyanogenMod and AOSP keyboards.
  • Remove the shaking of the terminal on a bell character introduced in v0.44.
  • Restore the ability to press Enter on the on-screen Android TV keyboard.

v0.45

27 Dec 09:43
Compare
Choose a tag to compare
  • Fix regression in version 0.44 which caused Termux to crash when launching a shortcut using Termux:Widget.

v0.44

26 Dec 03:23
Compare
Choose a tag to compare
  • Add support for background tasks (use ~/.shortcuts/tasks/ with Termux:Widget or use the new Termux:Task add-on).
  • Support cursor shapes (underscore and ibeam).
  • Use the cursor colour from the theme (or set by escape sequences).
  • Handle Samsung keyboards with the "Auto check spelling" better (but the setting should still be disabled for best inte
    roperability with the terminal).
  • Use a single wake lock instead of two.
  • Support new commands: termux-wake-lock and termux-wake-unlock (run 'apt update && apt upgrade' to have it).
  • Updated app icon.
  • Add support for a new session app launcher shortcut on Android 7.1.
  • Internal changes.

v0.42

16 Sep 21:20
Compare
Choose a tag to compare

• Change the keyboard shortcut sequence from Ctrl+Shift to Ctrl+Alt in order to work on more language layouts and devices (ChromeOS).
• Change VolumeUp+H to send a tilde (~).

v0.41

05 Sep 21:12
Compare
Choose a tag to compare

• Fix handling of 0 and . on the numeric keypad.

v0.40

04 Sep 17:02
Compare
Choose a tag to compare

• Support true (24-bit) color in the terminal.
• Recognise the Home key on external keyboards.
• Fix crash on VolumeUp+H.

v0.39

08 Aug 21:35
Compare
Choose a tag to compare

• Fix the extra keys row to show up on Android 5 devices - thanks @michalbednarski!
• Ensure that packages are installed matching the preferred system ABI.