1. Browser Tool Architecture Refactoring
- Ava Browser Tool fully decoupled from system browser as standalone module
- Smarter page content extraction engine with optimized DOM parsing and data scraping logic
- Reduced coupling with system browser for enhanced stability
2. Bluetooth Protocol Stack Extension (Mod Store)
- Added Bluetooth low-level Hook development framework for chip-level deep optimization
- Introduced
BluetoothLowLevelHooksinterface, enabling Mods to implement via standard API:- Chip identification (vendor/model/max connection limits)
- Scanner quirk detection and auto-adaptation
- Chip-specific fixes (GATT cache cleanup, scan state reset, etc.)
- Customized fix solutions for mainstream chips including MTK and Qualcomm
3. Security & Stability Fixes
- Fixed several critical technical vulnerabilities
4. Mod Store UI Polish
- Resolved visual consistency issues in Mod Store interface
5. Hand-Drawn Digital Clock Screensaver
- Location: Extensions → Info & Scenes → Minimalist Clock
- Core Features:
- Pure hand-drawn digital clock rendering, zero WebView dependency
- Guaranteed stable operation on low-end devices / WebView-less environments
- Floating window display mode with multiple customization options
- Settings:
- Minimalist Clock - Master toggle for digital clock floating window
- Control via Home Assistant - Remote show/hide state control
- Double-tap to Toggle - Double-tap bottom area to toggle visibility, state syncs to HA entity
6. Bluetooth Watchdog & Log Cleanup (#57)
- Fixed Bluetooth watchdog issues
- Cleaned up log cache
7. Duplicate Bluetooth Device Auto-Cleanup
- Added automatic duplicate Bluetooth device cleanup mechanism
8. Settings Button Fix
- Fixed settings button functionality issues
9. Automation Issues
- Attempted fixes for reported automation problems