===================
Agave 0.4.5
===================
2008-01-28

    Bugfix release
    * #10897: Missing info on creating palettes
    * #10853: Wrong icon in the .desktop file (Yavor Doganov)

===================
Agave 0.4.4
===================
2008-01-14

    Bugfix release
    * Added tango-style icons (Vinicius Depizzol)

    New or Updated Translations
    * sv

===================
Agave 0.4.3
===================
2007-05-24

    Another bugfix release
    * tweaked the Tetrad theme to be a true tetrad theme
    * Fixed issue of warnings on first run
    * Build fixes
    * Improved the user manual
    * Fix the Tango palette

    New or Updated Translations
    * de
    * fr
    * nl

===================
Agave 0.4.2
===================
2007-02-15

    This is basically a maintenance release that fixes a few bugs and
    annoyances and adds a couple minor features.

    * Added a dependency on libglademm and use glade for laying out the main
      window instead of hand-coding everything
    * Draw color swatches with cairo instead of GDK, enabling some slightly
      nicer-looking color swatches.
    * Remember the width of the favorites pane between sessions
    * Performance improvements in palette parsing and switching between palettes
    * New User Manual for Agave, though it's still pretty basic and unfinished.

    Bugfixes
    * Actually close the 'About' window when the 'close' button is clicked

    Translations
    * cz (Zbyněk Mrkvička)
    * zh_TW (Cheng-Wei Chien)

===================
Agave 0.4.1
===================
2006-09-24

    * Moved user configuration directory from ~/.agave to ~/.local/share/agave
      to reduce home directory dotfile pollution.  Configuration files will be
      migrated automatically.
    * Added the ability to use different palette files.  4 palette files are
      shipped by default (Websafe, GNOME icon palette, Tango palette, and
      Visibone palette).  Palettes are standard Gimp Palette files (.gpl) and
      can be added by dropping a file in ~/.local/share/agave/palettes

    Bugfixes
    * Fixed an issue when compiling with g++ 4.1
    * Improve handling of removing multiple colors from the favorites list

    Build
    * Building from git now requires Intltool 0.35

    Translations
    * updated German translation (Martin Ereth)
    * Added Italian translation (Sergio Durzu)
    * Added Swedish translation (Daniel Nylander)

===================
Agave 0.4.0
===================
2006-07-17

    * Renamed application to Agave
    * Colors in favorites list can now be renamed
    * Added Catalan translation (thanks Xisco)
    * Make the rgb(...) and hsv(...) color descriptions lowercase

    Bugfixes
    * Bump gtkmm requirement to 2.8.0 (bug # 5665)
    * Display triads scheme at startup (fixed #5699)
    * Set sensitivity of 'remove' and 'clear favorites' buttons at startup

    Build
    * Added a configure switch to enable more compiler warnings (including werror)
    * Add a debug mode switch to configure.in (no optimizations)

===================
Colorscheme 0.3.91
===================
2006-04-02

    * Improved the monochromatic colorscheme algorithm to produce better results
    * The Palette is now shown by default
    * Display a tooltip when hovering over colors in the palette
    * When dragging a color, change the drag icon to a block of color
    * Make gconfmm and libgnome* dependencies optional to make it easier to
      build on windows
      - Added some basic Windows installation instructions to the README
    * When built with gconfmm support, remembers your last selected colorscheme
      type and reloads it the next time you start the application
    * New translations: Dutch (nl), German (de)
    * Minor bug fixes

===================
Colorscheme 0.3.90
===================
2006-02-17

    * Added basic drag and drop support
      - You can drop from any application that provides an application/x-color
        target (such as the Gimp color selector)
      - You can drag a color from Colorscheme to any application that accepts a
        text target (e.g. Gedit) or an application/x-color target (e.g.  the
        Gimp or the GNOME desktop background)
    * Added the ability to export your favorite colors list as a Gimp Palette
      file
    * Remembers your last viewed color and automatically loads it on startup
    * Remembers your window size between sessions
    * Added support for pasting a textual description of a color from the
      clipboard.  Supported formats include hex string style colors (e.g.
      #FFFFFF) and all named colors that are understood by Gtk
    * Add support for selecting multiple colors in the favorites list for
      removing multiple colors at once
    * Removed dependency on GnomeVFS
    * Added dependency on GConfmm

===================
Colorscheme 0.3.1
===================
11-25-05

    * fix to configure.in so it will indicate failure if boost is not found

===================
Colorscheme 0.3
===================
11-22-05

    * Added a color palette to the main window for easier color selection.
    * Favorite colors list is maintained across sessions (Adds dependency on
      gnome-vfsmm >= 2.6)
    * Internal rework for increased efficiency (adds dependency on boost
      shared_ptr)
    * Numerous bugfixes
    * Added Russian Translation (ru) thanks to Roxana Chernogolova
    * Added Spanish(Spain) Translation (es_ES) thanks to Xoan Sampaiño
    * Added Czech Translation (cs) thanks to Zbynek Mrkvicka

===================
Colorscheme 0.2.2.2
===================
11-03-05

    * added Brazilian Portugese translation

===================
Colorscheme 0.2.2.1
===================
10-18-05

    * Increased default window size
    * Added bulgarian translation

=================
Colorscheme 0.2.2
=================
9-20-05

    * Favorites list should now display a small swatch of the color instead of
      just the hex string
    * Clicking on a color swatch automatically makes that color the selected
      color
    * Add a history feature similar to web browsers -- allows user to go back
      to the last color they selected, etc.
    * Fixes to improve building on other platforms like FreeBSD
    * Fixed problem with random color button where it would only generate a
      different color every second (fixed #2831)
    * Fixed a bunch of unit tests
    * Added keyboard shortcuts to a few more things:
      * Random Color: ctrl+R
      * Add to Favorites: ctrl+D
      * Remove selected from favorites: ctrl+X
      * History back/forward: alt+left / alt+right

=================
Colorscheme 0.2.1
=================
8-28-05

    * Added the ability to bookmark your favorite colors (only lasts until you
      quit the application at this point)
    * Added the ability to generate a random Colorscheme by simply pressing a
      button on the toolbar

=================
Colorscheme 0.2
=================
8-22-05

    * Display more information in the color swatch
    * Improve readability of text on swatches by setting it to white on dark
      colors
    * Added Toolbar with buttons for modifying the brightness and saturation of
      the colorscheme
    * Moved the Color and Scheme selectors below the color swatches
    * Added ability to copy the hex strings of each color swatch
    * Minor memory enhancements

=================
Colorscheme 0.1
=================
7-23-05

    * Initial Release
