Skip to content

Commit 079ab1a

Browse files
Prepare for next release (0.1.1)
1 parent f331b0b commit 079ab1a

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
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.1.0
4+
version=0.1.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: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,51 @@
44
<version>0.1.0</version>
55
<vendor email="[email protected]"
66
url="https://github.com/protostuff/protostuff-jetbrains-plugin">
7-
Kostiantyn Shchepanovskyi, Protostuff Project
7+
Kostiantyn Shchepanovskyi
88
</vendor>
99

1010
<description><![CDATA[
11+
12+
<h1>Protobuf Support</h1>
13+
<br/>
14+
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin">GitHub</a> |
15+
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/issues">Issues</a>
16+
<br/>
17+
<br/>
1118
<a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a>
1219
support for Jetbrains products.
1320
<br>
14-
Supports syntax highlighting for proto2/proto3 and basic inspections.
21+
<br>
22+
<b>Features:</b>
23+
<ul>
24+
<li>Syntax highlight</li>
25+
<li>Syntax validation (full proto3 support)</li>
26+
<li>Fonts & Colors configuration</li>
27+
</ul>
28+
<br/>
1529
]]></description>
1630

1731
<change-notes><![CDATA[
18-
<b>Release 0.1.0 (2016-04-03)</b>
19-
<br>
20-
First public release:
32+
33+
34+
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.1.1">
35+
<b>v0.1.1</b>
36+
</a> (2016-04-08)
37+
38+
<br/>
39+
<br/>
40+
41+
<i>Enhancements:</i>
42+
2143
<ul>
22-
<li>Add syntax highlighting for proto2/proto3 and basic inspections.</li>
44+
<li>Add support for new keywords: "stream" and "reserved"</li>
45+
<li>Enable syntax highlight for embedded code blocks in Markdown editor</li>
2346
</ul>
47+
48+
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases">
49+
<b>Full Changelog History</b>
50+
</a>
51+
2452
]]>
2553
</change-notes>
2654

0 commit comments

Comments
 (0)