Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 24, 2022
1 parent 3a10e7e commit 0f9b08f
Show file tree
Hide file tree
Showing 18 changed files with 1,099 additions and 234 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Initially I developed plugin for NetBeans IDE but because in companies, where I

# Changelog

__1.6.0 (SNAPSHOT)__
__1.6.0 (25-dec-2022)__
- ALL: improved SVG exporter to prevent image duplication
- SR: updated PlantUML to 1.2022.13
- SR: updated PlantUML to 1.2022.14
- SR: embedded JDK updated to 19.0.1+11
- SR: added support of SVG images in viewer
- ALL: rework Base64, now JDK API in use
Expand All @@ -30,16 +30,6 @@ __1.5.2 (11-sep-2022)__
- ALL: fixed use Insert key as shortcut #100
- SR: embedded JDK version updated to 17.0.4.1+1

__1.5.1 (15-apr-2022)__

- ALL: fixed wrong decimal separator in SVG exporter #95
- IJ: fixed save settings for key shortcut #96
- IJ: changed weight of KnowledgeViewPane #94
- SR: embedded JDK version updated to 17.0.2+9
- ALL: added support for context menu button #90
- SR: updated PlantUML to 1.2022.4


[Full changelog](https://github.com/raydac/netbeans-mmd-plugin/blob/master/changelog.txt)

# Implementation
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__1.6.0 (SNAPSHOT)__
__1.6.0 (25-dec-2022)__

- ALL: improved SVG exporter to prevent image duplication
- SR: updated PlantUML to 1.2022.13
- SR: updated PlantUML to 1.2022.14
- SR: embedded JDK updated to 19.0.1+11
- SR: added support of SVG images in viewer
- ALL: rework Base64, now JDK API in use
Expand Down
2 changes: 1 addition & 1 deletion mind-map/idea-mindmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>idea-mindmap</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions mind-map/idea-mindmap/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
]]></description>

<change-notes><![CDATA[
<p>1.6.0 (SNAPSHOT)</p>
<p>1.6.0 (25-dec-2022)</p>
<ul>
<li>improved SVG exporter to prevent image duplication</li>
<li>refactoring of base components and internal API</li>
<li>minor refactoring</li>
<li>deep refactoring of base components and internal API</li>
</ul>
<p>1.5.2 (11-sep-2022)</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-annotation-processor-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>mind-map-annotation-processor-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>mind-map-annotation-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>mind-map-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-ide-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>mind-map-ide-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>mind-map-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-swing-panel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>mind-map-swing-panel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/nb-mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>nb-mind-map</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>pom</packaging>

<inceptionYear>2015</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/scia-reto-win-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>scia-reto-win-launcher</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion mind-map/scia-reto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>scia-reto</artifactId>
Expand Down Expand Up @@ -703,6 +703,11 @@
<directory>${project.build.directory}${file.separator}jre_linux_amd64</directory>
<targetPath>jre</targetPath>
<filtering>false</filtering>
<excludes>
<exclude>**/ASSEMBLY_EXCEPTION</exclude>
<exclude>**/ADDITIONAL_LICENSE_INFO</exclude>
<exclude>**/LICENSE</exclude>
</excludes>
</resource>
<resource>
<directory>${project.basedir}${file.separator}src${file.separator}assembly${file.separator}common</directory>
Expand Down
Binary file modified mind-map/scia-reto/src/main/resources/icons/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified misc/git_social_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0f9b08f

Please sign in to comment.