Skip to content

Commit f454fc1

Browse files
committed
Update CHANGELOG.md
1 parent 0b195e1 commit f454fc1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.3.0
2+
* Make it possible to run processors asynchronously #130
3+
* This way the UI should be more responsive when processing a lot of files
4+
* May break processors that interact with the UI e.g. when showing dialogs
5+
* Don't run during startup #145
6+
* This should cause less race conditions due to partial initialization
7+
* Only active on IntelliJ < 2024.3 as [the underlying problem was fixed in IntelliJ 2024.3](https://github.com/JetBrains/intellij-community/commit/765caa71175d0a67a54836cf840fae829da590d9)
8+
19
## 1.2.4
210
* Dropped support for IntelliJ versions < 2024.2
311
* Removed deprecated code that was only required for older IDE versions

0 commit comments

Comments
 (0)