v0.114 (F-Droid only)
0.114 - 2021-06-11
Changelog
Added
-
Allow users to adjust terminal transcript rows with termux.properties. The
terminal-transcript-rowskey can be used to adjust the terminal transcript rows. The user can set an integer value between100and50000. The default value is still2000. So adding an entry liketerminal-transcript-rows=10000totermux.propertiesfile will allow users to scroll back~10000lines of command output. After updating the value, termux must be restarted. You can also runtermux-reload-settingscommand so that termux loads the updated value, but only new sessions will use the updated value, existing sessions will not be affected. Be advised that using large values may have a performance impact depending on your device capabilities, so use at your own risk. Closes #2071. (0b4bbaf) -
Allow users to set terminal cursor style with termux.properties. The
terminal-cursor-stylekey can be used to set the terminal cursor style. The user can set a string value toblockfor■,underlinefor_orbarfor|cursor style. The default value is stillblock. So adding an entry liketerminal-cursor-style=bartotermux.propertiesfile will allow users to change to thebarcursor style. After updating the value, termux must be restarted. You can also runtermux-reload-settingscommand so that termux loads the updated value, but only new sessions will use the updated value, existing sessions will not be affected unless you Reset them from terminal's long hold options menuMore->Resetor restart termux activity after double back press to exit. Closes #2075. (f545ebf) -
Allow users to disable terminal session change toast. The user can add
disable-terminal-session-change-toast=trueentry totermux.propertiesfile to disable terminal session change toast. The default value isfalse. Runningtermux-reload-settingscommand will also update the behaviour instantaneously if changed. Closes #2118. (7ac62c9) -
Updated
bootstrapto2021.06.04-r1. (7620800)
Changed
- Change default extra keys style. If a user does not define a custom value in termux.properties file, then by default
2rows will be shown with all arrow keys (up/down/left/right) for ease of terminal use. (fd80cda)
Fixed
-
Do not close soft keyboard when toolbar text input view is focused on. Fixes #2077. (e08e3b5)
-
Fix issue where soft keyboard would not show in some cases. Fixes #2111, Fixes #2112. (1ad038e)
-
Fix issue where soft keyboard overlaps extra keys or terminal in some cases. Check TermuxActivityRootView javadocs for the details. This affected people who had set
enforce-char-based-input=trueintermux.propertiesand Gboard clipboard suggestions covered part of extra keys/terminal, but only when text is copied and clipboard suggestions and number keys row toggles are enabled in its settings. Reports have been received for other keyboards as well, like for SwiftKey number key rows overlapping, but hopefully it should be fixed now. If not, then report it. Related #538 and #1539. (e7dd0ee) -
Remove hardcoded wiki.termux.com url from
HelpActivity. (7ef9255) -
Fix issue where terminal cursor blinking would not automatically start again if termux activity was restarted after exiting it with double back press. (e119d34)
-
Fix issue where if termux installer failed with an exception after prefix directory was already created, then try again would load a broken environment. (19c690d)
Github Build APK. Check Installation for more info on Github Build APKs.