Skip to content

Commit

Permalink
prep 1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookins committed Aug 26, 2024
1 parent 0f0eb66 commit b344746
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Binary file removed WrapToColumn-1.9.0.zip
Binary file not shown.
Binary file added WrapToColumn-1.9.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.andrewbrookins.idea.wrap"
version = "1.9.0"
version = "1.9.1"

repositories {
mavenCentral()
Expand Down
9 changes: 8 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.andrewbrookins.wrap_to_column</id>
<name>Wrap to Column</name>
<version>1.9.0</version>
<version>1.9.1</version>
<vendor email="[email protected]" url="http://andrewbrookins.com">Andrew Brookins</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -33,6 +33,13 @@
]]></description>

<change-notes><![CDATA[
<b>1.9.1</b>
<ul>
<li>
Finally fix an old bug that caused the plugin to incorrectly wrap code it found around comment lines. You no longer have to select a comment directly adjacent to code to avoid wrapping the code as well. Instead, Wrap Paragraph to Column will wrap only the comment.
</li>
</ul>
<b>1.9.0</b>
<ul>
<li>
Expand Down

0 comments on commit b344746

Please sign in to comment.