Skip to content

Commit cf26aac

Browse files
committed
Update changelog, set next version to be 2.1.0
1 parent 6044c35 commit cf26aac

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Various improvements #266
10+
- Fixed: Intermediate progress bars can't display fractional updates (when running PMD on multiple files)
11+
- Fixed: IntelliJ crash on startup due to conflicting slf4j version
12+
- Improve overall language detection
13+
- Use/Display normal "Suppression Fix" if possible
14+
- Prevent analysis of outdated file content from disk and use IntelliJ's internal PSIFile instead
15+
- Do not classify unknown files as Java and ignore them
16+
- Render rule descriptions as markdown
17+
718
## [2.0.9] - 2025-07-20
819

920
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginName = PMD
55
pluginRepositoryUrl = https://github.com/amitdev/PMD-Intellij
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.1.2
7+
pluginVersion = 2.1.0
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)