source: extensions/BuildPWGPicture/What's new.txt @ 4193

Last change on this file since 4193 was 3321, checked in by rub, 15 years ago

extension added: BuildPWGPicture

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1// +-----------------------------------------------------------------------+
2// | BuildPWGPicture - a Windows batch command for PWG                     |
3// | Copyright (C) 2007-2008 Ruben ARNAUD - rub@phpwebgallery.net          |
4// +-----------------------------------------------------------------------+
5// | This program is free software; you can redistribute it and/or modify  |
6// | it under the terms of the GNU General Public License as published by  |
7// | the Free Software Foundation                                          |
8// |                                                                       |
9// | This program is distributed in the hope that it will be useful, but   |
10// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
11// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
12// | General Public License for more details.                              |
13// |                                                                       |
14// | You should have received a copy of the GNU General Public License     |
15// | along with this program; if not, write to the Free Software           |
16// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
17// | USA.                                                                  |
18// +-----------------------------------------------------------------------+
19
20Version 1.0.6.0 [08-02-2009]:
21  Fixed: Bad read of command line arguments
22
23Version 1.0.5.0 [03-09-2007]:
24  Added: COPYING file
25  Fixed: %% has been replaced by % in the parameters in order to avoid double name
26  Fixed: index.php file with best header and without direct call to index.php
27  Fixed: NormalMaxH parameter has been changed from 350 to 512 like default value
28
29Version 1.0.4.0 [21-11-2006]:
30  Added: What's new.txt
31  Fixed: Change default value picture HD quality to 100
32  Added: Parameterization of file extension
33  Added: Cant keep or remove picture HD directory after treatment
34  Added: Delete destinations directories
35  Added: Directory name are convert to expanded path contains short names only
36  Fixed: Test Yes/No are not case sensitive
37  Added: Stop treatment if source and destination directories are same
38  Added: Stop treatment if source directory don't exist
39  Added: More line arguments possibility (-DirSrc/-DirDest, -ParFile and all parameters can be override)
40  Added: Review of help files
41  Added: Execution of AddOn
42  Added: Example of AddOn (Remove EXIF)
43
44Version 1.0.3.0 [19-10-2006]:
45  Added: Pictures must be renamed
46  Added: High Definition pictures must be created by convertion
47  Added: All convert options are defined on file BuildPWGPicture.Params.txt
48  Fixed: Remove MetaData of thumbnail
49  Added: Comments on file BuildPWGPicture.Params.txt are best
50
51Version 1.0.2.0 [15-10-2006]:
52  Fixed: OOuuupps, there was a small mistake when the script was launched without parameters.
53
54Version 1.0.1.0 [15-10-2006]:
55  Added: Manage all the directories by one pass.
56
57Version 1.0.0.0 [08-10-2006]:
58  Added: Initial version
Note: See TracBrowser for help on using the repository browser.