Skip to content

Commit 015cf99

Browse files
Update CHANGELOG
1 parent b33b40c commit 015cf99

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.3.1
22
=====
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
45
- Update micropython-nostr library to fix epoch time on ESP32 and NWC event kind
56

67
0.3.0
@@ -11,7 +12,7 @@
1112
- API: Add SDCardManager for SD Card support
1213
- API: add PackageManager to (un)install MPK packages
1314
- 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
1516
- Increase framerate on ESP32 by lowering task_handler duration from 5ms to 1ms
1617
- Throttle per-frame async_call() to prevent apps from overflowing memory
1718
- Overhaul build system and docs: much simplier (single clone and script run), add MacOS support, build with GitHub Workflow, automatic tests, etc.
@@ -36,7 +37,7 @@
3637
=====
3738
- Update to MicroPython 1.25.0 and LVGL 9.3.0
3839
- 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
4041
- AppStore, Camera, Launcher, Settings: adjust for compatibility with LVGL 9.3.0
4142

4243
0.0.11
@@ -55,7 +56,7 @@
5556
- UI: prevent menu drawer button clicks while swiping
5657
- Settings: add Timezone configuration
5758
- 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')
5960
- Camera: speed up QR decoding 4x - thanks @kdmukai!
6061

6162

@@ -68,15 +69,15 @@
6869
0.0.7
6970
=====
7071
- 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
7273

7374
0.0.6
7475
=====
7576
- 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
8081
- AppStore: speed up app installs
8182
- Camera: scale camera image to fit screen on bigger displays
8283
- Camera: show decoded result on-display if QR decoded
@@ -117,7 +118,7 @@
117118

118119
0.0.2
119120
=====
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
121122

122123
0.0.1
123124
=====

scripts/changelog_to_json.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
sed -i "s/\"/'/g" CHANGELOG.md # change double to single quotes
12
cat CHANGELOG.md | tr -d "\n" | sed 's/- /\\n- /g'

0 commit comments

Comments
 (0)