Skip to content

Commit 03ad82e

Browse files
Improve CHANGELOG
1 parent 29e7d2e commit 03ad82e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
0.7.0
22
=====
3+
4+
Builtin Apps:
35
- Redesign all app icons from scratch for a more consistent style
4-
- Show new MicroPythonOS logo at boot
56
- About app: show MicroPythonOS logo at the top
67
- AppStore app: fix BadgeHub backend handling
78
- OSUpdate app: eliminate requests library
89
- Settings app: make 'Cancel' button more 'ghost-y' to discourage accidental misclicks
9-
- ActivityNavigator: allow an activity to close a child activity
10-
- SensorManager: add support for LSM6DSO
10+
11+
Frameworks:
12+
- Harmonize frameworks to use same coding patterns
1113
- Rename AudioFlinger to AudioManager framework
1214
- Rename PackageManager to AppManager framework
1315
- Add new AppearanceManager framework
@@ -16,7 +18,11 @@
1618
- Add new DisplayMetrics framework
1719
- Add new InputManager framework
1820
- Add new VersionInfo framework
19-
- Harmonize frameworks to use same coding patterns
21+
- ActivityNavigator: allow an activity to close a child activity
22+
- SensorManager: add support for LSM6DSO
23+
24+
OS:
25+
- Show new MicroPythonOS logo at boot
2026
- Replace all compiled binary .mpy files by source copies for transparency (they get compiled during the build, so performance won't suffer)
2127
- Remove dependency on micropython-esp32-ota library
2228
- Remove dependency on traceback library

0 commit comments

Comments
 (0)