Skip to content

Releases: termux/termux-app

v0.27

21 Jan 10:56
Compare
Choose a tag to compare

• Fix edge cases in terminal emulation and UTF-8 error handling
• The Back key now works in normal system mode by default - hiding the keyboard if visible or leaving the app. See https://termux.com/configuration.html for how to configure the Back key to send the Escape key, the previous default value.

v0.26

13 Jan 12:21
Compare
Choose a tag to compare

• Make text selection quicker by selecting text directly on long press instead of going through menus.
• Add text grip bars to text selection like in normal system text components.
• Disable autoscrolling while selecting text.
• Disable the pull-out drawer at the left while selecting text.
• Fix problem with selecting snippets of text with wide unicode characters at start or end of selection.
• Remove the “tap-screen” configuration option for the more common show keyboard behaviour when tapping the terminal.
• Add new hardware keyboard shortcut Ctrl+Shift+K for toggling soft keyboard visibility.
• Long pressing on the New session button to create a named session no longer uses an intermediate dialog.
• Paste text on when pressing the middle mouse button on a hardware mouse.
• Fix occasional crash when returning to the app after process killed to serve memory.

v0.25

30 Dec 07:44
Compare
Choose a tag to compare

• Handle keyboards sending ˆ (U+02C6: MODIFIER LETTER CIRCUMFLEX ACCENT) instead of the normal caret ^ (U+005E: CIRCUMFLEX ACCENT) by replacing the former with the latter when processing keyboard input.

v0.24

28 Dec 19:50
Compare
Choose a tag to compare

• Fix regression in 0.23 in font and color loading at app startup.

v0.23

28 Dec 00:58
Compare
Choose a tag to compare

• Add support for configuring bell character, back key and terminal tap behaviour. See https://termux.com/configuration.html.
• Introduce a termux-setup-storage tool for setting up storage access and folders. See https://termux.com/storage.html.
• Download initial bootstrap installation over https instead of http.
• Fix issue with Pixel C escape key handling.
• Use up-to-date online help pages instead of a bundled local copy.

v0.22

12 Dec 02:07
Compare
Choose a tag to compare

• If external storage is available Termux now creates a private folder there on startup and sets up a symlink to it at $HOME/storage.
• Fix terminal emulation bug affecting certain programs such as htop and ranger.

v0.21

29 Nov 23:41
Compare
Choose a tag to compare

• Fix crash with unicode wide characters in some corner cases.
• Fix possible crash on installation if keys were pressed really quick.
• Improve touch handling when long pressing while the terminal is in mouse reporting mode.
• Minor various cleanups and improvements.

v0.20

24 Nov 16:34
Compare
Choose a tag to compare

• Show bold text in bright colours.
• Show "press Enter to close" when a session exits.

v0.19

12 Nov 23:25
Compare
Choose a tag to compare

• Fix crash when certain unicode characters were used - thanks @atomi!
• Fix crash if activity had been destroyed during installation.

v0.18

05 Nov 23:03
Compare
Choose a tag to compare

Add a file picker to pick files from $HOME, allowing e.g. files from the $HOME folder to be attached to emails or otherwise picked when in other apps.