diff --git a/changelog.txt b/changelog.txt index 95ae46ab2..0446796a8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,16 +1,15 @@ -1.1.0 -- minor bugfixing and refactoring -- minimal allowed Java version updated to 1.7 -- added "Knowledge" view to projects, all related items saved in generated .projectKnowledge folder (the feature can be disabled) +1.1.0 (09-oct-2015) +- minor bugfix and refactoring +- minimal Java version updated to 1.7+ +- added "Knowledge" view to projects, it shows content of the .projectKnowledge project folder (the feature can be disabled through "Options") - added base support for refactoring actions "Move", "Delete", "Rename" and "Find usages" (works for Java projects) -- added support of showing transitions (renamed to "jumps") between topics on mind maps -- added support of folders as file links, also now it is possible to define special flag to open link in system defined viewer -- added support of personal color scheme for every topic -- links to folders inside project will be focused in explorer (if they don't have flag to be opened in system default viewer) -- file links to another mind maps have special icons -- file links to files outbound of project have special badge -- improved drag and drop for topics, D&D of a topic with CTRL (pressed on start of operation) will make link to the topic in the destination topic -- improved print feature +- added support of showing transitions (which are renamed to "jumps") between topics on mind maps as arrowed lines +- added support of folders in file links, also now it is possible to define special flag to open a file link in the default system viewer +- added support of colorization for every topic +- file links to another mind maps are shown as NB MindMap icons +- file links to files with absolute path have special badge +- improved drag and drop for topics, D&D of a topic with CTRL (pressed on start of operation) will make link to the dragged topic +- improved print support -1.0.0 +1.0.0 (06-sep-2015) - Initial version \ No newline at end of file diff --git a/mind-map/mind-map-model/pom.xml b/mind-map/mind-map-model/pom.xml index 56b07185d..87ce6ba49 100644 --- a/mind-map/mind-map-model/pom.xml +++ b/mind-map/mind-map-model/pom.xml @@ -9,7 +9,7 @@ mind-map-model - 1.0.1-SNAPSHOT + 1.0.1 jar Abstract mind map model diff --git a/mind-map/mind-map-swing-panel/pom.xml b/mind-map/mind-map-swing-panel/pom.xml index d9aed383c..bb5841c8c 100644 --- a/mind-map/mind-map-swing-panel/pom.xml +++ b/mind-map/mind-map-swing-panel/pom.xml @@ -8,7 +8,7 @@ mind-map-swing-panel - 1.0.1-SNAPSHOT + 1.0.1 jar Swing based panel to show and interact with mind map @@ -17,7 +17,7 @@ com.igormaznitsa mind-map-model - 1.0.1-SNAPSHOT + 1.0.1 true diff --git a/mind-map/nb-mind-map/.projectKnowledge/Main.mmd b/mind-map/nb-mind-map/.projectKnowledge/Main.mmd index 26781eefd..7d9d8689b 100644 --- a/mind-map/nb-mind-map/.projectKnowledge/Main.mmd +++ b/mind-map/nb-mind-map/.projectKnowledge/Main.mmd @@ -4,7 +4,7 @@ Mind Map generated by NB MindMap plugin # NetBeans
MindMap
editor - FILE -
file:///home/igorm/MyGitProjects/MindMap
+
file:///home/igorm/Projects_PET/MindMap
- LINK
http://www.igormaznitsa.com/netbeans-mmd-plugin/
@@ -17,7 +17,7 @@ Mind Map generated by NB MindMap plugin ### Issues -> topicLinkUID=`15010836C0BA`,fillColor=`#FE8C8C` +> fillColor=`#FE8C8C`,topicLinkUID=`15010836C0BA` - LINK
https://github.com/raydac/netbeans-mmd-plugin/issues
@@ -74,7 +74,7 @@ Mind Map generated by NB MindMap plugin ## Changelog - FILE -
file:///home/igorm/MyGitProjects/MindMap/changelog.txt
+
file:///home/igorm/Projects_PET/MindMap/changelog.txt
## NetBeans
communities > leftSide=`true`,collapsed=`true` diff --git a/mind-map/nb-mind-map/pom.xml b/mind-map/nb-mind-map/pom.xml index 9e8df2ad2..8b42efc7f 100644 --- a/mind-map/nb-mind-map/pom.xml +++ b/mind-map/nb-mind-map/pom.xml @@ -10,7 +10,7 @@ nb-mind-map - 1.1.0-SNAPSHOT + 1.1.0 nbm NetBeans Mind Map Editor plugin @@ -119,12 +119,12 @@ com.igormaznitsa mind-map-model - 1.0.1-SNAPSHOT + 1.0.1 com.igormaznitsa mind-map-swing-panel - 1.0.1-SNAPSHOT + 1.0.1 org.netbeans.api