|
1 | | -0.4.0 (unreleased) |
| 1 | +0.4.0 |
2 | 2 | ===== |
3 | 3 | - Add custom MposKeyboard with more than 50% bigger buttons, great for tiny touch screens! |
4 | 4 | - Apply theme changes (dark mode, color) immediately after saving |
5 | 5 | - About app: add a bit more info |
6 | | -- Camera app: fix one-in-two "camera image stays blank" issue |
| 6 | +- Camera app: fix one-in-two 'camera image stays blank' issue |
7 | 7 | - OSUpdate app: enable scrolling with joystick/arrow keys |
8 | 8 | - OSUpdate app: Major rework with improved reliability and user experience |
9 | | - - add WiFi monitoring - shows "Waiting for WiFi..." instead of error when no connection |
| 9 | + - add WiFi monitoring - shows 'Waiting for WiFi...' instead of error when no connection |
10 | 10 | - add automatic pause/resume on WiFi loss during downloads using HTTP Range headers |
11 | 11 | - add user-friendly error messages with specific guidance for each error type |
12 | | - - add "Check Again" button for easy retry after errors |
| 12 | + - add 'Check Again' button for easy retry after errors |
13 | 13 | - add state machine for better app state management |
14 | 14 | - add comprehensive test coverage (42 tests: 31 unit tests + 11 graphical tests) |
15 | 15 | - refactor code into testable components (NetworkMonitor, UpdateChecker, UpdateDownloader) |
16 | 16 | - improve download error recovery with progress preservation |
17 | 17 | - improve timeout handling (5-minute wait for WiFi with clear messaging) |
18 | 18 | - Tests: add test infrastructure with mock classes for network, HTTP, and partition operations |
19 | 19 | - Tests: add graphical test helper utilities for UI verification and screenshot capture |
20 | | -- API: change "display" to mpos.ui.main_display |
| 20 | +- API: change 'display' to mpos.ui.main_display |
21 | 21 | - API: change mpos.ui.th to mpos.ui.task_handler |
22 | 22 | - waveshare-esp32-s3-touch-lcd-2: power off camera at boot to conserve power |
23 | 23 | - waveshare-esp32-s3-touch-lcd-2: increase touch screen input clock frequency from 100kHz to 400kHz |
|
0 commit comments