Skip to content

Commit

Permalink
Fixed incorrect icon sizing on some platforms (#637).
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Mar 27, 2024
1 parent e1750fa commit 5aa827f
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# CheckStyle-IDEA Changelog

* **5.89.1** Fixed: Incorrect icon sizing on some platforms (#637).
* **5.89.0** New: Added CheckStyle 10.14.2.
* **5.89.0** Fixed: Icons now match new UI style.
* **5.89.0** Fixed: Better match format checks by disabling retentions when left curly policy requires a new line (#633).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// Project Metadata
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

version = '5.89.0'
version = '5.89.1'

intellij {
version = 'IC-2023.1.5'
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>
]]>
</description>
<version>5.89.0</version>
<version>5.89.1</version>
<idea-version since-build="231.9392.1"/>
<vendor url="https://infernus.org/" email="jamie@infernus.org">Jamie Shiell</vendor>

Expand All @@ -24,6 +24,7 @@
<change-notes>
<![CDATA[
<ul>
<li>5.89.1: Fixed: Incorrect icon sizing on some platforms (#637).</li>
<li>5.89.0: New: Added CheckStyle 10.14.2.</li>
<li>5.89.0: Fixed: Icons now match new UI style.</li>
<li>5.89.0: Fixed: Better match format checks by disabling retentions when left curly policy requires a new line (#633).</li>
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5aa827f

Please sign in to comment.