Skip to content

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Jul 12, 2020
1 parent 38d892c commit f216f6b
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions bpmn-intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Flowable BPMN visualizer</name>

<!-- Plugin version -->
<version>0.3.3</version>
<version>0.4.0</version>

<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions.
If not specified, assumed to be equal to <name>. -->
Expand All @@ -29,6 +29,21 @@
<!-- Description of changes in the latest version of the plugin. Displayed in the "Plugins" settings dialog and
in the plugin repository Web interface. -->
<change-notes><![CDATA[
<p>0.4.0:</p>
<ul>
<li>
Copy-cut-paste support
</li>
<li>
Highlight close anchors when dragging element
</li>
<li>
Fixed: Empty xmlns namespaces generated
</li>
<li>
Fixed: Wrong xml parent for boundary events
</li>
</ul>
<p>0.3.3:</p>
<ul>
<li>
Expand Down Expand Up @@ -56,24 +71,6 @@
Bugfix: Certain fields that already do have default values could appear in XML
</li>
</ul>
<p>0.3.2:</p>
<ul>
<li>
New mechanism to create linking edge elements (sequenceFlow), like in Flowable-Web
</li>
<li>
More properties supported for serviceTask-like elements (Mule task, Shell task, etc.)
</li>
<li>
Fixed: Multi-element drag caused wrong parent element selection
</li>
<li>
Fixed: Audit log (debug) elements position
</li>
<li>
Fixed: Condition of sequence flow can't be changed
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down

0 comments on commit f216f6b

Please sign in to comment.