Skip to content

Releases: termux/termux-tools

v1.40.6

06 Feb 19:15
v1.40.6
b68c42c
Compare
Choose a tag to compare

Add two more mirrors in Singapore and Australia:

  • tmx.xvx.my.id
  • mirror.endianness.com

v1.40.1

25 Dec 22:27
9de92c3
Compare
Choose a tag to compare
  • Fix tools using set -u failing with TERMUX__USER_ID: parameter not set errors that was added in c907e05
  • Add support in termux-info to not set output to clipboard with the --no-set-clipboard flag

Git Log

v1.40.0

23 Dec 21:35
e706021
Compare
Choose a tag to compare
  • Fix dialog failing to show for termux-change-repo if termux $TMPDIR does not exist
  • Use $TERMUX__USER_ID environmental variable if it is exported instead of force using user id 0 for am commands to fix running termux tools in secondary users
  • Fix permission denied errors for pm and settings by only exporting /system/bin in $PATH and not termux bin path for system utilities wrappers

Git Log

v1.33.0

06 Dec 10:43
v1.33.0
cee1478
Compare
Choose a tag to compare
  • Fix typos in mirrors and simplify login in termux-change-repo
  • Add mirror.fcix-net mirror based in California
  • Add -Xnoimage-dex2oat to dalvikvm to speed it up on android 11 and newer

v1.32.0

22 Nov 19:18
v1.32.0
ca92478
Compare
Choose a tag to compare
  • Re-add up as a valid option for pkg for backward compatibility. It is an abbrevation for pkg upgrade.
  • Add mirror.termux.dev mirror, it selects nearest mirror for user with mirrorbits:https://github.com/etix/mirrorbits
  • Fix termux-info repo info for pacman users

v1.31.1

15 Nov 02:53
2241e16
Compare
Choose a tag to compare
  • pkg: Don't enumerate mirrors when $TERMUX_PKG_NO_MIRROR_SELECT is set

v1.31.0

22 Oct 20:54
v1.31.0
517cb5b
Compare
Choose a tag to compare
  • Add two more mirrors
    • mirror.accum.se in Sweden
    • mirror.csclub.uwaterloo in Canada
  • Add another example extra-key configuration from @thunder-coding

v1.30.2

08 Oct 17:30
v1.30.2
a2ec5d3
Compare
Choose a tag to compare

Fixes name of termux.cdn.lumito.net mirror in Makefile.
Previously mirror file was not installed.

v1.30.1

08 Oct 17:18
v1.30.1
36a0439
Compare
Choose a tag to compare

Add two more mirrors:

  • mirror.vern.cc in North America
  • termux.3san.dev in Europe

v1.30.0

30 Sep 21:33
8853fbd
Compare
Choose a tag to compare
  • Add support for pkg update as equivalent of apt update, and not just pkg upgrade. Users cannot just use pkg up to upgrade packages and need to use pkg upg or pkg upgrade from now on.