Skip to content

Commit 3328301

Browse files
Increment version number
1 parent 786ef41 commit 3328301

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
0.4.1
22
=====
33
- MposKeyboard: fix q, Q, 1 and ~ button unclickable bug
4-
- MposKeyboard: increase font size from 16 to 22
4+
- MposKeyboard: increase font size from 16 to 20
55
- MposKeyboard: use checkbox instead of newline symbol for "OK, Ready"
66
- MposKeyboard: bigger space bar
77
- OSUpdate app: simplify by using ConnectivityManager
8+
- ImageView app: improve error handling
9+
- Settings app: tweak font size
810
- API: add facilities for instrumentation (screengrabs, mouse clicks)
911
- API: move WifiService to mpos.net
12+
- API: remove fonts to reduce size
13+
- API: replace font_montserrat_28 with font_montserrat_28_compressed to reduce size
1014
- UI: pass clicks on invisible "gesture swipe start" are to underlying widget
1115
- UI: only show back and down gesture icons on swipe, not on tap
1216
- UI: double size of back and down swipe gesture starting areas for easier gestures

internal_filesystem/lib/mpos/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CURRENT_OS_VERSION = "0.4.0"
1+
CURRENT_OS_VERSION = "0.4.1"
22

33
# Unique string that defines the hardware, used by OSUpdate and the About app
44
_hardware_id = "missing-hardware-info"

0 commit comments

Comments
 (0)