Intro
News
Overview
Translation
Screenshots
Requests
Bugs
Download
Contact me
See also
SysRescCD
|
Date: 27/5/04
Version: 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, ... foo9.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
|
|
Date: 20/5/04
Version: 0.9.6
- GwenRename does not build in KDE 3.1.x any more. Fixed (Bug No 5)
New tarball uploaded (same version, since there was no code changed) Thanks Aurelien
|
|
Date: 12/5/04
Version: 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.
|
|
|