File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
55ideaVersion =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
Original file line number Diff line number Diff line change 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[
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
You can’t perform that action at this time.
0 commit comments