You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Increment version number
This commit is contained in:
+13
-1
@@ -1,3 +1,16 @@
|
||||
0.9.0
|
||||
=====
|
||||
|
||||
Frameworks:
|
||||
- AudioManager: add support for multiple speakers and microphones
|
||||
- AudioManager: add support for ADC-based microphone (adc_mic)
|
||||
|
||||
OS:
|
||||
- ESP32 boards: add webrepl
|
||||
- New board support: LilyGo T-Display-S3
|
||||
- New board support: M5Stack Fire
|
||||
- New board support: ODroid Go
|
||||
|
||||
0.8.0
|
||||
=====
|
||||
|
||||
@@ -12,7 +25,6 @@ Frameworks:
|
||||
- CameraManager and CameraActivity: work fully camera-agnostic
|
||||
|
||||
OS:
|
||||
- Add webrepl on ESP32 boards
|
||||
- Add board support: Makerfabs MaTouch ESP32-S3 SPI IPS 2.8' with Camera OV3660
|
||||
- Scale MicroPythonOS boot logo down if necessary
|
||||
- Don't show battery icon if battery is not supported
|
||||
|
||||
@@ -9,5 +9,5 @@ class BuildInfo:
|
||||
class version:
|
||||
"""Version information."""
|
||||
|
||||
release = "0.8.1"
|
||||
release = "0.9.0"
|
||||
api_level = 0 # subject to change until API Level 1
|
||||
|
||||
Reference in New Issue
Block a user