NeonView 0.8.2 - Feb 22, 2014
=============================
* Fixes:
	* fixed a segmentation fault when there is no image in the current directory

NeonView 0.8.1 - Feb 27, 2013
=============================
* General:
  * rewritten most of the core code eliminating several nasty bugs
  * improved handling of the command-line arguments, correctly handling various strings that represent a path
  * improved zoom in and zoom out
  * images in a directory are sorted alphabetically by name
* Interface:
  * buttons and menu entries become inactive in certain situations (no image loaded etc)
* Config:
  * added window_min_width and window_min_height to config file
* Help:
  * updated manual
* Misc features & bug fixes:
  * fixed several bugs which would issue GTK warnings at stdout
  * fixed a config bug where NeonView would accept a negative value for window_width and window_height
  * fixed mismatched codename in ChangeLog


NeonView 0.8.0 - Feb 13, 2013 - 'Ancistrus'
===========================================
* General:
  * completely rewritten from scratch
  * ported to GTK+ 3
  * numerous other code improvements and fixes
* Config:
  * improved checking and parsing of config file
  * inform the user about invalid keys in the config file
  * added several new config options: remember_zoom, last_dir, start_dir
* Interface:
  * completely redesigned interface
  * added thumbnail panel:
    * preview thumbnails of the images in the current directory
  * added info panel:
    * info about the currently displayed image
  * added options to show/hide toolbar, status bar, left sidebar, right sidebar via Tools menu
  * fixed: first toolbar button no longer has focus by default
* Misc Features & Bug Fixes:
  * properly display animated GIF files
  * fixed to display all images supported by GdkPixbuf
  * fixed a bug where NeonView didn't remember fit to window over sessions
  * improved browser handling when launching the homepage via Help->Homepage
  * rewritten manual, added Help->FAQ menu entry


NeonView 0.6.0 - Dec 01, 2011 'Xiphophorus'
===========================================
* added zoom in and zoom out functions
* added rotate left, rotate right and flip image functions
* fixed a crash when trying to display a file which is no longer available


NeonView 0.4.0 - Oct 01, 2011 'Corydoras'
=========================================
* added the Tools menu, which provides the Configuration window:
	* check button to start the main window maximized
	* check button to remember window size
	* check button to enable/disable fit next/prev images to window after Fit to Window was pressed
	* check button to remember last fit to window choice
* added Settings and Quit toolbar items
* you can quit NeonView by pressing Escape now
* the configuration window, manual window and about window can be closed by pressing Escape
* completely rewritten code for creating and parsing the configuration file
* completely rewritten code for the main.c module


NeonView 0.2.1 - Sep 30, 2011
=============================
* fixed a bug on GTK+ 2.20 with GDK_KEY_BackSpace and GDK_KEY_space (http://tuxarena.com/forum/viewtopic.php?id=3)
* fixed filename label showing when NeonView is invoked with a filename argument
* fixed several segmentation faults when pressing next/prev buttons in certain situations
* fixed several bugs when the image argument wasn't properly parsed and the image wasn't displayed


NeonView 0.2.0 - Sep 28, 2011 'Betta splendens'
===============================================
* first release of NeonView
* prev/next buttons showing images in a directory sorted by name
* fit to window and normal size displays
* remembers the last window size over sessions
