2008-04-06 (0.7.1)
 - new: possibility to suppress the upper version check which lets
   guitone partially work with newer, yet untested versions of monotone;
   the 0.7 development line currently only supports monotone version
   0.37 and 0.38 completly.
   Now If you have monotone 0.39 or newer installed, you can still start
   and work with guitone, but at your own risk. One thing that will f.e.
   not work with 0.7.x and monotone >= 0.39 is the commit functionality.
   If you need this, please stick to an earlier, supported version.
   guitone 0.8 will, of course, support newer versions of monotone, but
   I still have no release date set for this.
 - bugfix: make guitone compile cleanly on Mac OS X 10.5 Leopard

2008-01-16 (0.7)
 - new: possibility to display the history of a single file in chronological
   order: In the workspace view, right-click on any tracked file and hit
   "History"; the history is also available from the manifest view of a
   revision
 - new: find unaccounted renames in your workspace (i.e. finds those renames
   which only happened in the filesystem). Matches files by content and
   directories by name (actual renaming not yet implemented)
 - new: add, drop and edit file attributes directly in the workspace view
 - new: its now possible to actually copy the public key data to the clipboard
   in the key management dialog
 - new: possibility to display a file diff from the revision diff dialog
 - new: the changelog in the browser is now displayed in an extra field which
   understands basic text formattings (weblinks, lists, and others)
 - new: support for monotone's new inventory format and incremental workspace
   queries / updates (not yet enabled because of certain implementation bugs
   upstream)
 - improved: input field in the select revision dialog now acts on ENTER
 - improved: new simpler icon set which makes it easier to detect which files
   have been changed in a workspace; also added a panel
   (Window > Panels > Icon help) which contains explanations for all states
 - improved: monotone databases are now properly recognized and distinguished
   from empty files, non-sqlite dbs and even non-monotone sqlite dbs
 - improved: non-registered file types on Windows are now opened through the
   system's "Open with" dialog
 - bugfix: binary files can now be committed just like regular text files
 - bugfix: the workspace is now properly updated after a commit
 - bugfix: the global qt translation is now loaded properly
 - bugfix: double-clicking on mtn databases on Mac OS X no longer leads to
   application hangs
 - bugfix: the file diff dialog no longer tries to show binary diffs
 - change: the proper monotone version is now solely determined by looking at
   the output of interface version. An upper limit has been introduced for that
   as well; the dialogs now show the interface version of the installed mtn
   version to the user.
 - internal: major rewrite of the process handling code; mtn processes run in
   their own threads which should make the whole application more responsible
   for GUI tasks.
 - internal: massive gui code rewrite: different dialogs can be opened side
   by side and remember their last state properly

2007-08-20 (0.6.4)
 - compatibility with monotone 0.36 (and any upcoming monotone with an
   interface_version above 5.0 and below 5.99)
 - IMPORTANT NOTICE: do not update to this version if you're still using
   monotone 0.34 or monotone 0.35. This version of guitone won't work
   with earlier versions of monotone!

2007-04-25 (0.6.3)
 - add RELEASE_CHECKLIST so I don't forget a dozen things for the next release
 - bugfix: no I() crash if an enclosure of appcast.xml is missing the
   sparkle:version attribute
 - set GUITONE_VERSION in guitone.pro correctly

2007-04-25 (0.6.2) internal release
 - added Win32 icon file
 - adapted NEWS (this file)
 - fixed FS#3 "Incorrect language in Mac OS X"
 - noted bugtracker URL in README

2007-04-20 (0.6.1) internal release
 - improved: better algorithm to shorten the branch name displayed in the
   window title in workspace mode
 - bugfix: replaced Qt assert macro by self-defined macro which should now
   make guitone properly build in release mode
 - bugfix: guitone should now build properly on 64bit machines (thanks to
   Christian Stoitner for giving advice)
 - bugfix: removed NULL in GetRevision.cpp model as it seems to be undefined
   on some platforms (thanks again to Christian Stoitner)
 - bugfix: disabled branch name querying on Win32 for the root item,
   apparently this does put the Monotone wrapper in an endless loop waiting
   for data. the fix is a big hack since I still don't know what is
   going on there (thanks to Howard Spindel for pointing out the problem)
 - internal: replaced left qDebug, qWarning and qCritical messages with our
   own macros, this also means that in release builds now absolutely no debug
   messages should be logged or displayed on console
 - build.sh now by default configures guitone to build in release mode

2007-04-10 (0.6)
 - new: possibility to commit a revision via Workspace > Commit revision
   (note: the update of the existing workspace is not yet supported)
 - new: a changeset browser which makes it easy to track recent commits
   (thanks to Jean-Louis!)
 - new: possibility to check-out files via Database > Checkout revision
 - new: possibility to view and export files for any revision from
   the standard Select Revision or Changeset Browser dialogs
   (just double- or right-click on any revision)
 - new: workspace update dialog (stub)
 - new: possibility to diff two distinct revisions from the Select Revision
   dialog (available via Checkout, Commit or Update dialog)
 - new: guitone now checks for application updates automatically on all
   platforms (can be disabled in the preference), while using the Sparkle
   framework on OSX (an appcast is available under
   http://guitone.thomaskeller.biz/appcast.xml)
 - new: possibility to open single databases and trigger actions on them
 - new: possibility to have several open windows at once (either in database
   or workspace mode), proper window management
 - new: possibility to define databases or workspaces as command line
   arguments; on Mac OS X integration into the Event Manager to receive
   open events from the Finder and other apps (also registered *.mtn as
   type to be handled by guitone and included a fancy file logo)
 - new: configurable application logging - logfile is written in your home
   directory as "guitone.log"
 - new: workspace/database-specific dialogs are displayed as sheets
   under OSX (so-called document-modal), all dialogs are in mac-metal style
 - improved: better grouping in the View-menu, Alt-modifier for view options
   to avoid clashes with input widgets
 - improved: monotone icon on all windows for easier recognition
 - improved: if a new key is generated, the key management dialog hides and
   is shown afterwards again
 - improved: about dialog now has a little "Lobhudelei" wrt #qt
   irc channel on freenode
 - improved: the main window now handles context menus requested on
   multiple-item selections (no associated actions yet)
 - improved: the root directory of a loaded workspace is now by default
   expanded and loaded in the rightside list
 - improved: new column "additional info" in the workspace view which shows
   the source/ target path of a renamed item
 - improved: universal builds are disabled by default on Mac OS X
   (faster builds)
 - bugfix: hide ignored files now actually shows not ignored ones
 - bugfix: guitone no longer crashes if a binary is tried to be diffed
 - bugfix: the select revision dialog should no longer show an empty
   dummy rev at the end
 - bugfix: menu shortcuts are properly translated
 - bugfix: cleaned embedded guitone svg logo (no more warnings on console)
 - bugfix: close all the communication pipes before terminating the mtn
   process (lead to crashes on some platforms)
 - bugfix: icon overlays should now work properly on all platforms (have
   been wrongly scaled before because of the assumption that only OSX knows
   bigger icon sizes...)
 - bugfix: proper handling of 0 Byte payload in StdioParser
 - bugfix: cd-up is no longer shown if you are in the root directory
   of a workspace
 - internal: MainWindow class is now based on a Qt form as well
 - internal: global version number defined in project file
 - internal: all token parsers have now a common base class and work on
   byte arrays rather than strings
 - internal: all dialogs are now subclassed from a general Dialog class which
   properly saves the state of the dialog and provides the sheet functionality
   on OSX
 - internal: made the Monotone wrapper class more standalone so it's more
   useful for other projects; also this works now sequential with command
   numbers rather than relying on mutexes which could create deadlocks.
   furthermore support for binary data on stdin of the mtn process (needed
   for mtn automate put_file)
 - internal: ripped subdirs setup since libqanava seems to be dead
 - internal: fixed many memory leaks (thanks again to Jean-Louis)
 - internal: started on unit test setup
 - internal: lots of refactorings and renamings

2006-12-28 (0.5)
 - new: completion support in the switch workspace revision dialog's input
 - new: key management dialog which includes the possibility to generate new
   keys and some simple clipboard copy functionality
 - new: if there are uncommitted changes, the appropriate dirs and files are
   recursively printed bold
 - new: possibility to open files from guitone with the default registered
   program
 - new: file diff dialog which shows differences in individual files in context
   and with a nice bar on the right
 - new: revision diff dialog which shows all differences in a selected dir
   (context: "Diff all")
 - new: about dialog for contact info and license display
 - improved: more view states available - its now possible to only show the
   file/tree view with files of a certain state
 - improved: default actions (item doubleclick) are now visualized with bold
   text
 - improved: mtn version is now checked also on program startup, additionally
   the output of interface_version is taken into consideration (if a recent
   version of guitone needs a recent version of monotone which is yet
   unreleased, the interface_version is already bumped, the release version
   probably not...)
 - fixed: do not read attributes for deleted items
 - fixed: removed "one level up" label in favor of much simpler ".."
 - fixed: file/folder list is now sorted ascending by default
 - fixed: osx: about and preferences dialogs should be properly put into the
   app menu (yet untranslated, however)
 - fixed: utf8 data (filenames, ...) should now work proper with the monotone
   wrapper
 - internal: code cleanup and tons of minor bugfixes
 - internal: guitone should now also compile cleanly without pch enabled, also
   made this more verbose and error-prone for universal builds where pch need
   to be disabled
 - internal: moved codebase into a subdir config to support easy drop-ins of
   external libraries, libqanava should have been the first giving guitone a
   fancy graphical revision view, but this didn't work because the software is
   still incomplete and thus was removed
 - internal: removed dependency of AutomateCommand from the Monotone wrapper,
   now this should be easier to use in other projects as well...

2006-10-03 (0.4)
 - Interims release, mainly to show we're still alive =)
 - support for different monotone binaries, configurable via preferences dialog
   (version check added, guitone now requires mtn >= 0.29)
 - revision browser (later used for switching the workspace revision, etc.)
 - new attributes view (utilizes mtn automate attributes)
 - improved error handling (fatal errors)
 - OSX application icon and updated logo
 - localized application menu on OSX
 - states of tree and list views (column sizes and positions) are now remembered
 - minor fixes
 - internal: added BasicIO parser
 - internal: removed OSX < 10.4 warning
 - internal: i18n files are now managed via qrc as well
 - internal: inventory items can get a label setting (independent of the path)

2006-06-17 (0.3)
 - Move to Qt4
 - Icon overlays for workspace states
 - Translation support
 - Better handling of interface to monotone

2006-04-06 (0.2)
 - Fixes to let it work with 0.26pre3

2006-03-05 (0.1)
 - Initial release

