Skip to content

Commit a96975c

Browse files
Release 0.8.0
1 parent 37da7d1 commit a96975c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
These 3 files are the same, as of the unified builds:
22
- osupdate_fri3d-2024.json is the legacy file for pre 0.4.1 releases, when the device id was fri3d-2024 instead of fri3d_2024
33
- osupdate_fri3d_2024.json is the new file for 0.4.1 releases
4-
- osupdate.json is the file for the waveshare_esp32_s3_touch_lcd_2
4+
- osupdate.json is the file for the waveshare_esp32_s3_touch_lcd_2 board
5+
- osupdate_matouch_esp32_s3_spi_ips_2_8_with_camera_ov3660.json is the file for the matouch_esp32_s3_spi_ips_2_8_with_camera_ov3660 board
56

67
osupdate_linux-desktop.json is the legacy file for pre-0.4.1 releases, when the device ID was linux-desktop instead of linux
78
osupdate_linux.json is for linux releases for 0.4.1 and after
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
osupdate.json

osupdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.1",
3-
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32_0.7.1.ota",
4-
"changelog": "0.7.1\n=====\n\nBuiltin Apps:\n- Update icons for AppStore, Settings, and Wifi apps\n\nFrameworks:\n- Fix issue with multiple DownloadManager.download_url's on ESP32 due to SSL session sharing/corruption\n\n0.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)"
2+
"version": "0.8.0",
3+
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32_0.8.0.ota",
4+
"changelog": "0.8.0\n=====\n\nBuiltin Apps:\n- About: use logger framework\n- AppStore: mark BadgeHub backend as 'beta'\n- Launcher: improve layout on different screen width sizes\n- OSUpdate: remove 'force update' checkbox not in favor of varying button labels\n\nFrameworks:\n- SDCard: add support for SDIO/SD/MMC mode\n- CameraManager and CameraActivity: work fully camera-agnostic\n\nOS:\n- Add board support: Makerfabs MaTouch ESP32-S3 SPI IPS 2.8' with Camera OV3660\n- Scale MicroPythonOS boot logo down if necessary\n- Don't show battery icon if battery is not supported\n- Move logging.py to subdirectory"
55
}
3.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)