|
1 | 1 | 0.7.0 |
2 | 2 | ===== |
| 3 | +- Redesign all app icons from scratch for a more consistent style |
| 4 | +- Show new MicroPythonOS logo at boot |
3 | 5 | - About app: show MicroPythonOS logo at the top |
4 | 6 | - AppStore app: fix BadgeHub backend handling |
5 | 7 | - 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 |
11 | 10 | - SensorManager: add support for LSM6DSO |
12 | 11 | - Rename AudioFlinger to AudioManager framework |
13 | 12 | - Rename PackageManager to AppManager framework |
|
17 | 16 | - Add new DisplayMetrics framework |
18 | 17 | - Add new InputManager framework |
19 | 18 | - Add new VersionInfo framework |
20 | | -- Additional board support: Fri3d Camp 2026 (untested on real hardware) |
21 | 19 | - Harmonize frameworks to use same coding patterns |
22 | 20 | - 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) |
23 | 24 |
|
24 | 25 | 0.6.0 |
25 | 26 | ===== |
|
0 commit comments