Skip to content

Commit 4b71742

Browse files
Update CHANGELOG
1 parent 5a89499 commit 4b71742

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,35 @@
33

44
Builtin Apps:
55
- AppStore: update BadgeHub.eu URL
6-
- Hotspot Settings
7-
- WebServer Settings
8-
6+
- About: show netmask separately, make labels focusable
7+
- HowTo: new onboarding app with auto-start handling to explain controls
8+
- Settings: add sub-groups of setings as separate apps, including WiFi app
9+
- Settings: add Hotspot sub-group (SSID, password, security)
10+
- Settings: add WebServer sub-group (autostart, port, password)
11+
- Launcher: ignore launchers and MPOS settings (except WiFi)
912

1013
Frameworks:
11-
- AudioManager: add support for multiple speakers and microphones
12-
- AudioManager: add support for ADC-based microphone (adc_mic)
14+
- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)
15+
- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)
16+
- DownloadManager: explicit certificate handling
17+
- InputManager: pointer detection helpers and board registrations
18+
- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback
19+
- SharedPreferences: fix None handling
20+
- WebServer: new framework with Linux/macOS fixes and no background thread
21+
- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect
22+
- Websocket library: renamed to uaiowebsocket to avoid conflicts
1323

1424
OS:
15-
- ESP32 boards: add webrepl
16-
- New board support: LilyGo T-Display-S3
25+
- ESP32 boards: bundle WebREPL (disabled by default, password protected, can be enabled in Settings)
26+
- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)
27+
- New board support: LilyGo T-Watch S3 Plus
1728
- New board support: M5Stack Fire
1829
- New board support: ODroid Go
30+
- New board support: unPhone 9
31+
- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers
32+
- ADC microphone C module and tests
33+
- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue
34+
- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries
1935
- Add FreeRTOS module for low-level ESP32 functions
2036

2137
0.8.0

0 commit comments

Comments
 (0)