Skip to content

Commit 7401a06

Browse files
committed
release: 7.0.5
1 parent a7c444d commit 7401a06

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## 7.0.5 - 2026-05-23
6+
7+
### New Features
8+
- Added custom Project View icons for Flutter root platform directories: `web`, `windows`, `linux`, `macos`, `android`, and `ios`.
9+
- Added a Project View setting to show or hide Flutter platform directory icons.
10+
11+
### Improvements
12+
- Bolded Flutter platform directory names in the Project View for quicker scanning.
13+
- Improved Dart type inlay click navigation by resolving targets through non-blocking read actions before opening declarations.
14+
15+
### Fixes
16+
- Fixed settings UI disposable lifecycle handling for the AppConfig panel.
17+
18+
### Localization
19+
- Added zh/en/hk/ja/ko translations for the Project View icon setting.
20+
521
## 7.0.4 - 2026-04-23
622

723
### New Features

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=7.0.4
2+
pluginVersion=7.0.5
33
dartVersion=503.0.0
44
sinceBuildVersion=252
55
kotlin.daemon.jvmargs=-Xmx5024m

0 commit comments

Comments
 (0)