Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit 62b9fec

Browse files
committed
Plugin metadata update - alpha7
1 parent a41bdc2 commit 62b9fec

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

resources/META-INF/plugin.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>xyz.elmot.clion.armsupport.prj</id>
33
<name>OpenOCD + STM32CubeMX support for ARM embedded development</name>
4-
<version>1.1.alpha6</version>
4+
<version>1.1.alpha7</version>
55
<vendor email="me@elmot.xyz" url="http://elmot.xyz">Elmot</vendor>
66

77
<description><![CDATA[
@@ -37,26 +37,21 @@ The plugin is free, but if you like it, you may support my work with a PayPal do
3737

3838
<change-notes><![CDATA[
3939
<ul>
40-
<li>Fixed <i>Cancel</i> button behaviour during download</li>
41-
<li>Different reset types supported</li>
42-
<li>Different download types supported</li>
43-
<li>"Autogenerated" warning is added to CmakeLists.txt</li>
44-
<li>Board config selection assistant</li>
45-
<li>CLion 2018.2 support</li>
40+
<li>Improved CLion 2018.2 support</li>
4641
</ul>
4742
]]>
4843
</change-notes>
4944

5045
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
51-
<idea-version since-build="182.2371" until-build="182.*"/>
46+
<idea-version since-build="182.3569" until-build="182.*"/>
5247

5348
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
5449
on how to target different products -->
5550
<depends>com.intellij.modules.clion</depends>
5651
<extensions defaultExtensionNs="com.intellij">
5752
<configurationType implementation="xyz.elmot.clion.openocd.OpenOcdConfigurationType" id="elmot.embedded.openocd.conf.type"/>
5853
<projectConfigurable order="last" id="elmot.embedded.config" instance="xyz.elmot.clion.openocd.OpenOcdSettings"
59-
displayName="OpenOCD Support" groupId="build.tools"/>
54+
displayName="OpenOCD Support" groupId="build"/>
6055
</extensions>
6156
<actions>
6257
<group id="elmot.embedded.grp" icon="/xyz/elmot/clion/openocd/ocd.png" description="ARM MCU Firmware"

0 commit comments

Comments
 (0)