File Release Notes and Changelog
Notes:
Another alpha. There are still some memory problems under Windows.
This release brings some new features as well:
* Extensive documentation in the Web UI
* Dispatching of downloads in subdirectories of 'incoming' according to regular expressions
* (experimental!) run as service under Windows
* Progress bars are now in PNG, instead of BMP (using libgd). Increased portability and huge bandwidth savings.
* Bug fixes
Changes:
2004-10-03 fraca7 <fraca7@free.fr>
== 1.99.4 ==
* *: Win32 service support
* *: use py2exe instead of installer under Windows
* *.tpl: added documentation
* Web/RSS.py: Delete and purge feeds, UI fixup
2004-10-02 fraca7 <fraca7@free.fr>
* *: implemented choice of subdirectory according to regular
expression
* Web/UI.py, BPT/Container.py: 'Errors' tab added
Subdirectory selection added
* *.py: template system, should be easier to change appearance
2004-09-25 fraca7 <fraca7@free.fr>
* win32/BTMLauncher.pyw: Added a window gathering standard
output/error.
* BTP/Utils.py (_log_level): default log level is now 2
* BTP/Container.py: close files when forgetting
* BTP/Storage.py: added open and close methods
2004-09-24 fraca7 <fraca7@free.fr>
* bmp.c, Web/UI.py: Switch to GD for progress bars (smaller files
and should work on 64-bit).