Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Sep 19, 2017
1 parent f67404f commit 2b29445
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,30 @@
<li>Code inspections</li>
<li>Lua Standard Library/API</li>
<li>Region folding</li>
<li>Lua Check Tool</li>
</ul>
<p>中国朋友可以加QQ群29850775交流及反馈BUG</p>
]]></description>

<change-notes><![CDATA[
<strong>1.1.9</strong>
<li>[UPDATE] Compatible with IDEA 2017.3(173)</li>
<li>[NEW] Add new annotation: @overload, used for mark overload functions (@optional is obsolete)</li>
<li>[NEW] Add new annotation: @language, used for inject language to lua string</li>
<li>[NEW] Add new inspection: Show warning for duplicated local declaration</li>
<li>[NEW] Show method separators</li>
<li>[NEW] Show local variable type hints</li>
<li>[NEW] Show parameter type hints</li>
<li>[NEW] Show function return type hints</li>
<li>[NEW] Add new postfix template "if_not"</li>
<li>[IMPROVE] Infer type from constructor call (settings/Languages.../EmmyLua)</li>
<li>[IMPROVE] Add auto completion and references for label(Lua 5.3)</li>
<li>[IMPROVE] You can toggle on/off 'smart enter' (settings/Languages.../EmmyLua)</li>
<li>[IMPROVE] You can toggle on/off 'show words in file' (settings/Languages.../EmmyLua)</li>
<li>[FIX] Support forward declaration local-function</li>
<li>[FIX] Crash when type --[ at EOF</li>
<li>[FIX] Fix some bugs</li>
<a href="https://tangzx.github.io/emmydoc/changelogs.html">Full changelog</a>
]]>
</change-notes>

Expand Down

0 comments on commit 2b29445

Please sign in to comment.