0.8.2 - 2012/05/10

    * Fixed numerous bugs
    * Cleaned up source code
    * Updated translations


0.8.1 - 2012/03/05

    * Fixed/improved markup character handling
    * Fixed numerous bugs
    * Updated Czech translation


0.8.0 - 2012/02/13

    * Improved and fixed entry text parser
    * Visually improved some of the icons
    * Fixed compilation problems on relatively older systems
    * Fixed numerous bugs
    * Updated existing translations


================================================================================


0.7.5 - 2012/01/28

    * Added printing support
    * Added the ability to add comments to text which can be hidden when not
      needed
    * Added the ability to mark paragraphs for being ignored by the parser
      to be able to use markup chars such as *, =, or _ freely
    * Implemented filtering enties by date range
    * Added the ability to hide (filter out) individual entries
    * Added a monthly chart to the diary view
    * Skip login screen when an unencrypted diary file is passed in
      commandline
    * Added a preview widget to the theme view
    * Added theme importing from other diaries
    * Removed background picture feature
    * Implemented exporting diaries partially
    * Made minor improvements in the GUI
    * Fixed numerous bugs
    * Updated existing translations
    * Re-added a plain makefile as an alternative way of building Lifeograph
      for the ones who do not like waf
    * And many more...


0.7.4 - 2011/11/21

    * Added time-independent chapters (topics) and entries for adding
      notes that are not related to a particular date
    * Added drag and drop support to the entry list
    * Implemented changing entry date by drag and drop to another entry
      or chapter
    * Added unique numeric IDs to almost every item in the diary
    * Added a new type of link target: deid:##### which refers to the
      target item by its ID to never lose the track
    * Added a new link syntax which shows a descriptive text instead of
      its target when cursor is not in it
    * Added an option to diaries that allows users to configure the item
      that is shown at startup
    * Made markup characters hidden as long as cursor does not touch them
    * Enabled formatting toolbar, removed formatting right-click menu
    * Added timestamp insertion (ALT+T) to entry text editor
    * Added back autocompletion to the tag editor
    * Removed chapter dialog; all of its functions are available on the
      main window now
    * Every diary must have at least one chapter category now
    * Made some UI refinements
    * Fixed numerous bugs
    * Updated existing translations
    * And many more...


0.7.3 - 2011/07/30

    * Added tag categorization for easier management of tags
    * Added the ability to store multiple themes within a diary file
    * Implemented support for different themes per entries
    * Added basic indentation support to the lists
    * Implemented automatic insertion of bullets and check boxes
    * Lifeograph now stores creation and last change date of entries and
      displays them as a tooltip
    * When browsing back, it is now possible to cycle through last 5 items
      shown rather than 2
    * Added filtering entries by being favorite and by tags
    * Fixed sorting entries by size
    * Redesigned editing user interface:
        * Added a separate list for tags
        * Added the ability to tag entries by drag and drop
        * Added the ability to change themes of entries by drag and drop
        * Changed main window title bar text to show name of current
          diary instead of current entry's title
        * Lifeograph now remembers folders' state of being expanded or
          collapsed in both entry and tag lists
        * Added a new toolbar for text formatting (partially functional now)
    * Implemented importing entries and tags from other diary files
    * Improved diary file structure to be more consistent and partially
      more human readable. So, files saved with this version are
      incompatible with previous releases.
    * Empty entries are no longer purged at logging out if they have tags
    * Removed grouping entries by month
    * Renamed "Chapter Sets" to "Chapter Categories"
    * Removed most of the right click menus as their functionality is
      provided by toolbars in various views now
    * Today button now also creates a new entry when current entry is
      in today
    * Many code structure improvements and clean-up
    * Fixed numerous bugs
    * Added Dutch, Romanian, and Serbian translations and updated
      existing translations
    * And many more...


0.7.2 - 2010/12/12

    * Added support for three different types of lists to the editor:
        * A basic bulleted list system,
        * a basic numbered list system, 
        * and a very handy check list sytem.
    * Added the ability to give links to the other entries of a day from
      within an entry of the same day
    * Implemented saving daily backup files when compiled in debug mode
    * Changed default state of markup chars to visible
    * Added translator credits to the about box
    * New translations: Arabic, Basque, Galician, and German
    * Updated existing translations
    * Numerous bug fixes and improvements


0.7.1 - 2010/10/31

    * Added an option to hide wiki markup characters in the entry editor
    * Added charts to the month and tag views that show graphs of number of
      entries and usage of tags over time
    * Implemented a lock mechanism to prevent opening a diary file multiple
      times
    * Added back replace and replace all functionality
    * Added Brazilian Portuguese and Hungarian translations and updated
      existing translations
    * Added a chapter icon and improved the month icon
    * Improved infrastructure at some more points
    * Numerous bug fixes and improvements


0.7.0 - 2010/09/05

    * Switched the build system of choice to "Waf"
    * Switched to a plain text file based settings storage system, thus
    * Removed the dependency to Gconfmm
    * Improved the infrastructure substantially to ease further development of
      the program
    * Added a preferences dialog that enables changing auto-logout and
      background picture settings in the gui
    * Added the ability to sort entries by size
    * Added summary views for the open diary and selected month, tag, or
      chapter that show some information about them as well as providing some
      editing facilities
    * Added a text formatting submenu to the textview right-click menu
    * Added a month icon
    * Tweaked main window layout to use less vertical space
    * Added Italian and Polish translations and updated existing translations
    * [Regression] Temporarily disabled replace and replace all functionality


================================================================================


0.6.3 - 2010/05/30

    * Fixed filtering in group by tag mode
    * Some fixes to spell-checking
    * Also install the scalable version of the application icon (LP:#584948)
    * Updated Swedish translation
    * Some minor fixes


0.6.2 - 2010/04/02

    * Fixed crash when trying to delete a tag
    * Added Hebrew translation by Yaron
    * Updated French and Spanish translations
    * Some minor fixes


0.6.1 - 2010/02/14

    * Fixed initialization of new databases as encrypted
    * Fixed shortcut handling in entry editor (as manifested in
      broken formatting shortcuts in some systems)
    * Simplified makefile
    * Some minor fixes


0.6.0 - 2010/02/03

    * Updated some icons and added a new icon for the program
    * Added replace functionality for filter text matches
    * Improved navigation through filter matches
    * Improved convenience of working with multiple entries per a day
    * Added ability to clear contents of filter and tag widgets with
      esc key (when the respective widget has input focus)
    * Added ability to remove selected tags from entries with delete key
      (when the tag icon has input focus)
    * Improved auto completion in Tagwidget so that it no longer only
      suggests tags whose names begin with entered text but also ones that
      have the text anywhere in their names
    * Improved & fixed list of entries' listing behaviors to be more
      efficient & usable
    * Removed character restrictions for tag names (< and > were not allowed
      in tag names)
    * Added French and Czech translations from Launchpad
    * Various other fixes


0.5.6 - 2009/11/25

    * Added basic theme customization support to entry editor
    * Added shortcuts for making bold, italicizing, striking over, and
      highlighting text
    * Added ability to export diaries to plain text files
    * Filter bar got replaced with a permanent filter entry in toolbar
    * Tag adding combobox replaced with a combobox entry with auto
      completion support to make finding existing tags easier
    * Added ability to iterate through matches while filtering
    * Added ability to go to the previous entry in browsing history
      (goes back and forth between last two entries when used consecutively)
      (Shortcut: Alt+Left)
    * Done some fixes and adjustments related to toolbar buttons
    * Group entries by month rather than year when grouping by date
    * Improved diary file format a little bit for more efficient i/o
        * Diaries saved with this version cannot be opened with previous
          versions of Lifeograph
    * Added Simplified Chinese translation by meng,shen, windwhinny, et al
    * Some minor fixes


0.5.5 - 2009/09/27

    * Convert URIs into links (http:, ftp:, mailto:, file:, etc...)
    * Show warning on window titlebar before logging out automatically
    * Fixed diary corruption when LANG=C (LP:#425318)
    * Fixed several minor bugs
    * Added Russian translation by Igor "tigerman" Bekrenyov, Sergei Sedov,
      and aks-id
    * Added Spanish translation by David Prieto, Federico Vera, Fuerteventura,
      and José Luis Jiménez Garay
    * Added Swedish translation by Mikael Mildén


0.5.4 - 2009/09/03

    * Undo/redo support for entry text changes
    * Convert YEAR/MONTH/DAY style dates in entries into links to that day
    * Added chapters system to group entries in custom chapters (more than one
      set of chapters is supported)
    * Spell checking support
    * Remember preferred list style (group by tag, by date, etc...) on exit
    * Accept dropped files in diary file button and ability to remove recent
      files from the list
    * Back up previous version of diary before saving
    * Save current changes temporarily every 30 seconds to minimize data loss
      on crashes
    * Many functions refactored
    * Fixed a few bugs


0.5.3 - 2009/08/15

    * Remember up to 8 recent diaries
    * Wiki style rich text formatting (e.g. *bold*, _italic_, =strikeout=, etc...)
    * Highlight filter matches in current entry
    * Case-insensitive search
    * Simplified and polished user interface (especially login screen)
    * Jump to current entry shortcut (Ctrl+J)
    * Many fixes and refactorings


0.5.2 - 2009/07/14

    * New icons for tags, normal and favored entries
    * Added ability to disable logging out automatically on idle
    * Added ability to tweak maximum idle time (only through gconf at the moment)
    * It is now possible to rename and delete defined tags
    * Minor touches to the interface
    * Fixed several bugs


0.5.1 - 2009/06/12

    * Added entry tagging
    * Revamped editing gui (vertical layout)
    * Ability to group entries by year or tag
    * Many bug fixes
    * Numerous small improvements.
