Releases: termux/termux-app
v0.27
• 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
• 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
v0.24
v0.23
• 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
v0.21
• 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.