Skip to content

Commit

Permalink
update plugin xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Sep 22, 2024
1 parent e6b0b4f commit 261e3d7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions plugins/idea/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -18,20 +18,19 @@
</description>
<change-notes>
<![CDATA[
<b>2.3.21</b>
<b>2.3.22</b>
<h2>New Features</h2>
<ul>
<li>iOS 17 bindings</li>
<li>IDEA 2024.1 support</li>
<li>IDEA Run configuration enhancements and debugging</li>
<li>static hashcode functions for scalar types</li>
<li>Transforms unknown dynamic invoke into NoSuchMethodError</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Run configuration enhancements and debugging</li>
<li>Device deployment fix for multiple connected devices</li>
<li>Fix case of private classes with multiple constructors</li>
<li>Workaround for debugger inner class</li>
<li>manual adding of RoboVM SDK from File/Project structure</li>
<li>SSL session caching memory corruption fix</li>
<li>Idea run dialog was not saving Sim details if no device is attached and selected in preferred device udid</li>
<li>compilation failed due swift lib not found (libswiftXPC.dylib is not found in swift paths)</li>
</ul>
]]>
</change-notes>

0 comments on commit 261e3d7

Please sign in to comment.