Skip to content

Commit

Permalink
release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nEdAy committed Jan 17, 2023
1 parent 35dc8c5 commit 4a61e5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

- Add a new switch to control whether run 'watch' with '--delete-conflicting-outputs' option.
- Add a new switch to control whether run 'flutter analyze' automatically after build-runner is done.
- Try to support use the build runner with "--build-filter="path/to/output" to rebuild a single file.

## [2.4.3]

### Changed

- Template synchronization: intellij-platform-plugin-template.
- Compatibility Range changed from 212~222.* to 213.223.*.

## [2.4.1]

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup=cn.neday.excavator
pluginName=Flutter-Toolkit
pluginRepositoryUrl=https://github.com/nEdAy/Flutter-Toolkit
# SemVer format -> https://semver.org
pluginVersion=2.4.2
pluginVersion=2.4.3
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=213
pluginUntilBuild=223.*
Expand Down

0 comments on commit 4a61e5e

Please sign in to comment.