11.
11.1.
- Made compatible with hyper-threading or multiple CPU systems.
- Some new encodings are implemented.
- CSV template is fixed.
- GUI is changed slightly.
11.2.
- Some minor bugs are fixed.
11.3.
- NTFS file owner and group information is now extracted.
- Template language changes: "echo" syntax is changed. Old "echox" constructs are now
deprecated, while backward compatibility is
kept. The new format is much more flexible. Now you can have access to
functions like Base64 encoding, HTML encoding, CSV encoding, binary to
hexadecimal encoding, etc, combining these with size restrictions, case
conversions, and so on.
- Sorting: a number of sorting options is added. Now you can order files by
attributes, created, accessed times, HTML title, ID3 title, image width,
etc.
- Date formatting is more flexible now. You can format various dates
differently.
- Some minor bugs are fixed.
11.4.
- Support for MP3 ID3 tags is added
- Image information extraction (such as dimensions and resolution) is added
- EXIF information extraction is added
- A couple of new templates are added
- Some small changes are made
11.5.
This version is made from scratch and features many significant
enhancements and changes.
- The core of the program completely remade
- New version of template language is developed - ZZI2, though similar, it
is not compatible with old ZZI
- Brand new templates are added, including Javascript Drop-Down Menu,
Sortable Table, PDA, etc
- Program can now handle listings of thousands of items
- Added ability to make N column type of listings
- Can calculate recursive size for folders
- Can calculate disk space occupied
- Can handle items with size more than 2Gb
- File size and time filters are more flexible
- File attributes filter is added
- HTML titles extraction added
- MD5 and SHA1 hash computations added
- More suitable for making long local listings and creating media playlists
- User interface is completely remade
- Template manipulations are implemented
- A number of other changes and updates