Skip to content

Commit b437d6a

Browse files
committed
Bumped version
1 parent 3d38dec commit b437d6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<id>de.halirutan.mathematica</id>
33
<name>Mathematica Support</name>
44
<category>Custom Language</category>
5-
<version>1.3.2</version>
5+
<version>1.3.3</version>
66
<idea-version since-build="135.1230"/>
77
<vendor email="patrick@halirutan.de" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
88
<depends>com.intellij.modules.lang</depends>
@@ -44,6 +44,7 @@
4444
<i>New features and bugfixes:</i>
4545
<br/>
4646
<ul>
47+
<li>Fixed some localization constructs and added unicode of the Eth symbol (<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/26">GH-26</a> and <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/27">GH-27</a>)</li>
4748
<li>Made indentation for Association brackets like the indentation for lists <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/20">(GH-20)</a></li>
4849
<li>Fixed the renaming engine so that renamed variables can now have context back-ticks</li>
4950
<li>Fixed bug where an inspection used much CPU <a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/19">(GH-19)</a></li>

0 commit comments

Comments
 (0)