Skip to content

Commit 883d30a

Browse files
committed
1.2.4
1 parent acd497f commit 883d30a

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.2.3
1+
version = 1.2.4
22

33
javaVersion = 1.8
44

src/main/resources/META-INF/plugin.xml

+10-17
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<idea-plugin>
1818
<id>com.tang</id>
1919
<name>EmmyLua</name>
20-
<version>1.2.3</version>
20+
<version>1.2.4</version>
2121
<vendor email="[email protected]">tangzx</vendor>
2222
<category>Custom Languages</category>
2323
<description><![CDATA[
2424
Support for Lua programming language.<br>
25-
<p><a href="https://github.com/EmmyLua">Source Code</a> | <a href="https://gitter.im/emmylua/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">Gitter</a> | <a href="https://emmylua.github.io/donate.html">Donate</a> | <a href="https://emmylua.github.io/?plugin">Doc</a></p>
25+
<p><a href="https://github.com/EmmyLua">Source Code</a> | <a href="https://gitter.im/emmylua/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">Gitter</a> | <a href="https://emmylua.github.io/donate.html">Donate</a> | <a href="https://emmylua.github.io/?plugin">Doc</a> | <a href="https://github.com/EmmyLua/VSCode-EmmyLua">VSCode-EmmyLua</a></p>
2626
Features:
2727
<ul>
2828
<li>Syntax highlighting</li>
@@ -69,6 +69,14 @@
6969
]]></description>
7070

7171
<change-notes><![CDATA[
72+
<strong>1.2.4</strong>
73+
<ul>
74+
<li>[IMPROVE]improved class members completion</li>
75+
<li>[FIX]code style can not saved</li>
76+
<li>[FIX]fix target application crash when attach debugger attached</li>
77+
<li>bug fix #121 #126 #129 #134 #135 #138 #141</li>
78+
<a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a>
79+
</ul>
7280
<strong>1.2.3</strong>
7381
<ul>
7482
<li>Compatible with IDEA2018.1</li>
@@ -111,21 +119,6 @@
111119
<li>fix bug #43 #72 #79 #81 #83 #86</li>
112120
<a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a>
113121
</ul>
114-
115-
<strong>1.2.0</strong>
116-
<ul>
117-
<li>[NEW] Breadcrumbs info</li>
118-
<li>[NEW] Spell checker support</li>
119-
<li>[NEW] New inspection: Local name hides previous</li>
120-
<li>[Experimental] Type checker. Settings - Editor - Inspections - Lua > Lint > Type safety (Contribution from @Perry van Wesel)</li>
121-
<li>[IMPROVE] Performance optimization</li>
122-
<li>[IMPROVE] Structure View (Contribution from @Marco Qualizza)</li>
123-
<li>[IMPROVE] Emmydoc now supports markdown</li>
124-
<li>[IMPROVE] Name suggestion</li>
125-
<li>[IMPROVE] Variable name suggestion/completion</li>
126-
<li>[FIX] Bug #54 #55 #63 #66 #69</li>
127-
<a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a>
128-
</ul>
129122
]]>
130123
</change-notes>
131124

0 commit comments

Comments
 (0)