Skip to content

Releases: jshiell/checkstyle-idea

5.69.0

23 Jul 12:33
90033d3
Compare
Choose a tag to compare

New: Ensure passwords are hidden when display URIs (#581) - thanks to @austek.

5.68.0

16 Jul 16:04
9926842
Compare
Choose a tag to compare

New: Added Checkstyle 10.3.1.
Fix: User info requiring escaping in rules file URIs is now handled correctly (#535) - thanks to @austek.

5.67.4

17 Jun 20:01
ae482e6
Compare
Choose a tag to compare

Fix: Process exceptions from IDEA are now correctly rethrown during config deserialisation (#578).

5.67.3

11 Jun 20:12
f442e70
Compare
Choose a tag to compare

Fix: Bundled configurations now have constant IDs when recreated or ported from earlier versions (#569).
Fix: Bundled configurations are restored if absent.

5.67.2

06 Jun 17:37
c9c9474
Compare
Choose a tag to compare

Fix: NPE in active modules configurations (#576).

5.67.1

05 Jun 10:52
bb5a037
Compare
Choose a tag to compare

Fix: Improve serialisation from legacy formats (#574).
Fix: Fix serialisation of property values (#573).

5.67.0

04 Jun 11:03
b907c68
Compare
Choose a tag to compare

New: Added Checkstyle 10.3.
Fix: Project paths should now remain relative where possible (#569).
Fix: Fix NPE in module configuration (#570).

5.66.0

02 May 13:40
a9f75bf
Compare
Choose a tag to compare

New: Added Checkstyle 10.2.
Fix: Save all modified files before reloading rules, to ensure we load what people see (#562) - thanks to @ahus1.
Fix: Improved thread safety on ConfigurationLocation (#568) - thanks to @ahus1.

5.65.0

24 Apr 13:51
ac7a6b1
Compare
Choose a tag to compare

Fix: NPE when active config lookup fails (#566).
Fix: Properties not correctly loaded for active files (#565).
New: The toolwindow is now available during indexing (#564) - thanks to @ahus1.
New: We now use SVG icons (#563) - thanks to @ahus1.

5.64.0

16 Apr 21:23
38c67c2
Compare
Choose a tag to compare

New: You can now select multiple active Checkstyle files and scope them individually (#559) - thanks to @JanK411 and @Uschi003.