|
3 | 3 |
|
4 | 4 | Builtin Apps: |
5 | 5 | - 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) |
9 | 12 |
|
10 | 13 | 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 |
13 | 23 |
|
14 | 24 | 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 |
17 | 28 | - New board support: M5Stack Fire |
18 | 29 | - 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 |
19 | 35 | - Add FreeRTOS module for low-level ESP32 functions |
20 | 36 |
|
21 | 37 | 0.8.0 |
|
0 commit comments