Changelog — v0.2.38+hotfix1
Hotfix 1
- The flip clock now follows the alignment setting instead of always sitting in the centre.
New
Keyboard
- Every layout the app ships - Settings ▸ Keyboard ▸ Layouts picks which ones the keyboard cycles through and in what order.
- Swiping the space bar down steps that cycle. You can also bind a key to it (
keyboard.cycle_layout), jump straight to a layout by name (keyboard.select_layout latn_dvorak), or pick one from the command palette, where the Keyboard section lists the cycle once it holds more than one layout. - Your own
~/.termux/keyboard/layout.xmlis the first entry in the cycle, so a custom layout sits alongside the shipped ones rather than replacing them.
Fixes
- fixed issue where bootstrap fails in some (most) cases. Sorry boys, i got lazy during last release and did not run usual tests.
- Fixed issue where the surface editor would appear collapsed fully in some cases.