Skip to content

Commit 792c565

Browse files
Release 0.9.1
1 parent cf7619b commit 792c565

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

osupdate_esp32.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.0",
3-
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32_0.9.0.ota",
4-
"changelog": "0.9.0\n=====\n\nBuiltin Apps:\n- AppStore: update BadgeHub.eu URL\n- About: show netmask separately, make labels focusable\n- HowTo: new onboarding app with auto-start handling to explain controls\n- Settings: add sub-groups of setings as separate apps, including WiFi app\n- Settings: add Hotspot sub-group (SSID, password, security)\n- Settings: add WebServer sub-group (autostart, port, password)\n- Launcher: ignore launchers and MPOS settings (except WiFi)\n\nFrameworks:\n- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)\n- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)\n- DownloadManager: explicit certificate handling\n- InputManager: pointer detection helpers and board registrations\n- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback\n- SharedPreferences: fix None handling\n- WebServer: new framework with Linux/macOS fixes and no background thread\n- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect\n- Websocket library: renamed to uaiowebsocket to avoid conflicts\n\nOS:\n- ESP32 boards: bundle WebREPL (not started by default) to offer remote MicroPython shell over the network, accessible through webbrowser\n- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)\n- New board support: LilyGo T-Watch S3 Plus\n- New board support: M5Stack Fire\n- New board support: ODroid Go\n- New board support: unPhone 9\n- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers\n- ADC microphone C module and tests\n- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue\n- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries\n- Add FreeRTOS module for low-level ESP32 functions"
2+
"version": "0.9.1",
3+
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32_0.9.1.ota",
4+
"changelog": "0.9.1\n=====\n\nBuiltin Apps:\n- AppStore: use BadgeHub.eu filter mpos_api_0 instead of device-specific hardware ID\n- HowTo: add padding\n- Settings: add Number Format setting\n\nFrameworks:\n- Add new NumberFormat framework for decimal and thousands separators\n- DownloadManager: add connection timeout to DownloadManager session.get()\n\nOS:\n- New board support: LilyGo T-HMI\n- New board support: M5Stack Core2\n- LilyGo T-Watch S3 Plus: initialize Power Management Unit at startup\n- LilyGo T-Watch S3 Plus: power button short press for display backlight on/off, long press for power down\n- Add driver for LoRa SX1262 with lvgl_micropython-style (= split Bus/Device) hardware SPI\n- Add drivers for LoRa SX126X with SoftSPI (and default MicroPython hardware SPI)\n- Add esp32-component-rvswd and MicroPython bindings to flash WCH's CH32 microcontrollers\n- Add glyphs to fonts: diacritics 0x7F-0xFF, Bitcoin symbol ₿ 0x20BF, italic satoshi symbol 丯 0x4E2F and regular satoshi symbol 丰 0x4E30\n- Add LVGL symbols to fonts: 0xf002,0xf004,0xf005,0xf00e,0xf010,0xf029,0xf030 for search, heart, star, search-plus, search-minus, qrcode, camera\n- Add LVGL symbols to fonts: 0xf15a,0xf164,0xf165,0xf1e0 for btc (without circle), thumbs-up, thumbs-down, share-alt\n- Add LVGL symbols to fonts: 0xf2ea,0xf379,0xf58f for undo-alt, bitcoin (in circle), headphones-alt\n- Improve handling of 'mpos.main' errors\n- Fix empty black window issue on macOS desktop\n- Fix macOS/unix desktop build with newer Clang (17+)\n\n0.9.0\n=====\n\nBuiltin Apps:\n- AppStore: update BadgeHub.eu URL\n- About: show netmask separately, make labels focusable\n- HowTo: new onboarding app with auto-start handling to explain controls\n- Settings: add sub-groups of setings as separate apps, including WiFi app\n- Settings: add Hotspot sub-group (SSID, password, security)\n- Settings: add WebServer sub-group (autostart, port, password)\n- Launcher: ignore launchers and MPOS settings (except WiFi)\n\nFrameworks:\n- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)\n- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)\n- DownloadManager: explicit certificate handling\n- InputManager: pointer detection helpers and board registrations\n- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback\n- SharedPreferences: fix None handling\n- WebServer: new framework with Linux/macOS fixes and no background thread\n- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect\n- Websocket library: renamed to uaiowebsocket to avoid conflicts\n\nOS:\n- ESP32 boards: bundle WebREPL (not started by default) to offer remote MicroPython shell over the network, accessible through webbrowser\n- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)\n- New board support: LilyGo T-Watch S3 Plus\n- New board support: M5Stack Fire\n- New board support: ODroid Go\n- New board support: unPhone 9\n- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers\n- ADC microphone C module and tests\n- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue\n- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries\n- Add FreeRTOS module for low-level ESP32 functions"
55
}

osupdate_esp32s3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.0",
3-
"download_url": "https://updates.micropythonos.com/releases/esp32s3/MicroPythonOS_esp32s3_0.9.0.ota",
4-
"changelog": "0.9.0\n=====\n\nBuiltin Apps:\n- AppStore: update BadgeHub.eu URL\n- About: show netmask separately, make labels focusable\n- HowTo: new onboarding app with auto-start handling to explain controls\n- Settings: add sub-groups of setings as separate apps, including WiFi app\n- Settings: add Hotspot sub-group (SSID, password, security)\n- Settings: add WebServer sub-group (autostart, port, password)\n- Launcher: ignore launchers and MPOS settings (except WiFi)\n\nFrameworks:\n- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)\n- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)\n- DownloadManager: explicit certificate handling\n- InputManager: pointer detection helpers and board registrations\n- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback\n- SharedPreferences: fix None handling\n- WebServer: new framework with Linux/macOS fixes and no background thread\n- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect\n- Websocket library: renamed to uaiowebsocket to avoid conflicts\n\nOS:\n- ESP32 boards: bundle WebREPL (not started by default) to offer remote MicroPython shell over the network, accessible through webbrowser\n- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)\n- New board support: LilyGo T-Watch S3 Plus\n- New board support: M5Stack Fire\n- New board support: ODroid Go\n- New board support: unPhone 9\n- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers\n- ADC microphone C module and tests\n- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue\n- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries\n- Add FreeRTOS module for low-level ESP32 functions"
2+
"version": "0.9.1",
3+
"download_url": "https://updates.micropythonos.com/releases/esp32s3/MicroPythonOS_esp32s3_0.9.1.ota",
4+
"changelog": "0.9.1\n=====\n\nBuiltin Apps:\n- AppStore: use BadgeHub.eu filter mpos_api_0 instead of device-specific hardware ID\n- HowTo: add padding\n- Settings: add Number Format setting\n\nFrameworks:\n- Add new NumberFormat framework for decimal and thousands separators\n- DownloadManager: add connection timeout to DownloadManager session.get()\n\nOS:\n- New board support: LilyGo T-HMI\n- New board support: M5Stack Core2\n- LilyGo T-Watch S3 Plus: initialize Power Management Unit at startup\n- LilyGo T-Watch S3 Plus: power button short press for display backlight on/off, long press for power down\n- Add driver for LoRa SX1262 with lvgl_micropython-style (= split Bus/Device) hardware SPI\n- Add drivers for LoRa SX126X with SoftSPI (and default MicroPython hardware SPI)\n- Add esp32-component-rvswd and MicroPython bindings to flash WCH's CH32 microcontrollers\n- Add glyphs to fonts: diacritics 0x7F-0xFF, Bitcoin symbol ₿ 0x20BF, italic satoshi symbol 丯 0x4E2F and regular satoshi symbol 丰 0x4E30\n- Add LVGL symbols to fonts: 0xf002,0xf004,0xf005,0xf00e,0xf010,0xf029,0xf030 for search, heart, star, search-plus, search-minus, qrcode, camera\n- Add LVGL symbols to fonts: 0xf15a,0xf164,0xf165,0xf1e0 for btc (without circle), thumbs-up, thumbs-down, share-alt\n- Add LVGL symbols to fonts: 0xf2ea,0xf379,0xf58f for undo-alt, bitcoin (in circle), headphones-alt\n- Improve handling of 'mpos.main' errors\n- Fix empty black window issue on macOS desktop\n- Fix macOS/unix desktop build with newer Clang (17+)\n\n0.9.0\n=====\n\nBuiltin Apps:\n- AppStore: update BadgeHub.eu URL\n- About: show netmask separately, make labels focusable\n- HowTo: new onboarding app with auto-start handling to explain controls\n- Settings: add sub-groups of setings as separate apps, including WiFi app\n- Settings: add Hotspot sub-group (SSID, password, security)\n- Settings: add WebServer sub-group (autostart, port, password)\n- Launcher: ignore launchers and MPOS settings (except WiFi)\n\nFrameworks:\n- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)\n- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)\n- DownloadManager: explicit certificate handling\n- InputManager: pointer detection helpers and board registrations\n- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback\n- SharedPreferences: fix None handling\n- WebServer: new framework with Linux/macOS fixes and no background thread\n- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect\n- Websocket library: renamed to uaiowebsocket to avoid conflicts\n\nOS:\n- ESP32 boards: bundle WebREPL (not started by default) to offer remote MicroPython shell over the network, accessible through webbrowser\n- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)\n- New board support: LilyGo T-Watch S3 Plus\n- New board support: M5Stack Fire\n- New board support: ODroid Go\n- New board support: unPhone 9\n- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers\n- ADC microphone C module and tests\n- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue\n- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries\n- Add FreeRTOS module for low-level ESP32 functions"
55
}
3.81 MB
Binary file not shown.
3.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)