[0.6]
- Various bug fixes
- Added ability to use global resources in themes.  
    If you prefix a path in a theme with 'global:' it will pick up
    the file from the resources path.  This allows for the sharing of 
    fonts, sounds, images, etc.  Hopefully this will reduce the overall
    disk footprint of the menu.  Not sure, but the menu may also run
    better if multiple code points are using the same resource on disk 
    instead of copies of the same resource.  An example from default.cfg:

        Font = "global:FreeSans.ttf"

- Ensuring the menu will work when filesystem is read only.
    Performance will degrade in some cases, but the menu should function
    in the same way it has before.  Just maybe a little bit slower.
- Memory Leak resolved in colorpicker
- Show/Take snapshot of menu on exit/load.  
    This allows for the menu to show something while it is setting up.
- Theme Selection now uses the image selection tool.  
    The theme selector will look for a 'theme.png' in the root of all valid
    theme folders (themes where theme.cfg exists).  If a theme preview
    is not found, it will use the 'notfound.png' in the resources folder.
- UI enhancements to the main menu
    We now apply alpha blending to the menu items based on their distance
    from the active item.  If the submenu is open, then another layer
    of blending is applied to the horizontal menu, as well as the 
    submenu's parent.  The goal with this was to help indicate which
    parts of the menu are active, and which aren't.  
- Set foundation for UI animations
- Replaced sound OSD format of icon and percantage to just an icon.  
    The icon now shows the level of sound visually in lieu of a 
    percentage
- UI will now autodim after a period of N seconds.
    The default for N is 5, but is configurable in the dmenu.ini file under
    they key DimmerDelay.  The value for DimmerDelay is an integer which represents
    seconds.  If DimmerDelay is set to 0, then the dimming will not occur.
- Enabled themes to define padding between icon and text, when the text is right
  of the icon.
    This does not apply to the horizontal items, but the vertical menu items.  The
    key to set in the theme.cfg is ItemTextPadLeft and the value is an integer which
    represents the left padding of the text, in pixels.

[0.5]
- Fixed a lot of SegFault bugs
- Change the mechanism that the next application is called
- Rename dmenu binary to "dmenu.bin"
- Added a dmenu start up script named "dmenu"
- Added "SelectorDir" setting for menuitem and submenuitem
- Added new key binds in filelist ( L key - page up / R key - page down )
- Added "built in Wallpaper Selector with thumbnails"
- Added "built in Color Selector"
- Added ColorBar graphics for "built in Color Selector"
- Moved and Renamed the dmenu resource folder "/usr/local/home/.dmenu" to
  "/usr/local/dmenu/resources"
- Moved "dmenu.ini" from "/usr/local/dmenu/resouces/" to "/usr/local/dmenu/"
- Moved Background/ VolDisp/ BrightDisp setting from each "theme.cfg" to "dmenu.ini"
- Merged "main.cfg and fontcolor.ini" to "dmenu.ini"
- Remove the fontcolor setting scripts and folder
- Remove fontcolor.ini

[0.4]
- Change SearchPath to a string list to allow multiple search paths
- Menu sound effect
- Sub-menu support
- Fix parsing of multiple args
- Added UTF8 support. UTF8 chars in theme.cfg name strings, and file selector
will display the UTF8 chars accordingly. Font file specified by the theme need
to contain the necessary chars.
- Menu wrapping when left or right key pressed at begining or end of Menu
respectively. Same for MenuItem (up/down).
- File selector wrapping at begining and end of file list.
- Easier file selection. Use Y + up/down to scroll 1 page at a time
- Added OSD.
- Menuitem text overlapping problem should be fixed now.
- Fixed problem of passing multiple args when launching a program 
- Persist index of selected menu/menuitem
- Default theme created.
- Added SoundVolume control ([L]:-5% / [R]:+5%)
- Added Brightness control ([X]:LevelUp / [Y]:LevelDown)
- Added SoundVolume & Brightness Icons.
- Added configuration files for SoundVolume & Brightness settings.
- Added resources directory for dmenu.(/usr/local/home/.dmenu/)

[0.3]
- Fixed a display bug where the menu items above the mainmenu are overlapping
- Execute programs directly instead of via '/bin/sh' to reduce memory usage
- Re-structured config files to add theme support and reading config from
application directories. See readme.txt for details.

[0.2a]
- Dynamically link against libconfuse since it's provided by the rootfs.
- Remove the mechanism to restart dmenu after the executed program has finished.
Not required since dmenu is respawn by init.
- Added script local/sbin/main to run dmenu at system startup

[0.1]
Initial release
