|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## 6.9.0 - 2025-01-21 |
| 6 | + |
| 7 | +### ✨ New Features |
| 8 | +- **Drift Database Viewer**: Added complete Drift database viewer with real-time data inspection |
| 9 | + - View and manage Drift database tables and data |
| 10 | + - Support for filtering, sorting, and editing data |
| 11 | + - Export database functionality |
| 12 | + - Multi-language support (EN, CN, HK, JA, KO) |
| 13 | +- **Widget Tree Visualization**: New widget tree viewer for better UI debugging |
| 14 | +- **Kofi Integration**: Added Kofi donation widget support |
| 15 | + |
| 16 | +### 🐛 Bug Fixes |
| 17 | +- Fixed `IndexOutOfBoundsException` in Flutter downloader when switching channels |
| 18 | +- Fixed `ArrayIndexOutOfBoundsException` in Privacy Scanner when clearing list |
| 19 | +- Fixed download location selector not showing when version is auto-selected |
| 20 | +- Fixed Drift component split layout not being draggable |
| 21 | + |
| 22 | +### 🌍 Internationalization |
| 23 | +- Added complete i18n support for Drift Database Viewer |
| 24 | + - English, Chinese, Traditional Chinese (HK), Japanese, Korean |
| 25 | +- All UI components now support multiple languages |
| 26 | + |
| 27 | +### 🎨 UI/UX Improvements |
| 28 | +- Drift viewer now has resizable split panels for better workspace management |
| 29 | +- Improved Flutter downloader UX with auto-selection of first version |
| 30 | +- Enhanced error handling and user feedback |
| 31 | + |
| 32 | +### 🔧 Technical Improvements |
| 33 | +- Optimized VM Service extensions |
| 34 | +- Improved Gson safety configuration |
| 35 | +- Better icon resource management |
| 36 | +- Code cleanup and optimization |
| 37 | + |
5 | 38 | ## 6.8.0 - 2025-12-12 |
6 | 39 |
|
7 | 40 | - New features: Shared Preferences panel (Dart Vm Service) |
|
0 commit comments