Skip to content

Commit 29e7d2e

Browse files
Update CHANGELOG
1 parent 1bef944 commit 29e7d2e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
0.7.0
22
=====
3+
- Redesign all app icons from scratch for a more consistent style
4+
- Show new MicroPythonOS logo at boot
35
- About app: show MicroPythonOS logo at the top
46
- AppStore app: fix BadgeHub backend handling
57
- OSUpdate app: eliminate requests library
6-
- Settings app: make "Cancel" button more "ghosty" to discourage accidental misclicks
7-
- Remove dependency on micropython-esp32-ota library
8-
- Remove dependency on traceback library
9-
- Show new MicroPythonOS logo at boot
10-
- ActivityNavigator: support pre-instantiated activities to support one activity closing a child activity
8+
- Settings app: make 'Cancel' button more 'ghost-y' to discourage accidental misclicks
9+
- ActivityNavigator: allow an activity to close a child activity
1110
- SensorManager: add support for LSM6DSO
1211
- Rename AudioFlinger to AudioManager framework
1312
- Rename PackageManager to AppManager framework
@@ -17,9 +16,11 @@
1716
- Add new DisplayMetrics framework
1817
- Add new InputManager framework
1918
- Add new VersionInfo framework
20-
- Additional board support: Fri3d Camp 2026 (untested on real hardware)
2119
- Harmonize frameworks to use same coding patterns
2220
- Replace all compiled binary .mpy files by source copies for transparency (they get compiled during the build, so performance won't suffer)
21+
- Remove dependency on micropython-esp32-ota library
22+
- Remove dependency on traceback library
23+
- Additional board support: Fri3d Camp 2026 (untested)
2324

2425
0.6.0
2526
=====

0 commit comments

Comments
 (0)