Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Sep 20, 2024
1 parent 0b195e1 commit f454fc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.0
* Make it possible to run processors asynchronously #130
* This way the UI should be more responsive when processing a lot of files
* May break processors that interact with the UI e.g. when showing dialogs
* Don't run during startup #145
* This should cause less race conditions due to partial initialization
* Only active on IntelliJ < 2024.3 as [the underlying problem was fixed in IntelliJ 2024.3](https://github.com/JetBrains/intellij-community/commit/765caa71175d0a67a54836cf840fae829da590d9)

## 1.2.4
* Dropped support for IntelliJ versions < 2024.2
* Removed deprecated code that was only required for older IDE versions
Expand Down

0 comments on commit f454fc1

Please sign in to comment.