Skip to content

Commit

Permalink
Version 1.4, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed Apr 20, 2015
1 parent 5404788 commit f5c849e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,18 @@
<category>Custom Languages</category>
<id>GLSL</id>
<description>Support for the OpenGL Shading Language</description>
<version>1.3</version>
<version>1.4</version>
<vendor>Foundation</vendor>
<idea-version since-build="139.1117"/>
<depends>com.intellij.modules.lang</depends>

<change-notes><![CDATA[
1.4 - Added support for GL ES precision modifiers and statements
1.3 - Fixed compatibility with CLion
- Fix minor bugs
]]></change-notes>

<actions>
<action id="GLSL_DEDUCE_EXPRESSION_TYPE"
class="glslplugin.actions.GLSLDeduceExpressionTypeAction"
Expand Down

0 comments on commit f5c849e

Please sign in to comment.