Skip to content

Releases: termux/termux-app

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.

v0.17: Bump version to 0.17

25 Oct 19:20
Compare
Choose a tag to compare

First test release from the new github repo.