Skip to content

v0.2.38

Choose a tag to compare

@PickleHik3 PickleHik3 released this 29 Aug 19:22
· 8 commits to main since this release

Changelog — v0.2.38

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.xml is 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.