Skip to content

Releases: termux-play-store/termux-apps

Termux googleplay.2026.06.21

Choose a tag to compare

@fornwall fornwall released this 21 Jun 18:53
888ee58
  • Increase read buffer size from 4KB to 64KB (#4977).
  • Fix inverted typo in termcap values for KEYCODE_PAGE_UP and KEYCODE_PAGE_DOWN (82823bb).
  • Bump bootstrap packages.
  • Update java dependencies.

Termux:Style 0.35

Choose a tag to compare

@fornwall fornwall released this 11 Feb 23:29
55937fe
  • Update Nerd Fonts from 3.3.0 to 3.4.0.
  • Add the Noto font.
  • Add the Adwaita font.
  • Add the Atkinson Hyperlegible font.
  • Add Breeze color theme.
  • Remove the Bedstead Condensed font.
  • Remove the Courier Prime font.
  • Remove GNU FreeFont font.

Termux googleplay.2026.02.11

Choose a tag to compare

@fornwall fornwall released this 11 Feb 23:48
55937fe
  • Implement additional Termux API methods - these are now built-in, and do not require the Termux:API app to be installed.
    • termux-camera-info
    • termux-job-scheduler
    • termux-media-player
    • termux-microphone-record
    • termux-notification / termux-notification-channel / termux-notification-list / termux-notification-remove
    • termux-speech-to-text
    • termux-tts-engines / termux-tts-speak
    • Note that since earlier the following API methods are available built-in: termux-clipboard-*, termux-download, termux-saf-*, termux-share, termux-storage-get, termux-usb, termux-vibrate and termux-volume.
  • Update bootstrap packages.

Termux googleplay.2026.01.07

Choose a tag to compare

@fornwall fornwall released this 07 Jan 01:02
74937a9
  • Update bootstrap packages.
    • Includes a fix to apt being broken on x86_64.
    • Includes a fix to make the pager program work out of the box.
  • Make the language switch key on external keyboards work (by @scarf005 and @uncher in termux/termux-app#4923).

Termux googleplay.2025.10.05

Choose a tag to compare

@fornwall fornwall released this 04 Oct 23:19
06a1620

Termux googleplay.2025.01.18

Choose a tag to compare

@fornwall fornwall released this 19 Jan 00:00
0541ec0

• Fix issue when rotating devices while in fullscreen mode (7cf51b8).
• Add back 32-bit arm support (d2a698c).
• Improve focus handling while using keyboard / d-pad (f497356).
• Update bootstrap packages (42fb494).

Termux googleplay.2024.10.30

Choose a tag to compare

@fornwall fornwall released this 30 Oct 16:10
b2ed7d2
  • Fix leaving Termux running in the background without any sessions on boot (f68d2f7)
  • Update bootstrap packages (8574f3c)

Termux googleplay.2024.10.24

Choose a tag to compare

@fornwall fornwall released this 25 Oct 08:40
380f9c1
  • Integrate Termux:Boot into the main Termux app (#47)
  • Integrate Termux:Widget into the main Termux app (#53)
  • Added|Fixed: Do not show AutoFill UI on Termux start and add support for usernames (#51)
  • Fixed: Auto close also short-lived sessions (#52)
  • Update bootstraps to 2024.10.24-r1 (#54)
  • Bump target SDK version to 35 (#49)
  • Terminal emulator improvements:
    • Fixed: Implement colon separated CSI parameters (#50)
    • Fixed: Parse (but ignore for now) terminal APC sequences (#45)
    • Fixed: Make ScrollDown escape respect margins (3c6a19c)

Termux googleplay.2024.08.29

Choose a tag to compare

@fornwall fornwall released this 29 Aug 09:52
7bbe9f5
  • Support more built-in API methods (#39).
    • Add support for the following built-in API methods, which now does not require Termux:API to be installed: termux-audio-info, termux-battery-status, termux-dialog, termux-keystore, termux-toast.
    • This is in addition to the previously added built-in API methods: termux-clipboard-*, termux-download, termux-saf-*, termux-share, termux-storage-get, termux-usb, termux-vibrate and termux-volume.
  • Fixed terminal emulation: Use current bg color when scrolling with horizontal margins (#35).
  • Improved keyboard support: Make Shift-PgUp and Shift-PgDn scroll by pages rather than lines (23b2f36).

Termux googleplay.2024.07.07

Choose a tag to compare

@fornwall fornwall released this 07 Jul 21:18
5de963c
  • Fix receiving files (the ~/bin/termux-file-editor and ~/bin/termux-url-opener) mechanism (#28).
  • Prepare for Termux:API support (#30).
    • Follow #29 for updates.
    • As some API methods are not possible to implement in another app without sharedUserId or with updated targetSdk, and doesn't require any additional permissions, support for the following termux-api utilities are now built in to the main Termux app on Google Play and do not require Termux:API: termux-clipboard-*, termux-download, termux-saf-*, termux-share, termux-storage-get, termux-usb, termux-vibrate and termux-volume.