GwenRename 1.1-beta7:
=====================
- Fixed EXIF crash

GwenRename 1.1-beta6:
=====================
- Fixed corrupted po files
- Added Czech (cs) translation, by to Pavel Fric

GwenRename 1.1-beta5:
=====================
- ported to KDE4!!!
- Visual ON/OFF switches have been added, so that options can be displayed/hidden
  This makes more room for the items list (useful in lower screen resolution)
- When screen size is less than 800px, one of the ON/OFF switches will always be
  off, so that the program window can fit the screen
- Fixed the list invertion function
- Fixed the compound expressions read/write procedure. Thanks to John Bee
- Fixed compound expressions activation on program startup. Thanks to John Bee
- Fixed a bug in the list item removal procedure that could lead to a crush
  when various filename lengths are present

GwenRename 1.1-beta4:
=====================
- GwenRename can now be executed without parameters. In this case the user will
  have to   select the folder cotaining the files to be renamed, through the
  "Folder selection" dialog.
- A mode selection dialog was added. It will be presented to the user, when a
  single folder is passed to GwenRename.
- Files/folders can now be added/removed from the list of items that will be
  renamed, from within the program, using the ListView context menu
- Started writing the user manual. Added help to the program dialogs
- Layout changes
-Many more minor changes

GwenRename 1.1-beta3:
=====================
- Layout changes
- Ability to convert underscore/dash to space
- Use and manage compound extensions

GwenRename 1.1-beta2: (Packagers bug fix)
- Fixed icon installation problem

GwenRename 1.1-beta1.1:
=======================
- Added Spannish (es) translation by Gerardo Bueno

GwenRename 1.1-beta1:
=====================
- Added the ability to convert spaces to underscore/dash

This is the first release of a series of beta releases, until I implement all the features
I want to add to version 1.1. These features are:
- Ability to convert spaces to underscore/dash - added to the current release
- Ability to add/remove files to the list of files to be renamed
- Ability to select and use part of the original filename for renaming

Each beta release will implement one of these features, and will be released only after it 
has been thoroughly tested. So each beta release can be considered stable but not "full featured"

GwenRename 1.0.3:
=================
- Fixed numeric sorting mot correctly done bug, when the filename
  contains regExp special characters
- Added an option to deactivate the counter (requested)
- GUI improvements
- Using latest build system
- Code cleanup

GwenRename 1.0.2:
=================
- Fixed a bug that might cause failure of renaming directories

GwenRename 1.0.1:
=================
- Fixed a compilation error on SuSe 9.3, gcc 3.4.3.
- The pot file provided with GwenRename up to 1.0.0 was somehow corrupted.
It was recreated and now the translations will be correctly made.
- Added Russian (ru) translation

Special thanks to Sidlovsky Yaroslav for all the above.

GwenRename 1.0.0:
=================
This is the final version of this program. I cannot think of any more features to add
to it, and at the same time keep it spimple and light-weight. Future releases will contain
code optimization and new translations (if any). This is also a 'bug fix'release, as I was
getting messages about compilation problems and/or segfaults in various systems.
So the changes are:

- Major code clean up
- Icon loading code changes
- 'About' window code changes
- Added Hungarian translation by Charles Barcza

GwenRename 0.9.9:
=================
- gwenRename does not use  'Name', 'Prefix', and 'Suffix' when renaming.... Fixed
- Fixed a compile error in Slackware 10, KDE 3.2.3, gcc 3.3.4

GwenRename 0.9.8:
=================
- Added undo procedure (via a BASH script), when an error occurs
- Added a blank item to every drop down list with history support.
This is the first item in the history list and cannot be overwritten
- Changes to the Icon loading code
- Minor code changes

GwenRename 0.9.7:
=================
- Added option to sort files by number
Suppose you have the files:
Original sorting: foo10.jgp, foo1.jpg, foo2.jpg ... foo9.jpg
they become in
Numeric sorting: foo1.jpg, foo2.jpg, ... foo0.jpg, foo10.jgp
If two files are of equal number, the one with less letters in
its filename, gets first in the file list
- Major code rewrite to support the new sorting option

GwenRename 0.9.6:
=================
- The negative step counter code was rewritten.
When the step goes negative, the start value becomes the ending value
(the value the first selected files will have when no conflict exists).
When a conflict exists, the ending value is adjusted in order to alter it.
When existing files have the same name part and number of digits, the files
are kept together (appear in the directory listing in series without
other file(s) between them).
- The conflict code now checks all elements in the working directory,
totally eliminating the chance of deleting or overwriting existing files/directories.
- If only one element is loaded to the program, the step value can be 0 (disabling
the counter) or 1, and all the counter options are disabled.
- The 'Show all elements' now really shows all elements (files and directories).
The directories name are prefixed with a "/" (display only).
- The program's return value is always 0, so Konqueror will never report "gwenrename
not found" when gwenrename exits due to a read (or other) error.

GwenRename 0.9.6-beta-1:
=================
- Even thowgh the 'OK' button was dissabled when there was a confict between
existing and new files, pressing <enter> goes on to the renaming proc, resulting
in file loss... Fixed

GwenRename 0.9.6-beta:
=================
-Fixed a bug in the 'Show all elements' code that happened when
the selected file was not the first in the file listing.
- Fixed a 'stuck in a loop' bug that happend when an existing file
was part of the new filename.
- The step of the counter supports negative values. In this case the start
value is adjusted so that the last file gets a number of 0, and it cannot be
less than this value. In case there is a conflict with existing files, the selected
files are put in reverse order at the end of the file list.
The negative step counter code may not work as expected (this is why a beta release)
- If the new-name part of the new filename is blank (the new filename
contains only the extension), GwenRename does not permit the renaming
of the file(s).
- If (at least) two files get the same new filename, GwenRename does
not permit the renaming of the file(s).
- The 'Translation' Tab in the about window does not appear any more
if the user selected language is en* (en,en_US,en_GB).
- Layout changes, trying to reduce the size of the windows.

GwenRename 0.9.5:
=================
- All icons used are dinamically loaded, in respect to KDE icon theme setting.
If an icon is not found in the active icon theme, the first available icon is used.
- The list view now indicates the selected files with gwenrename/gwenview icon.
A grayscale version of this icon is used for selected files that won't be renamed.
- The list view now reads the value of alternate background color from KDE settings.
If it does not exist, it is calculated from the foreground color.
- Standard size for all buttons with an icon.
- Fixed a bug relevant to displaying filenames without extension

GwenRename 0.9.4:
=================
- Added history support to all free-hand input fields
- Main window code rewrite - layout changes

GwenRename 0.9.3:
=================
- Added profilling support
- Command line option to disable profilling, for faster start-up time
- Service menus available (for both gwenview and konqueror)
- Main window code rewrite - layout changes
- New fully functional about window

GwenRename 0.9.2:
=================
- If the file name contained a dot (like bughunt1.3.jpeg), the file name was
not correctly splitted from the extension. Fixed
- A bug relevant to the filename convertion to lowercase/uppercase is fixed

GwenRename 0.9.1:
=================
- File's timestamping supports Exif data (Creation and last modified date)
- Working about window
- Site updated & moved to its own directory

GwenRename 0.9:
=================
- File's timestamping available for fields prefix ans suffix
- Tarball builds and installs as expected

GwenRename 0.8.2:
=================
- 'When in 'Relaxed mode' the counter follows step value' bug fixed.
Complete rewrite of the counter code

GwenRename 0.8.1:
=================
- Bug fix release

GwenRename 0.8:
=================
- First public release of GwenRename
