Skip to content

Commit c1ee1a9

Browse files
Prepare for 0.9.1 release
1 parent 3f37388 commit c1ee1a9

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
0.9.1
2+
=====
3+
4+
Builtin Apps:
5+
- AppStore: use BadgeHub.eu filter mpos_api_0 instead of old hardware IDs
6+
- HowTo: add padding
7+
8+
Frameworks:
9+
- DownloadManager: add connection timeout to DownloadManager session.get()
10+
- Settings: add international number format setting
11+
12+
OS:
13+
- New board support: M5Stack Core2
14+
- New board support: LilyGo T-HMI
15+
- LilyGo T-Watch S3 Plus: initialize Power Management Unit (for LoRa)
16+
- Add driver for LoRa SX1262 with lvgl_micropython-style (= split Bus/Device) hardware SPI
17+
- Add drivers for LoRa SX126X with SoftSPI (and default MicroPython hardware SPI)
18+
- Add esp32-component-rvswd and MicroPython bindings to flash WCH's CH32 microcontrollers
19+
- Add glyphs to fonts: diacritics 0x7F-0xFF, Bitcoin symbol ₿ 0x20BF, italic satoshi symbol 丯 0x4E2F and regular satoshi symbol 丰 0x4E30
20+
- Add LVGL symbols to fonts: 0xf002,0xf004,0xf005,0xf00e,0xf010,0xf029,0xf030 for search, heart, star, search-plus, search-minus, qrcode, camera
21+
- Add LVGL symbols to fonts: 0xf15a,0xf164,0xf165,0xf379 # btc (without circle), thumbs-up, thumbs-down, bitcoin (in circle)
22+
- Improve handling of "mpos.main" errors
23+
- Fix empty black window issue on macOS desktop
24+
- Fix macOS/unix desktop build with newer Clang (17+)
25+
126
0.9.0
227
=====
328

internal_filesystem/lib/mpos/build_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class BuildInfo:
99
class version:
1010
"""Version information."""
1111

12-
release = "0.9.0"
12+
release = "0.9.1"
1313
api_level = 0 # subject to change until API Level 1

0 commit comments

Comments
 (0)