Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,24 @@

### Changed

- Updated gradle plugin version to re-enable running `./gradlew verifyPlugin` locally. (#8847)

### Removed

### Fixed

- Silent failure when opening Flutter projects without `.idea` directory in IntelliJ IDEA, by removing `FlutterProjectOpenProcessor` and migrating configuration logic to `FlutterInitializer`. (#8845)
## 91.0.0

### Changed

- Gradle plugin version to re-enable running `./gradlew verifyPlugin` locally. (#8847)
Comment thread
helin24 marked this conversation as resolved.

### Fixed

- Silent failure when opening Flutter projects without `.idea` directory in IntelliJ IDEA, by removing `FlutterProjectOpenProcessor` and
migrating configuration logic to `FlutterInitializer`. (#8846)
- Gutter buttons not running tests with non-ASCII characters in their names. (#7985)
- Freeze from JX Browser close. (#8864)
- Crash in split debugger mode in IntelliJ 2025.3+. (#8831)
Comment thread
helin24 marked this conversation as resolved.
- Passing additional arguments from the Flutter test template. (#7261)

## 90.0.0

Expand Down
Loading