Skip to content

Commit c6e064e

Browse files
Update for release 0.3.1
1 parent 2787d8c commit c6e064e

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Available idea versions:
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
4-
version=0.3.0
4+
version=0.3.1
55
ideaVersion=145.258.11
66
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
77
# Java 8 is required to run IntelliJ IDEA starting from version 16

src/main/resources/META-INF/plugin.xml

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>io.protostuff.protostuff-jetbrains-plugin</id>
33
<name>Protobuf Support</name>
4-
<version>0.3.0</version>
4+
<version>0.3.1</version>
55
<vendor email="[email protected]">Kostiantyn Shchepanovskyi</vendor>
66

77
<description><![CDATA[
@@ -31,38 +31,18 @@
3131

3232
<change-notes><![CDATA[
3333
34-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.3.0">
35-
<b>v0.3.0</b>
36-
</a> (2016-04-24)
34+
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.3.1">
35+
<b>v0.3.1</b>
36+
</a> (2016-05-09)
3737
<ul>
38-
<li>Add code formatting.</li>
38+
<li>Fixed highlighting of groups.</li>
39+
<li>Fixed formatting of trailing line comments.</li>
40+
<li>Fixed structure view bug - nested messages were not displayed.</li>
3941
</ul>
4042
41-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.2.0">
42-
<b>v0.2.0</b>
43-
</a> (2016-04-16)
44-
<ul>
45-
<li>Add structure view.</li>
46-
<li>Add brace matching.</li>
47-
<li>Add commenter.</li>
48-
</ul>
49-
50-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.1.1">
51-
<b>v0.1.1</b>
52-
</a> (2016-04-08)
53-
<ul>
54-
<li>Add support for new keywords: "stream" and "reserved".</li>
55-
<li>Enable syntax highlighting for embedded code blocks in Markdown editor.</li>
56-
</ul>
57-
58-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.1.0">
59-
<b>v0.1.0</b>
60-
</a> (2016-04-03)
61-
First public release. Supports syntax highlighting for proto2/proto3 and basic validations.
62-
<br>
6343
<br>
6444
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases">
65-
<b>Full Changelog History</b>
45+
<b>Full Changelog</b>
6646
</a>
6747
]]>
6848
</change-notes>

0 commit comments

Comments
 (0)