Skip to content

Commit

Permalink
release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 13, 2023
1 parent 9b2406b commit 7d1bf92
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 22 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,18 @@ Initially I developed a plugin for NetBeans IDE then the IntellijIDEA plugin was
![Screenshots from all](./assets/screenshots_all.png)

# Changelog
__1.6.5 (SNAPSHOT)__
__1.6.5 (13-dec-2023)__
- IJ: Fixed new topic focus lost if TAB pressed during edit [#91](https://github.com/raydac/netbeans-mmd-plugin/issues/91)
- IJ: Fixed error for access to private field in ApplicationInfo [#119](https://github.com/raydac/netbeans-mmd-plugin/issues/119)
- SR: embedded JDK updated to 21.0.1+12
- SR: PlantUML updated to 1.2023.12
- SR: PlantUML updated to 1.2023.13

__1.6.4 (22-jul-2023)__
- IJ: "Knowledge folders" pane removed [#116](https://github.com/raydac/netbeans-mmd-plugin/issues/116)
- SR: improved rendering of KafkaStreams topology
- SR: PlantUML updated to 1.2023.10
- SR: improved full-screen activation

__1.6.3 (23-apr-2023)__
- SR: updated embedded JDK to 20.0.1+10
- SR: added Eclipse ELK
- SR: PlantUML updated to 1.2023.6
- ALL: improvements of export plugins

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

Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__1.6.5 (SNAPSHOT)
__1.6.5 (13-dec-2023)
- IJ: Fixed new topic focus lost if TAB pressed during edit [#91](https://github.com/raydac/netbeans-mmd-plugin/issues/91)
- IJ: Fixed error for access to private field in ApplicationInfo [#119](https://github.com/raydac/netbeans-mmd-plugin/issues/119)
- SR: embedded JDK updated to 21.0.1+12
- SR: PlantUML updated to 1.2023.12
- SR: PlantUML updated to 1.2023.13

__1.6.4 (22-jul-2023)__
- IJ: "Knowledge folders" pane removed [#116](https://github.com/raydac/netbeans-mmd-plugin/issues/116)
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.5-SNAPSHOT</version>
<version>1.6.5</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,9 +12,10 @@
]]></description>

<change-notes><![CDATA[
<p>1.6.5 (SNAPSHOT)</p>
<p>1.6.5 (13-dec-2023)</p>
<ul>
<li></li>
<li>Fixed new topic focus lost if TAB pressed during edit</li>
<li>Fixed error for access to private field in ApplicationInfo</li>
</ul>
<p>1.6.4 (22-jul-2023)</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</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.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<artifactId>scia-reto-win-launcher</artifactId>
Expand Down
2 changes: 1 addition & 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.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<artifactId>scia-reto</artifactId>
Expand Down

0 comments on commit 7d1bf92

Please sign in to comment.