FreeMind Changelog

What's new in FreeMind 1.1.0 Beta 2

Feb 5, 2016
  • New feature: Strikethrough
  • New feature: Executing "sort-childs" twice sorts in the opposite direction.
  • New feature: calendar markings for regular events
  • Bug fix: not-well formed HTML pastes are converted to plain text

New in FreeMind 1.1.0 Beta 1 (Jun 22, 2015)

  • Fixed https://sourceforge.net/p/freemind/discussion/22102/thread/cf032151/?limit=25#c631
  • New feature: HiDPI support (for windows and linux, mac was already there)
  • New feature: font color combo box

New in FreeMind 1.1.0 Alpha 1 (Dec 9, 2013)

  • Added node statistics to the status bar (inclusive sums of node contents).
  • Update jgoodies
  • New Export as html page with a single clickable image containing only the links (URLs) or the map.
  • Clones can be deactivated by menu
  • Menu items are disabled if no map is open
  • Fixed persistence of "complete cloning" across cut/paste.
  • Groovy update to version 2.1.8, Script stop added to script editor.
  • Fixed export to HTML with image with empty nodes.
  • Changed openDocument. Thanks to the author, see https://sourceforge.net/p/freemind/patches/147/
  • Fixed save of notes, when containing tabs
  • Fixed restore of session when opening files from command line
  • Update JMapViewer to version 1.02
  • Update jibx to 1.2.5 (java 7 compatibility)
  • Fixed #1178 [Shared map] Nodes are lost when moving them through drag & drop

New in FreeMind 1.0.0 (Oct 17, 2013)

  • WOW Features:
  • Clones: nodes and its sub-nodes can be cloned. The two copies will then be synchronized
  • Collaboration: two or more people can work simultaneously on the same map
  • Restore complete session
  • Location based mind mapping
  • Spell checking on input
  • Clones:
  • Copy a node via Edit -> Copy
  • Paste a clone of this node (and its children) via Edit -> Paste as Clone
  • Both source and destination nodes get a (CLONE) symbol (you can disable this in the file freemind.properties).
  • Every change to the source or the destination node will be synchronized on the other one.
  • This works after saving and loading later on, too.
  • It is possible to have clones inside of other clones.
  • It is impossible to move a clone into another clone of the same node.
  • To disable a clone, move to the source node and choose "Clone node" again (The UI must be tweaked, IMHO)
  • Collaboration:
  • You can share a map in your network.
  • To do this, you need to specify a port and a password. Then you are the master.
  • Others that reach your master-host and the port can connect with the password.
  • They will get exactly the same map as a local copy.
  • Each change from any participants is distributed among all participants.
  • To end the collaboration, just choose "Share map" again. Then, some seconds later, all clients see, that the collaboration has ended.
  • The title of the window shows the hostname, port and the participants of the collaboration.
  • Observe, that there is little security around. Only the password is present, but the communication is in plain.
  • Restore session:
  • FreeMind loads each map opened in the last session,
  • restores the zoom and
  • the last selected nodes.
  • This feature can be switched off in the preferences.
  • Location Based Mind Mapping:
  • Now, you can associate nodes of a mindmap with geographical locations. Each node can have at most one location.
  • Use cases:
  • Store interesting places (eg. restaurants or business partner addresses)
  • Organize a geographical search.
  • With the integrated map viewer using maps from openstreetmaps you can visualize them inside of FreeMind (in the "Tools" menu under "Show Map" or Ctrl+Alt+M). To add a node with a location, just open the map viewer, search for it (using the geographical find Ctrl+F) and double click the location. At this location, the usual node edit window appears to enter its description. Finally, a new child with this location has been created.
  • The position, the map center, the zoom factor and the map source (the map provider, e.g. Mapnik) are stored. Moreover, a tooltip image is created and stored in the same directory as the map itself.
  • The positions of folded nodes are not displayed in the map viewer. Thus, the mind map structure is represented in the geographical map as well.
  • To change a node's position, just drag&drop it.
  • The node's context menu contains more actions. Each can be applied to multiple selected nodes as well.
  • More location-based features:
  • You can add a little map as a picture to the node.
  • You can jump to a node (restoring its position, zoom, etc.).
  • You can remove its geographical position.
  • You can export the map view as an image.
  • In the viewer, you can use the mouse wheel to zoom, cursor to move and Shift + cursor to move page wise.
  • You can set a home position and use the "Pos1" key to navigate to it immediately.
  • You can select nodes and if you press shift with the right click, you can select rectangular areas as well.
  • You can search for places locally. This means, that the search takes only visible points into account. Try Control-L to activate the local search.
  • Other features:
  • Moreover it contains a feature from Eclipse: Jump to the last edit locations (control-q):
  • If you press Control-Q, you'll get to the node ultimately changed.
  • Pressing Control-Q again moves to the last but second and so on.
  • Ten places are stored.
  • Headless export of maps to graphics
  • QuickLook Plugin for Mac: Drop (FreeMind to the applications folder and) the FreemindQL.qlgenerator into the QuickLook folder.
  • Now, open FreeMind and close it again
  • Wait some time, or run 'qlmanage -r' on the command line

New in FreeMind 1.0.0 Beta 3 (May 10, 2012)

  • FIX: Scripts in Patterns should work now.
  • NEW: In the new search dialog, folded nodes can be hidden.
  • NEW: Purging of old tile images in cache added
  • FIX: Clone functionality in combination with the automatic layout.
  • CHANGE: In new search (& replace) dialog, sorting is case insensitive.
  • FIX: Undo for paste actions

New in FreeMind 1.0.0 Beta 2 (Apr 19, 2012)

  • Search positions are displayed in map in red.
  • Export of multiple nodes as PDF (for each node, there will be one separate PDF) possible.
  • FIX: Toolbar can be hidden
  • Time management: menu added and a method for journals: make new node with current date.
  • FIX: Text based exports are using the correct order for the first level nodes.
  • NEW: If you have addresses as nodes, these can be displayed on the osm-maps very quickly
  • NEW: Find as you type: if you type an address to search for in the geographical map view, the find window is opened.
  • NEW: Menu item to display current log file added.
  • NEW: Added support for osm's new transport map
  • NEW: Added support for osm's new MapQuest.Open map

New in FreeMind 1.0.0 Alpha 8 (Dec 19, 2011)

  • Fixed https://sourceforge.net/projects/freemind/forums/forum/22102/topic/4801690
  • Added spell checking. Thanks to the author Eicke.
  • Map positions store its map-source
  • Fixed "Jump to last edit location" in combination with automatic layout.
  • Map: cursor movements added.
  • Search bar added.
  • Patch: filter by "not containing icon", https://sourceforge.net/tracker/?func=detail&atid=307118&aid=3442896&group_id=7118, Thanks to the author!
  • Patch: File > Open should behave like File > Most Recent Files
  • https://sourceforge.net/tracker/?func=detail&atid=307118&aid=2975476&group_id=7118, Thanks to the author!
  • Added property and functionality: folded nodes are hidden from map view.
  • Change map position with drag&drop.
  • Added map actions to node's context menu.
  • Added quick look plugin to Mac installer (drop it to the library)

New in FreeMind 0.9.0 RC 7 (Mar 19, 2010)

  • Fixed: Some little bugs in Import Folder Action (null pointer and waiting cursor).
  • Fixed: .mm files association does not work on Windows * https://sourceforge.net/tracker/?func=detail&atid=107118&aid=2847660&group_id=7118
  • Feature: Question before converting maps of older versions.
  • Fixed: Maps becomes dirty on map change (if notes window is open)
  • Updated HTML Editor Simply Html
  • Fixed: Selection wrong on move nodes left/right
  • Fixed: Initial focus when notes window open
  • Fixed: Focus when leave node editing with escape
  • Added: Open hyperlinks in nodes editor
  • New: Search&Replace replaces now all occurences. Thanks to OlegKandaurov (f0y) for the patch.
  • Fixed: Node selection after png/jpg export.
  • New language basque. Thanks to the author.

New in FreeMind 0.9.0 RC6 (Oct 23, 2009)

  • Fixed: Plain text Long node gets corrupted (loses newlines) on drag * http://sourceforge.net/tracker/?func=detail&aid=2844139&group_id=7118&atid=107118
  • Fixed: Question before delete issued from the menu added
  • Fixed: Message on status bar is cleared before save.
  • Improved: Graphical layout of password dialog for encryption
  • Improved: If a file exists in "File->Save as" the file dialog is repeated.
  • We now create two different versions for Mac: for OSX 10.5 Rosetta, there is a different one. These versions differ only in the way, the JavaApplicationStub is handled (the Rosetta version takes a copy from my laptop, the other version uses a symbolic link to /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub)

New in FreeMind 0.9.0 RC4 (May 22, 2009)

  • Open Hyperlink handler for notes added. Use CTRL-click to open a link.
  • Fixed: Font smoothing fails: arrow links.
  • (Hidden Feature): Default font and paragraph spacing for notes is set. Switch this on using the resources_use_default_font_for_notes_too and resources_use_margin_top_zero_for_notes properties.
  • Resource loading adapted for Costello (for future use)
  • Fixed: Anti aliasing
  • Fixed: FreeMind hogs CPU.
  • Improved export to XHTML.
  • New XSLT Script: mm2latex.
  • Updated XSLT mm2twiki.

New in FreeMind 0.9.0 RC3 (Mar 10, 2009)

  • Fixed build error of RC2
  • Little attribute table fixes.
  • Fixed: Many tooltips contain unrendered html tags
  • Fixed: Arrow link - loss upon drag and drop (DND)

New in FreeMind 0.9.0 RC2 (Mar 3, 2009)

  • Integrated: [ 2043424 ] Patched freemind.sh to accept OpenJDK as valid VM
  • Experimental external plugin: database collaboration added (not for delivery with 0.9.0)
  • Fixed html export in XHTML.
  • Integrated patch (thanks to the author): [ 2126330 ] enabled Ctrl-Enter as Save keystroke again
  • Fixed ooo export of relative links
  • Integrated patch: (thanks to the author)
  • Integrated mm2csv (thanks to the author), although not in the shift_jis variant.
  • Fixed several mac-build script bugs. Thanks to the author.

New in FreeMind 0.9.0 RC1 (Dec 22, 2008)

  • Integrated [ freemind-Patches-2187629 ] Public domain icons to replace unfree ones. Thanks to Eric.
  • Integrated [ freemind-Patches-2189454 ] Corrected XSLT sheet for Excel export. Again thanks to Eric.
  • Export branch gets a file name proposal.
  • Not integrated, but simplified: 'Preferences' should be under 'Edit' and not under 'Tools' (2135518)
  • Fixed position of folding symbol
  • Fixed [ freemind-Bugs-2273721 ] "Insert new parent node" action is incorrectly undone.
  • Fixed: cut of several nodes on the same y hight only cutted one of them.
  • Fixed: Moving graphical links.
  • Fixed: Search&Replace RegExp handling fixed.
  • Integrated: LookAndFeel https://sourceforge.net/tracker/?func=detail&atid=107118&aid=2420027&group_id=7118. Thanks to the author.
  • New and updated translations. Thanks to all authors.

New in FreeMind 0.9.0 Beta 20 / 0.8.1 (Aug 30, 2008)

  • Fixed some documentation bugs reported by Edmund Laugasson. Thanks.
  • Bug fix: Untranslatable strings and places
  • Documentation fixes.
  • Mac: Spaces in files names corrected.
  • Bug fix: B19 startup fails with Mode not available: Mindmap ;Open hyperlink; works for multiple selected nodes.
  • FreeMindStarter uses reflection. Thus, it can detect java < 1.4.
  • Icons revised. Thanks to Predrag.
  • Fixed: copying to clipboard for Linux.
  • Fixed: saving of xhtml - tag .
  • Application type of freemind.exe changed to Win32 GUI to prevent DOS box.
  • Fixed: images in notes.
  • Added translations (thanks to all authors):
  • French - 0.9.0 Beta 19 - FM_Key_Mappings_Quick_Guide_fr.pdf by dberthereau
  • French - 0.9.0 Beta 19 - FM_Key_Mappings_Quick_Guide by dberthereau
  • Russian 0.9.0 - beta 19 - full
  • Integrated MS Project export with dependencies + example
  • Integrated Word export with notes - Thanks to Eric.
  • Fixed: Node move looses timestamp
  • Fixed: Fail to detect invalid preference setting
  • Fixed: 0.9B19 ODT exports as German