Skip to content

Commit 70b18d9

Browse files
Update CHANGELOG.md
1 parent 2b968b4 commit 70b18d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
0.5.0
22
=====
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!
44
- MposKeyboard: fix q, Q, 1 and ~ button unclickable bug
55
- MposKeyboard: increase font size from 16 to 20
66
- MposKeyboard: use checkbox instead of newline symbol for 'OK, Ready'
@@ -11,14 +11,16 @@
1111
- Settings app: tweak font size
1212
- Settings app: add 'format internal data partition' option
1313
- 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
1419
- API: add facilities for instrumentation (screengrabs, mouse clicks)
1520
- API: move WifiService to mpos.net
1621
- API: remove fonts to reduce size
1722
- API: replace font_montserrat_28 with font_montserrat_28_compressed to reduce size
1823
- 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
2224

2325
0.4.0
2426
=====

0 commit comments

Comments
 (0)