v0.113 (F-Droid only)
·
495 commits
to master
since this release
0.113 - 2021-05-16
Changelog
Added
- Allow users to
enable/disablekeyboard instead of justshow/hidewithKEYBOARDtoggle buttons. Thissoft-keyboard-toggle-behaviourkey can be used to change the behaviour. The default behaviour isshow/hide. The user can add a linesoft-keyboard-toggle-behaviour=enable/disablein~/termux.propertiesfile to change default behaviour of keyboard toggle buttons toenable/disable. In this mode, tapping the keyboard toggle button will disable (and hide) the keyboard and tapping on the terminal view will not open the keybaord automatically, until the keyboard toggle button is pressed again manually. This applies to split screen and floating keyboard as well. The keyboard can also be enabled fromTermux Settings->Termux->Terminal I/O->Soft Keyboard Enabledtoggle. Runningtermux-reload-settingscommand will also update the behaviour instantaneously if changed. Also fixes #1098. (e4e638b) - Allow users to disable soft keyboard automatically if hardware keyboard is connected. Users can enable this behaviour by enabling the
Termux Settings->Termux->Terminal I/O->Soft Keyboard Only If No Hardwaretoggle. (90c9a7b) - Allow users to enable terminal cursor blinking with termux.properties. This
terminal-cursor-blink-ratekey can be used to enable terminal cursor blinking. The user can set an int value between100and2000which will be used as blink rate in millisecond. The default value is0, which disables cursor blinking. So adding an entry liketerminal-cursor-blink-rate=600to~/termux.propertiesfile will make the cursor attempt to blink every 600ms. Runningtermux-reload-settingscommand will also update the cursor blinking rate instantaneously if changed.
This will have a performance impact, so use wisely and at your own risk. Note that you can also change the cursor color by addingcursorproperty to~/colors.propertiesfile, likecursor=#FFFFFFfor a white cursor. Closes #153. (31298b8, 89a1e02) - Add in-app Donation link in Termux Settings for non google playstore releases. We require donations due to bintray shutdown to pay for termux apt repository hosting costs. Related issue termux-packages#6348. (6de3713)
- Moved
Termuxapp settings into dedicated "directory" inTermux Settingsand addedAboutpage to show info of all termux apps installed and important links. (d42514d) - Added support for showing
APKrelease type inApp Inforeports andAboutpage. (1e30022) - Add support for setting
Termux:Taskerlog level fromTermux Settings. (339b2a2) - All invalid values stored in
termux.propertiesfile during load time will be logged. (f8ccbb4) - Updated
bootstrapto2021.05.16-r1. (6524a61)
Fixed
- Disable error flashes when clearing
TMPDIRdirectory on termux app exit. (b268b6e) - Fixed
NullPointerException on com.termux.app.TermuxService.wantsToStop(). Fixes #2026. (42ad372) - Attempt to fix issues where soft keyboard was not shown in some cases when hardware keyboard was attached. The extra keys and drawer
KEYBOARDtoggle button andctrl+alt+khardware keyboard shortcut will all behave the same now and may help in showing soft keyboard forcefully. Related issues #1995. (Requires testers). (4d1851e, 39c69db) - Release terminal beep
SoundPoolresources on activity stop to attempt to prevent exception. (58d5770) - Generate potentially long running reports in background threads instead of main UI thread. (2f82825)
Github Build APK. Check Installation for more info on Github Build APKs.