We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62ac12 commit 0b42637Copy full SHA for 0b42637
1 file changed
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>me.lotabout.codegenerator</id>
3
<name>Code Generator</name>
4
- <version>1.4.0</version>
+ <version>1.4.1</version>
5
<vendor email="lotabout@gmail.com" url="https://lotabout.me">Jinzhou Zhang</vendor>
6
7
<description><![CDATA[
@@ -22,6 +22,7 @@
22
23
<change-notes><![CDATA[
24
<ul>
25
+ <li>version 1.4.1 <p>Fix "Replace existing" policy when no existing member is found</p></li>
26
<li>version 1.4.0 <p>compatible with 2020.1</p></li>
27
<li>version 1.3.3 <p>fix: pipeline settings could not be saved.</p></li>
28
<li>version 1.3.2 <p>support idea 2016.3 and after</p></li>
0 commit comments