Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed May 4, 2015
1 parent cf5c55b commit 0aebdd6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,19 @@
<idea-version since-build="139.1117"/>
<depends>com.intellij.modules.lang</depends>

<version>1.6</version>
<version>1.7</version>
<change-notes><![CDATA[
<p>1.7</p>
<ul>
<li>Add missing return; warning</li>
<li>Add support for layout qualifiers</li>
<li>Add support for interface blocks</li>
<li>Add error highligting in Project view</li>
<li>Add invalid initializer type warning</li>
<li>Add support for bitwise operators</li>
<li>Fix Convert Vector Components action</li>
</ul>
<p>1.6</p>
<ul>
<li>Improved unreachability analyzing</li>
Expand All @@ -55,6 +66,12 @@
<li>Fixed compatibility with CLion</li>
<li>Fix minor bugs</li>
</ul>
<p>Notable older changes<p>
<ul>
<li>Update to support Intellij 14</li>
<li>Update color scheme handling</li>
</ul>
]]></change-notes>

<actions>
Expand Down

0 comments on commit 0aebdd6

Please sign in to comment.