Version 2.2.1
-------------
Common
~~~~~~
- [chg] minor corrections for Python 2.6 support
Version 2.2.0
-------------
Common
~~~~~~
- [new] there is now a debian package (.deb)
- [new] there is now a setup tool (python setup.py install)
- [chg] your project configuration file can be saved as '.adg' or '.xml' file (default is .adg)
- [chg] browser tags in the file `adgen.conf` was removed (in place the python module webbrowser is used)
- [chg] replaced all `print` call with the function `msg` from 'logTool.py' (older 'adgenDebug.py')... read more
Version 2.1.1
-------------
GUI
~~~
- [new] generate selected file if no element are checked in the treeview
- [bug] start crash if `.adgen` folder don't exist
- [bug] start crash if some configurations keys aren't defined
- [bug] problem to open about dialog if there is no browser defined
- [bug] expand treeview crash if no element is selected
- A graphic user interface to manage your site as been added
Normaly, there is no change in the command usage ;)
- There is now two ways to launch ADGen:
* adgen.py to use the command line
* adgengui.py to launch the graphical version
- In order to use the graphical version, you need to have at least PyGtk 2.0
Instructions to install PyGtk on Windows can be found in the PyGtk official website (http://www.pygtk.org/)... read more
In this release, the configuration file was splitted in 3 distinct files:
- `adgen.conf` is the 'ADGen' global configuration file (in your `$HOME/.adgen` folder)
- `ftp.conf` is the configuration file for ftp access (in your `$HOME/.adgen` folder)
- `adgen.xml` for the project configuration (in the 'ADGen' launch folder). This
file can always be defined at launch with the command line `-c`.... read more
Corrected some bugs discovered by Minto:
- Error if launched without arguments
- Missing import in ADGen.py
- Correction bug during folder creation
- Added multiple files support with '-f' option (use comma ',' to separate files)