v0.118.1
v0.118.1 - 2024-06-18 00.05
Commit history: v0.118.0...v0.118.1
Changelog
Added
-
Add support for Termux bootstrap second stage by running
termux-bootstrap-second-stage.sh. (2c82a558) -
Request
SET_ALARMpermission to allow broadcasting an intent to set an alarm or timer in an alarm clock app. Closes #3990. (9735ae28)
Changed
-
Update support and donate users to
termux.devdomain. (2a008d83) -
Use black or white cursor color based on terminal background instead of always white if
colors.propertiesdidn't have cursor color set. Credit for algorithm link belong to @Jamie-Landeg-Jones. Closes #2653. (160ab68e) -
Update
WcWidth.javato Unicode15.0.0. (63833d9c,fc8245bb,6ece249c)
Fixed
-
Limit max combining characters in TerminalRow to
15characters to prevent buffer overflows. Closes #3839. (0813e463) -
Fix shared terminal transcript joining back lines. (
c9e2a75e) -
Ensure CSI parameter value is not greater than
9999as pervt510. (9433f107) -
Fix CSI parameters parsing like for SGR sequences that start with a
;or have sequential;characters. Credits for finding the issue belongs to @Screwtapello. Closes #2272, Closes mawww/kakoune#4339. (fbf55fd4) -
Fix message dialog button text not showing in day mode due to white text. (
903f2496) -
Fix wrong input type selected if toolbar is switched back to extra keys after tapping terminal if in text input mode. Closes #2503. (
2dc7381b) -
Change extra keys and terminal input view background to black. Required for day/night theming and should fix issues where both views were translucent with light terminal color themes. (
e55639e4) -
Fix issue where a colour tint/highlight would be added to the terminal on activity re-creation. (
087da0b5) -
Fix termux app restarting on samsung dex version
< 3.0when switching modes. (d7f22982) -
Fix
ArrayIndexOutOfBoundsExceptionwhen setting zero width terminal character. (f222315b) -
Log exception instead of crashing app on
NumberFormatExceptionfor invalid termcap/terminfo string requested. (e11bcfc9) -
Fix
CSIDeletePsColumn(s) (DECDC). (af5fef4c) -
Fix
ArrayIndexOutOfBoundsExceptionthrown because length was less than 0 when selecting text from terminal buffer. (03e31d19) -
Fix issue where menu wouldn't show when text on bottom row of terminal was selected. Closes #2233. (
d24a04a1)