Skip to content

Commit 5316dfa

Browse files
Release 0.13.0
1 parent a5752e3 commit 5316dfa

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
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.12.0
4+
version=0.13.0
55
ideaVersion=2018.3
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: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>io.protostuff.protostuff-jetbrains-plugin</id>
33
<name>Protobuf Support</name>
4-
<version>0.12.0</version>
4+
<version>0.13.0</version>
55
<vendor email="[email protected]">Kostiantyn Shchepanovskyi</vendor>
66

77
<description><![CDATA[
@@ -33,21 +33,24 @@
3333

3434
<change-notes><![CDATA[
3535
36-
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.12.0">
37-
<b>v0.12.0</b>
38-
</a> (2018-09-20)
36+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.13.0">
37+
<b>v0.13.0</b>
38+
</a> (2019-03-13)
3939
<br>
4040
<br>
41-
This release contains multiple improvements:
41+
This release contains multiple fixes:
4242
<ul>
4343
<li>
44-
Add spell checking support.
44+
Support for JetBrains Runtime 11 and IntelliJ IDEA 2019.1.
4545
</li>
4646
<li>
47-
Add support for custom region foolding.
47+
Fixed missing icons in search dialogs in IntelliJ IDEA 2018.3.
4848
</li>
4949
<li>
50-
Add support for setting custom include paths for new projects (global settings).
50+
Add validation for duplicate oneof names.
51+
</li>
52+
<li>
53+
Fixed custom option resolution when there are multiple descriptor.proto files on path.
5154
</li>
5255
</ul>
5356

0 commit comments

Comments
 (0)