|
1 | 1 | 0.3.1 |
2 | 2 | ===== |
3 | | -- Fix "Home" button in top menu not stopping all apps |
| 3 | +- OSUpdate app: fix typo that caused update rollback |
| 4 | +- Fix 'Home' button in top menu not stopping all apps |
4 | 5 | - Update micropython-nostr library to fix epoch time on ESP32 and NWC event kind |
5 | 6 |
|
6 | 7 | 0.3.0 |
|
11 | 12 | - API: Add SDCardManager for SD Card support |
12 | 13 | - API: add PackageManager to (un)install MPK packages |
13 | 14 | - API: split mpos.ui into logical components |
14 | | -- Remove "long press pin 0" for bootloader mode; either use the Settings app or keep it pressed while pressing and releasing the "RESET" button |
| 15 | +- Remove 'long press pin 0' for bootloader mode; either use the Settings app or keep it pressed while pressing and releasing the 'RESET' button |
15 | 16 | - Increase framerate on ESP32 by lowering task_handler duration from 5ms to 1ms |
16 | 17 | - Throttle per-frame async_call() to prevent apps from overflowing memory |
17 | 18 | - Overhaul build system and docs: much simplier (single clone and script run), add MacOS support, build with GitHub Workflow, automatic tests, etc. |
|
36 | 37 | ===== |
37 | 38 | - Update to MicroPython 1.25.0 and LVGL 9.3.0 |
38 | 39 | - About app: add info about over-the-air partitions |
39 | | -- OSUpdate app: check update depending on current hardware identifier, add "force update" option, improve user feedback |
| 40 | +- OSUpdate app: check update depending on current hardware identifier, add 'force update' option, improve user feedback |
40 | 41 | - AppStore, Camera, Launcher, Settings: adjust for compatibility with LVGL 9.3.0 |
41 | 42 |
|
42 | 43 | 0.0.11 |
|
55 | 56 | - UI: prevent menu drawer button clicks while swiping |
56 | 57 | - Settings: add Timezone configuration |
57 | 58 | - Draw: new app for simple drawing on a canvas |
58 | | -- IMU: new app for showing data from the Intertial Measurement Unit ("Accellerometer") |
| 59 | +- IMU: new app for showing data from the Intertial Measurement Unit ('Accellerometer') |
59 | 60 | - Camera: speed up QR decoding 4x - thanks @kdmukai! |
60 | 61 |
|
61 | 62 |
|
|
68 | 69 | 0.0.7 |
69 | 70 | ===== |
70 | 71 | - Update battery icon every 5 seconds depending on VBAT/BAT_ADC |
71 | | -- Add "Power" off button in menu drawer |
| 72 | +- Add 'Power' off button in menu drawer |
72 | 73 |
|
73 | 74 | 0.0.6 |
74 | 75 | ===== |
75 | 76 | - Scale button size in drawer for bigger screens |
76 | | -- Show "Brightness" text in drawer |
77 | | -- Add builtin "Settings" app with settings for Light/Dark Theme, Theme Color, Restart to Bootloader |
78 | | -- Add "Settings" button to drawer that opens settings app |
79 | | -- Save and restore "Brightness" setting |
| 77 | +- Show 'Brightness' text in drawer |
| 78 | +- Add builtin 'Settings' app with settings for Light/Dark Theme, Theme Color, Restart to Bootloader |
| 79 | +- Add 'Settings' button to drawer that opens settings app |
| 80 | +- Save and restore 'Brightness' setting |
80 | 81 | - AppStore: speed up app installs |
81 | 82 | - Camera: scale camera image to fit screen on bigger displays |
82 | 83 | - Camera: show decoded result on-display if QR decoded |
|
117 | 118 |
|
118 | 119 | 0.0.2 |
119 | 120 | ===== |
120 | | -- Handle IO0 "BOOT button" so long-press starts bootloader mode for updating firmware over USB |
| 121 | +- Handle IO0 'BOOT button' so long-press starts bootloader mode for updating firmware over USB |
121 | 122 |
|
122 | 123 | 0.0.1 |
123 | 124 | ===== |
|
0 commit comments