Skip to content

Releases: termux/termux-app

v0.108 (F-Droid only)

19 Feb 00:00
Compare
Choose a tag to compare

Special release to fix F-Droid build issue as new build configuration (split apks) is not supported by F-Droid in way how it was introduced. Now it is reverted back to all-in-one architecture apk. Otherwise, changelog is same as unreleased v0.107.

v0.107 (F-Droid only)

03 Feb 21:56
Compare
Choose a tag to compare
v0.107 (F-Droid only) Pre-release
Pre-release

Changes:

  • Implement numpad arrows/home/end/pgup/pgdn/ins/del when num lock is off.
  • Extra keys: handle multiple defined special buttons and in popup. Fix for #1881.
  • ~/.termux/termux.properties: add option fullscreen to toggle fullscreen mode. You may need to enable use-fullscreen-workaround on some devices to fix layout issues, though on some devices it still doesn't work properly. Consider fullscreen mode as unstable for now.
  • ~/.termux/termux.properties: add option default-working-directory which allows to open Termux in a specified directory instead of home.
  • Added back PNG icons in addition to current adaptive/vector icon. This should fix issues with launchers still not supporting adaptive icons.
  • Export current application version as environment variable TERMUX_VERSION.
  • Update bootstrap archives.

From this point Termux does split-apk builds. One APK per CPU architecture: for aarch64, arm, i686 and x86_64.

v0.106 (F-Droid only)

17 Jan 17:45
92570be
Compare
Choose a tag to compare

This is actually fixed v0.105 release, so changes are same by comparing to v0.104:

  • Remove restrictions from file types viewable by ~/bin/termux-file-editor.
  • If Termux:Styling is not installed, suggest to install it from F-Droid instead of Play Store, when attempting to change terminal font/colors.
  • Add property ctrl-space-workaround to enable ctrl+space usable on hardware keyboard for some devices.
  • Updated bootstrap archives.

v0.105 (DO NOT INSTALL: IT'S BROKEN)

06 Jan 12:38
Compare
Choose a tag to compare
Pre-release
  • Remove restrictions from file types viewable by ~/bin/termux-file-editor.
  • If Termux:Styling is not installed, suggest to install it from F-Droid instead of Play Store, when attempting to change terminal font/colors.
  • Add property ctrl-space-workaround to enable ctrl+space usable on hardware keyboard for some devices.
  • Updated bootstrap archives.

This release is broken, sorry. Use v0.104 instead!

v0.104 (F-Droid only)

29 Dec 11:47
Compare
Choose a tag to compare
  • Expose dotfiles through SAF. #1220
  • Updated bootstrap archives.

v0.103 (F-Droid only)

17 Nov 18:43
Compare
Choose a tag to compare
  • Added READ_LOGS and WRITE_SECURE_SETTINGS permissions for advanced users. These permissions can be enabled with ADB.
  • Updated bootstrap archives.

v0.102 (F-Droid only)

12 Oct 17:48
Compare
Choose a tag to compare
  • Add context menu action "Autofill password". Pull request #1664.
  • Update bootstrap archives.

v0.101

28 Sep 00:31
Compare
Choose a tag to compare
  • Terminal emulation: fix handling of DECRQM sequence. Issue #1752.
  • Fix crash when using RunCommandService and issue with foreground sessions. Pull request #1764.
  • Update bootstrap archives.

Resubmission of v0.100 but with fixed bootstrap archives.

v0.100

27 Sep 22:04
Compare
Choose a tag to compare
v0.100 Pre-release
Pre-release
  • Terminal emulation: fix handling of DECRQM sequence. Issue #1752.
  • Fix crash when using RunCommandService and issue with foreground sessions. Pull request #1764.
  • Update bootstrap archives.

Note: bootstrap archives contain broken dpkg (crashes on ARM devices). Fixed app will be resubmitted as v0.101.

v0.99

26 Aug 17:58
Compare
Choose a tag to compare
  • Provide a workaround for input issues with some keyboards. Issue #686.
  • Fix linter errors. Issue #1670.
  • Always flush terminal output before closing session. Issue #1695.
  • Fix permission description for RUN_COMMAND intent. Issue #1713.
  • Updated bootstrap archives.