Version 1.1
-----------
Feature additions:
	* Users may now save and load filter collections.
	* Hovering the mouse over the phonetic representation of a phrase will bring up a tooltip with details for that phrase.
	* File selection dialogs now default to the correct directory.
	
Bug fixes:
	* The way in which connector lines are drawn has been revamped. Lines should no longer be drawn over each other.
	* A massive resource leak has been fixed. The program was redrawing the topic map every second. Things should be a little quicker now.
	* The filter management frame now has a title.
	* Fixed a bug which caused the program to behave oddly when a file is opened while another file is already open.
	
Implementation improvements (source code):
	* The topic map is now drawn by using a cache for every element. This should speed things up a little.
	* Code has been refactored a lot. TopicMap is now derived from JGraph and uses TopicMapLayout. The latter, in turn, uses SectionLayout. The new classes are a lot more general and decoupled from the data and the other classes.
	
Misc:
	* The program is now packaged with its source files.


Version 1.0
-----------
Initial release.
