Skip to content

Commit 6f10453

Browse files
Release 0.7.0
1 parent 55a3394 commit 6f10453

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

osupdate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.7.0",
33
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32_0.7.0.ota",
4-
"changelog": "0.7.0\n=====\n- Redesign all app icons from scratch for a more consistent style\n- Show new MicroPythonOS logo at boot\n- About app: show MicroPythonOS logo at the top\n- AppStore app: fix BadgeHub backend handling\n- OSUpdate app: eliminate requests library\n- Settings app: make 'Cancel' button more 'ghost-y' to discourage accidental misclicks\n- ActivityNavigator: allow an activity to close a child activity\n- SensorManager: add support for LSM6DSO\n- Rename AudioFlinger to AudioManager framework\n- Rename PackageManager to AppManager framework\n- Add new AppearanceManager framework\n- Add new BatteryManager framework\n- Add new DeviceInfo framework\n- Add new DisplayMetrics framework\n- Add new InputManager framework\n- Add new VersionInfo framework\n- Harmonize frameworks to use same coding patterns\n- Replace all compiled binary .mpy files by source copies for transparency (they get compiled during the build, so performance won't suffer)\n- Remove dependency on micropython-esp32-ota library\n- Remove dependency on traceback library\n- Additional board support: Fri3d Camp 2026 (untested)"
4+
"changelog": "0.7.0\n=====\n\nBuiltin Apps:\n- Redesign all app icons from scratch for a more consistent style\n- About app: show MicroPythonOS logo at the top\n- AppStore app: fix BadgeHub backend handling\n- OSUpdate app: eliminate requests library\n- Settings app: make 'Cancel' button more 'ghost-y' to discourage accidental misclicks\n\nFrameworks:\n- Harmonize frameworks to use same coding patterns\n- Rename AudioFlinger to AudioManager framework\n- Rename PackageManager to AppManager framework\n- Add new AppearanceManager framework\n- Add new BatteryManager framework\n- Add new DeviceInfo framework\n- Add new DisplayMetrics framework\n- Add new InputManager framework\n- Add new TimeZone framework\n- Add new VersionInfo framework\n- ActivityNavigator: support pre-instantiated activities so an activity can close a child activity\n- SensorManager: add support for LSM6DSO\n\nOS:\n- Show new MicroPythonOS logo at boot\n- Replace all compiled binary .mpy files by source copies for transparency (they get compiled during the build, so performance won't suffer)\n- Remove dependency on micropython-esp32-ota library\n- Remove dependency on traceback library\n- Additional board support: Fri3d Camp 2026 (untested)"
55
}
3.34 MB
Binary file not shown.

0 commit comments

Comments
 (0)