Skip to content

Commit 41630bb

Browse files
authored
Merge pull request #228 from amitdev/changelog-update-v2.0.6
Changelog update - `v2.0.6`
2 parents 94c47ec + 32651f1 commit 41630bb

1 file changed

Lines changed: 60 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,90 +3,149 @@
33
# PMDPlugin Changelog
44

55
## [Unreleased]
6+
7+
## [2.0.6] - 2025-05-04
8+
69
### Changed
10+
711
- Support for Kotlin rules
812
- Update to PMD version 7.13.0
913

10-
1114
## [2.0.4]
15+
1216
### Changed
17+
1318
- Update to PMD version 7.12.0
1419
- Restore support for IntelliJ 2023.3+
1520
- Upgraded IntelliJ Platform Gradle Plugin to 2.x
21+
1622
### Fixed
23+
1724
- Ease pmd updates with automated dependency update tool (#208)
1825
- Remove upper bound of IntelliJ compatibility (#213)
1926

2027
## [2.0.3]
28+
2129
### Added
30+
2231
- Update to PMD version 7.7.0
2332
- Support for IntelliJ 2024.3
2433
- Plugin configuration is now stored in `.idea/PMDPlugin.xml` (and not anymore in `misc.xml`)
2534
- PMD Settings moved into Settings>Tools
2635
- Various fixes
2736

2837
## [2.0.2]
38+
2939
### Added
40+
3041
- Update to PMD version 7.5.0
3142
- Support for Intellij 2024.2
3243

3344
## [2.0.1]
45+
3446
### Added
47+
3548
- Update to PMD version 7.2.0
3649
- Fix issue with disabled PMD predefined rules menu
3750

3851
## [2.0.0]
52+
3953
### Added
54+
4055
- Update to PMD version 7.1.0
4156
- NOTE: custom rules built on PMD 6 will *NOT* work, if needed: stay on 1.9.2 until they are migrated
4257

4358
## [1.9.2]
59+
4460
### Added
61+
4562
- Bugfixes and improved stability
4663

4764
## [1.9.1]
65+
4866
### Added
67+
4968
- Fix issue running "All" rules
5069

5170
## [1.9.0]
71+
5272
### Added
73+
5374
- Support Intellij 2024 versions (only)
5475

5576
## [1.8.28]
77+
5678
### Added
79+
5780
- Support for running PMD task in background
5881

5982
## [1.8.27]
83+
6084
### Added
85+
6186
- Support for idea 2022.x and 2023.x
6287

6388
## [1.8.26]
89+
6490
### Added
91+
6592
- Update to PMD version 6.55.0 (#131)
6693
- Bug fixes (#105, #121, #122, #123, #125, #126, #128)
6794

6895
## [1.8.25]
96+
6997
### Added
98+
7099
- Update to PMD version 6.52.0 (#120)
71100
- Support for detecting redundant support warnings(#116, #117)
72101

73102
## [1.8.23]
103+
74104
### Added
105+
75106
- Update to PMD version 6.47.0
76107
- Support for sorting violations by severity
77108

78109
## [1.8.22]
110+
79111
### Added
112+
80113
- Update to PMD version 6.44.0
81114

82115
## [1.8.21]
116+
83117
### Changed
118+
84119
- Fixed #101: bundle loading error during vcs commit
85120

86121
## [1.8.20]
122+
87123
### Added
124+
88125
- Update to PMD version 6.38.0
89126

90127
## [1.8.18]
128+
91129
### Changed
130+
92131
- Update to PMD version 6.35.0 and optional anonymous status reporting
132+
133+
[Unreleased]: https://github.com/amitdev/PMD-Intellij/compare/v2.0.6...HEAD
134+
[2.0.6]: https://github.com/amitdev/PMD-Intellij/compare/v2.0.4...v2.0.6
135+
[2.0.4]: https://github.com/amitdev/PMD-Intellij/compare/v2.0.3...v2.0.4
136+
[2.0.3]: https://github.com/amitdev/PMD-Intellij/compare/v2.0.2...v2.0.3
137+
[2.0.2]: https://github.com/amitdev/PMD-Intellij/compare/v2.0.1...v2.0.2
138+
[2.0.1]: https://github.com/amitdev/PMD-Intellij/compare/v2.0.0...v2.0.1
139+
[2.0.0]: https://github.com/amitdev/PMD-Intellij/compare/v1.9.2...v2.0.0
140+
[1.9.2]: https://github.com/amitdev/PMD-Intellij/compare/v1.9.1...v1.9.2
141+
[1.9.1]: https://github.com/amitdev/PMD-Intellij/compare/v1.9.0...v1.9.1
142+
[1.9.0]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.28...v1.9.0
143+
[1.8.28]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.27...v1.8.28
144+
[1.8.27]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.26...v1.8.27
145+
[1.8.26]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.25...v1.8.26
146+
[1.8.25]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.23...v1.8.25
147+
[1.8.23]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.22...v1.8.23
148+
[1.8.22]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.21...v1.8.22
149+
[1.8.21]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.20...v1.8.21
150+
[1.8.20]: https://github.com/amitdev/PMD-Intellij/compare/v1.8.18...v1.8.20
151+
[1.8.18]: https://github.com/amitdev/PMD-Intellij/commits/v1.8.18

0 commit comments

Comments
 (0)