Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Oct 9, 2015
1 parent e45b172 commit 01e9234
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
25 changes: 12 additions & 13 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
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 @@ -9,7 +9,7 @@
</parent>

<artifactId>mind-map-model</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<description>Abstract mind map model</description>
Expand Down
4 changes: 2 additions & 2 deletions mind-map/mind-map-swing-panel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>mind-map-swing-panel</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<description>Swing based panel to show and interact with mind map</description>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map-model</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions mind-map/nb-mind-map/.projectKnowledge/Main.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Mind Map generated by NB MindMap plugin

# NetBeans<br/>MindMap<br/>editor
- FILE
<pre>file:///home/igorm/MyGitProjects/MindMap</pre>
<pre>file:///home/igorm/Projects_PET/MindMap</pre>
- LINK
<pre>http://www.igormaznitsa.com/netbeans-mmd-plugin/</pre>

Expand All @@ -17,7 +17,7 @@ Mind Map generated by NB MindMap plugin


### Issues
> topicLinkUID=`15010836C0BA`,fillColor=`#FE8C8C`
> fillColor=`#FE8C8C`,topicLinkUID=`15010836C0BA`

- LINK
<pre>https://github.com/raydac/netbeans-mmd-plugin/issues</pre>
Expand Down Expand Up @@ -74,7 +74,7 @@ Mind Map generated by NB MindMap plugin

## Changelog
- FILE
<pre>file:///home/igorm/MyGitProjects/MindMap/changelog.txt</pre>
<pre>file:///home/igorm/Projects_PET/MindMap/changelog.txt</pre>

## NetBeans<br/>communities
> leftSide=`true`,collapsed=`true`
Expand Down
6 changes: 3 additions & 3 deletions mind-map/nb-mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>nb-mind-map</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>nbm</packaging>

<name>NetBeans Mind Map Editor plugin</name>
Expand Down Expand Up @@ -119,12 +119,12 @@
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map-model</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map-swing-panel</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
Expand Down

0 comments on commit 01e9234

Please sign in to comment.