Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-06-10 | 4.5 kB | |
Totals: 1 Item | 4.5 kB | 0 |
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 between `100` and `50000`. The default value is still `2000`. So adding an entry like `terminal-transcript-rows=10000` to `termux.properties` file will allow users to scroll back `~10000` lines of command output. After updating the value, termux must be restarted. You can also run `termux-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](https://github.com/termux/termux-app/issues/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 to `block` for `■`, `underline` for `_` or `bar` for `|` cursor style. The default value is still `block`. So adding an entry like `terminal-cursor-style=bar` to `termux.properties` file will allow users to change to the `bar` cursor style. After updating the value, termux must be restarted. You can also run `termux-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 menu `More` -> `Reset` or restart termux activity after double back press to exit. Closes [#2075](https://github.com/termux/termux-app/issues/2075). (f545ebf0) - Allow users to disable terminal session change toast. The user can add `disable-terminal-session-change-toast=true` entry to `termux.properties` file to disable terminal session change toast. The default value is `false`. Running `termux-reload-settings` command will also update the behaviour instantaneously if changed. Closes [#2118](https://github.com/termux/termux-app/issues/2118). (7ac62c98) - Updated `bootstrap` to [`2021.06.04-r1`](https://github.com/termux/termux-packages/releases/tag/bootstrap-2021.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](https://github.com/termux/termux-app/issues/2077). (e08e3b53) - Fix issue where soft keyboard would not show in some cases. Fixes [#2111](https://github.com/termux/termux-app/issues/2111), Fixes [#2112](https://github.com/termux/termux-app/issues/2112). (1ad038ec) - Fix issue where soft keyboard overlaps extra keys or terminal in some cases. Check [TermuxActivityRootView javadocs](https://github.com/termux/termux-app/blob/v0.114/app/src/main/java/com/termux/app/terminal/TermuxActivityRootView.java#L21) for the details. This affected people who had set `enforce-char-based-input=true` in `termux.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](https://github.com/termux/termux-app/issues/538) and [#1539](https://github.com/termux/termux-app/issues/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.