|
1 | 1 | 0.5.0 |
2 | 2 | ===== |
3 | | -- ESP32: one build to rule them all! Instead of 2 builds (prod/dev) per supported ESP32 board, there is now one single build that identifies and initializes the board at runtime! |
| 3 | +- ESP32: one build to rule them all; instead of 2 builds per supported board, there is now one single build that identifies and initializes the board at runtime! |
4 | 4 | - MposKeyboard: fix q, Q, 1 and ~ button unclickable bug |
5 | 5 | - MposKeyboard: increase font size from 16 to 20 |
6 | 6 | - MposKeyboard: use checkbox instead of newline symbol for 'OK, Ready' |
|
11 | 11 | - Settings app: tweak font size |
12 | 12 | - Settings app: add 'format internal data partition' option |
13 | 13 | - Settings app: fix checkbox handling with buttons |
| 14 | +- UI: pass clicks on invisible 'gesture swipe start' are to underlying widget |
| 15 | +- UI: only show back and down gesture icons on swipe, not on tap |
| 16 | +- UI: double size of back and down swipe gesture starting areas for easier gestures |
| 17 | +- UI: increase navigation gesture sensitivity |
| 18 | +- UI: prevent visual glitches in animations |
14 | 19 | - API: add facilities for instrumentation (screengrabs, mouse clicks) |
15 | 20 | - API: move WifiService to mpos.net |
16 | 21 | - API: remove fonts to reduce size |
17 | 22 | - API: replace font_montserrat_28 with font_montserrat_28_compressed to reduce size |
18 | 23 | - API: improve SD card error handling |
19 | | -- UI: pass clicks on invisible 'gesture swipe start' are to underlying widget |
20 | | -- UI: only show back and down gesture icons on swipe, not on tap |
21 | | -- UI: double size of back and down swipe gesture starting areas for easier gestures |
22 | 24 |
|
23 | 25 | 0.4.0 |
24 | 26 | ===== |
|
0 commit comments