Skip to content

Commit ca01c0f

Browse files
committed
chore: 准备发布 6.9.0 版本
- 更新版本号至 6.9.0 - 添加完整的 6.9.0 版本更新日志 - 包含 Drift 数据库查看器、Widget Tree 可视化等新功能 - 修复多个 bug 并完善国际化支持
1 parent 7e3bf41 commit ca01c0f

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
## Unreleased
44

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+
538
## 6.8.0 - 2025-12-12
639

740
- New features: Shared Preferences panel (Dart Vm Service)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.stdlib.default.dependency=false
2-
pluginVersion=6.8.0
2+
pluginVersion=6.9.0
33
dartVersion=500.0.0
44
sinceBuildVersion=252
55
kotlin.daemon.jvmargs=-Xmx5024m

0 commit comments

Comments
 (0)