Skip to content

Commit ad92b66

Browse files
Prepare for release 0.5.0
1 parent 82e2b06 commit ad92b66

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
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.4.1
4+
version=0.5.0
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: 9 additions & 5 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.4.1</version>
4+
<version>0.5.0</version>
55
<vendor email="[email protected]">Kostiantyn Shchepanovskyi</vendor>
66

77
<description><![CDATA[
@@ -11,9 +11,11 @@
1111
Features:
1212
<ul>
1313
<li>Full Proto3 support.</li>
14+
<li>Custom include path for proto files.</li>
1415
<li>Reference support.</li>
1516
<li>Usage search for messages/enums.</li>
1617
<li>Syntax highlighting and validation.</li>
18+
<li>Error checks for reserved/duplicated field tags and names.</li>
1719
<li>Fonts & Colors configuration.</li>
1820
<li>Structure View.</li>
1921
<li>Brace matching.</li>
@@ -30,11 +32,13 @@
3032

3133
<change-notes><![CDATA[
3234
33-
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.4.1">
34-
<b>v0.4.1</b>
35-
</a> (2016-06-17)
35+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.5.0">
36+
<b>v0.5.0</b>
37+
</a> (2016-09-04)
3638
<ul>
37-
<li>Fix NoClassDefFoundError in import reference resolver.</li>
39+
<li>Add support for custom include path.</li>
40+
<li>Add validation for message fields, enum constants and service rpc methods.</li>
41+
<li>Add startup check for conflicting plugins.</li>
3842
</ul>
3943
4044
<br>

0 commit comments

Comments
 (0)