v0.114
版本发布时间: 2021-06-11 06:32:12
termux/termux-app最新发布版本:v0.119.0-beta.1(2024-06-18 08:11:25)
0.114 - 2021-06-11
Changelog
Added
-
Allow users to adjust terminal transcript rows with termux.properties. The
terminal-transcript-rows
key can be used to adjust the terminal transcript rows. The user can set an integer value between100
and50000
. The default value is still2000
. So adding an entry liketerminal-transcript-rows=10000
totermux.properties
file will allow users to scroll back~10000
lines of command output. After updating the value, termux must be restarted. You can also runtermux-reload-settings
command 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. (0b4bbaf2) -
Allow users to set terminal cursor style with termux.properties. The
terminal-cursor-style
key can be used to set the terminal cursor style. The user can set a string value toblock
for■
,underline
for_
orbar
for|
cursor style. The default value is stillblock
. So adding an entry liketerminal-cursor-style=bar
totermux.properties
file will allow users to change to thebar
cursor style. After updating the value, termux must be restarted. You can also runtermux-reload-settings
command 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
->Reset
or restart termux activity after double back press to exit. Closes #2075. (f545ebf0) -
Allow users to disable terminal session change toast. The user can add
disable-terminal-session-change-toast=true
entry totermux.properties
file to disable terminal session change toast. The default value isfalse
. Runningtermux-reload-settings
command will also update the behaviour instantaneously if changed. Closes #2118. (7ac62c98) -
Updated
bootstrap
to2021.06.04-r1
. (7620800c)
Changed
- Change default extra keys style. If a user does not define a custom value in termux.properties file, then by default
2
rows will be shown with all arrow keys (up/down/left/right) for ease of terminal use. (fd80cdaf)
Fixed
-
Do not close soft keyboard when toolbar text input view is focused on. Fixes #2077. (e08e3b53)
-
Fix issue where soft keyboard would not show in some cases. Fixes #2111, Fixes #2112. (1ad038ec)
-
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=true
intermux.properties
and 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. (e7dd0eee) -
Remove hardcoded wiki.termux.com url from
HelpActivity
. (7ef92554) -
Fix issue where terminal cursor blinking would not automatically start again if termux activity was restarted after exiting it with double back press. (e119d34b)
-
Fix issue where if termux installer failed with an exception after prefix directory was already created, then try again would load a broken environment. (19c690d0)
Github Build
APK. Check Installation for more info on Github Build
APKs.