Skip to content
0.67

Fixes:
- main: don't push render events to queue when osk is hidden (MR 160)
- src/keyboard.h: fix missing array include (MR 158)
- config: Explicitly check for bad bit when parsing config line (MR 162)
- keyboard: Restore renderer's draw color after drawing rounded corners (MR 155)
- draw_helpers: get rid of c-style casts (MR 159)
- config: check for empty line before trying to access index (MR 159)
- keyboard: setHighlightedKey accepts const (MR 159)
- keyboard: initialize all variables in KeyboardLayer struct instances (MR 159)
- util/hasPhysKeyboard: ensure that /dev/input exists before trying to read its contents (MR 152)
- util/hasPhysKeyboard: use N900 keyboard capabilities as mask for test (MR 150)

Features:
- Add option to set input box font size (MR 156)
- add option to allow showing the osk by default (MR 159)
- Power off the device when pressing power button (MR 96)
- luksdevice: conditionalise CRYPT_*_WORKQUEUE (MR 154)
- config: add option for specifying the passphrase dot glyph (MR 151)