1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Noteworthy changes in version 1.0.1 (2004-01-11)
------------------------------------------------
* Added patches from Martin Schulze, Debian 213875, 213933
* Added patches from Laurent Fousse, Debian 208230
Noteworthy changes in version 1.0.0 (2003-25-04)
------------------------------------------------
* Added "width" and "height" attributes to the
thumbnails images in the index file
* Navigation now "wraps" on the last and first image
* Better info file handling
* Thumbnails are not re-generated if they yet exist
* Comments are now HTML compliants
* English typos
* 1.0 :)
Noteworthy changes in version 0.5.4 (2002-05-03)
------------------------------------------------
* Better thumbnails creation
Noteworthy changes in version 0.5.3 (2001-11-10)
------------------------------------------------
* Now using /etc as the install config dir
* Galrey now searches for the config file in
1) -c command line switch
2) current directory
3) home directory
4) /etc
beginning from 1)
* Italian documentation added
(README.it and INSTALL.it)
Noteworthy changes in version 0.5.2 (2001-11-05)
------------------------------------------------
* HTML 4.01 standardization and debug (thanks, Joseph)
(galrey.pl and galrey.tpl were affected)
* Identify bug, another trap...
Noteworthy changes in version 0.5.1 (2001-10-31)
------------------------------------------------
* Bug fixing revision ('identify' bug and install.sh)
* Minimal code refining
Noteworthy changes in version 0.5 (2001-10-16)
------------------------------------------------
* Added installation script (install.sh)
* Added INSTALL document
* Minimal code refining
Noteworthy changes in version 0.4 (2001-10-10)
------------------------------------------------
* Added the ability to insert comments to the images via the
memofile configuration directive
* Small changes in the documentation
Noteworthy changes in version 0.3 (2001-07-28)
------------------------------------------------
* Added image file info recognition (dimension, width and height)
* Added the key "showinfo" in the configuration file
* Added the keyword "$HEIGHT$" and "$WIDTH$" in the template file
Noteworthy changes in version 0.2 (2001-07-01)
------------------------------------------------
* Added command line parameters
* Added path choices
* Other usefull configuration option
Noteworthy changes in version 0.1 (2001-06-01)
------------------------------------------------
* First public release
|