Skip to content

Commit 34ded9d

Browse files
Prepare for release 0.10.1
1 parent d91675f commit 34ded9d

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
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.10.0
4+
version=0.10.1
55
ideaVersion=2017.1
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: 21 additions & 7 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.10.0</version>
4+
<version>0.10.1</version>
55
<vendor email="[email protected]">Kostiantyn Shchepanovskyi</vendor>
66

77
<description><![CDATA[
@@ -32,13 +32,27 @@
3232

3333
<change-notes><![CDATA[
3434
35-
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.0">
36-
<b>v0.10.0</b>
37-
</a> (2017-07-11)
35+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.1">
36+
<b>v0.10.1</b>
37+
</a> (2017-07-18)
38+
<br>
39+
<br>
40+
This release contains multiple important fixes:
3841
<ul>
39-
<li>Highlight unresolved reference errors.</li>
40-
<li>Make messages/enums and other blocks collapsible.</li>
41-
<li>Improve error reporting (simplify sending bug reports).</li>
42+
<li>
43+
Improved imports resolving strategy: in addition to resolving imports using source roots,
44+
plugin also tries to resolve import relatively to proto file's location.
45+
</li>
46+
<li>
47+
Fix plugin error when message has syntax errors
48+
(IncorrectOperationException: Could not detect qualified name in given context:
49+
com.intellij.psi.impl.source.tree.PsiErrorElementImpl).
50+
</li>
51+
<li>
52+
Fix plugin error when message is defined inside of group block
53+
(IncorrectOperationException: Could not detect qualified name in given context:
54+
io.protostuff.jetbrains.plugin.psi.GroupNode).
55+
</li>
4256
</ul>
4357
4458
<br>

0 commit comments

Comments
 (0)