diff --git a/README.md b/README.md index 43a4bd733..f92d1b308 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,14 @@ Initially I developed plugin for NetBeans IDE but because in companies, where I ![Screenshots from all](./assets/screenshots_all.png) # Changelog -__1.4.11 (SNAPSHOT)__ +__1.4.11 (28-mar-2021)__ +- SR: improved undo for RSyntax panel [#80](https://github.com/raydac/netbeans-mmd-plugin/issues/80) - IJ: fixed resource bundle loading under Intellij IDEA 2021.1 EAP -- ALL: improved text representation of maind map for clipboard +- ALL: improved text representation of mind map for clipboard - ALL: improved folder processing in import-export plugins -- SR: embedded JDK version updated to 11.0.10+9 -- SR: updated RSyntax panel version to 3.1.2 -- SR: updated PlantUML version to 1.2021.1 +- SR: embedded JDK version updated to 11.0.10+9 +- SR: updated RSyntax panel version to 3.1.2 +- SR: updated PlantUML version to 1.2021.3 __1.4.10 (14-dec-2020)__ - SR: added View-Zoom into the main menu toolbar diff --git a/changelog.txt b/changelog.txt index 2c1074bfa..855cc419e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,10 +1,11 @@ -__1.4.11 (SNAPSHOT)__ +__1.4.11 (28-mar-2021)__ +- SR: improved undo for RSyntax panel [#80](https://github.com/raydac/netbeans-mmd-plugin/issues/80) - IJ: fixed resource bundle loading under Intellij IDEA 2021.1 EAP -- ALL: improved text representation of maind map for clipboard +- ALL: improved text representation of mind map for clipboard - ALL: improved folder processing in import-export plugins -- SR: embedded JDK version updated to 11.0.10+9 -- SR: updated RSyntax panel version to 3.1.2 -- SR: updated PlantUML version to 1.2021.1 +- SR: embedded JDK version updated to 11.0.10+9 +- SR: updated RSyntax panel version to 3.1.2 +- SR: updated PlantUML version to 1.2021.3 __1.4.10 (14-dec-2020)__ - SR: added View-Zoom into the main menu toolbar diff --git a/mind-map/idea-mindmap/build.gradle b/mind-map/idea-mindmap/build.gradle index 0b7e318cc..0a9c26599 100644 --- a/mind-map/idea-mindmap/build.gradle +++ b/mind-map/idea-mindmap/build.gradle @@ -18,7 +18,7 @@ intellij { updateSinceUntilBuild false } -def mindMapModelVersion = project.hasProperty('mm_model_version') ? project.getProperty('mm_model_version') : "1.4.10" +def mindMapModelVersion = project.hasProperty('mm_model_version') ? project.getProperty('mm_model_version') : "1.4.11" def mindMapCommonVersion = project.hasProperty('mm_ide_common_version') ? project.getProperty('mm_ide_common_version') : project.version def mindMapPanelVersion = project.hasProperty('mm_panel_version') ? project.getProperty('mm_panel_version') : project.version def commonsIoVersion = project.hasProperty('commonsio_version') ? project.getProperty('commonsio_version') : "2.5" diff --git a/mind-map/idea-mindmap/pom.xml b/mind-map/idea-mindmap/pom.xml index b4d55e336..2f1584172 100644 --- a/mind-map/idea-mindmap/pom.xml +++ b/mind-map/idea-mindmap/pom.xml @@ -5,7 +5,7 @@ com.igormaznitsa mind-map - 1.4.11-SNAPSHOT + 1.4.11 idea-mindmap diff --git a/mind-map/idea-mindmap/resources/META-INF/plugin.xml b/mind-map/idea-mindmap/resources/META-INF/plugin.xml index d915a6ce9..09088ee00 100644 --- a/mind-map/idea-mindmap/resources/META-INF/plugin.xml +++ b/mind-map/idea-mindmap/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ nb-mind-map-idea IDEA Mind Map - 1.4.11-SNAPSHOT + 1.4.11 Igor Maznitsa Knowledge management @@ -12,8 +12,11 @@ ]]> 1.4.11 (SNAPSHOT)

+

1.4.11 (28-mar-2021)

1.4.10 (14-dec-2020)