Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Dec 7, 2017
1 parent 4717472 commit 1816138
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/tang/intellij/lua/lang/LuaLanguage.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
public class LuaLanguage extends Language {

public static final int INDEX_VERSION = 22;
public static final int INDEX_VERSION = 23;

public static final LuaLanguage INSTANCE = new LuaLanguage();

Expand Down
13 changes: 13 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@

<change-notes><![CDATA[
<strong>1.2.1</strong>
<ul>
<li>[IMPROVE]faster attach debugger</li>
<li>[IMPROVE]provide icons for processes list</li>
<li>[Experimental]show memory files</li>
<li>[Experimental]lua profiler</li>
<li>[IMPROVE]improve formatting</li>
<li>[IMPROVE]highlight unary && binary expression range</li>
<li>[NEW]now support use .net dll as lib to provide lua apis (useful for unity developers)</li>
<li>fix bug #72 #43 #79 #81 #83 </li>
<a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a>
</ul>
<strong>1.2.0</strong>
<ul>
<li>[NEW] Breadcrumbs info</li>
Expand Down

0 comments on commit 1816138

Please sign in to comment.