Fixed/Added in 2.1
 * Support for Solskia (beta 0621)

Fixed/Added in 2.0
 * Major datatype chanegs to accomodate PalmOS SDK 4.0.  MAJOR pain in the
   ass.
 * Fixes to data overflows (e.g. trying to store "999" from a 3-character
   form field into in a byte file record)
 * Added Galactic Realms plugin

Fixed/Added in 1.6
 * Fixed problem: game attempted to load data records from the system that
   were deleted by the user--so they still exist in the system, contain VERY
   invalid data, but are flagged with a delete bit.

Fixed/Added in 1.5
 * Added Space Trader plugin
 * Fixed screen shots to reflect 1.4/1.5 screens

Fixed/Added In v1.4
 * Opening a plugin for a game that you do not have installed (or have not
   yet saved a game in) ended up crashing the program.  This has been fixed.
 * Clicking on version brings up "About" dialog
 * Made dialog titles more consistent

Fixed/Added In v1.3
 * Added plugin for Knight Move
 * Added new stats for Kyle's Quest
 * Some problems (crashes) have been reported with PalmOS v4.0 (the new Palm
   m50x handhelds).  I am still investigating, but am having difficulty.
   The source code is open, so any patches are welcome.

Fixed/Added In v1.2
 * I am a bloody idiot.  When the first line of your memory cleanup function
   is "return;" then you are bound to have memory leaks on some screens.
   As far as the emulator is telling me, there are no more memory leaks and
   everything is now peechy-keen.
 * Put more information on the "About..." screen.  There have been 200+
   downloads of the app and I have received a single email about it.  Are
   people using it?  Are people downloading it, trying it, then promptly
   deleting it?

Fixed/Added In v1.1
 * Added version bitmap
 * Cleaned up a memory leak in the main window.  There still seems to be a
   small memory leak in the individual edit dialogs.  Maybe I should
   reimplement these as modal dialogs.

