Azzul Changelog

What's new in Azzul 1.5.0.35439

Apr 4, 2014
  • New: [Config File] Separate config files are created for each user.
  • New: The application can be started "as portable", without beeing installed. The config file is saved in the same loacation where the exe file is.

New in Azzul 1.4.0.26980 (Dec 28, 2012)

  • New: [Catalog Entities] I created an Image field for Catalogs and Disks. Now it is possible to attach a cover image to them
  • New: [Catalog Entities] I added "CreatedDate" and "LastUpdatedDate" fields for a disk
  • New: [Catalog Entities] I added "CreatedDate" field for a catalog
  • New: [GUI] I added an optional alternate background color in the files list
  • New: [GUI] I added optional grid lines in the files list
  • Improve: [GUI] I changed the design of the disk's and catalog's properties windows

New in Azzul 1.3.0 (Nov 19, 2010)

  • added an options panel.
  • Created a binary installer using nsis.
  • Changed the design of the "New Catalog" and "New Disk" windows.
  • Added an "Open File" button on the "Check Version" window, to open the file after it is downloaded.
  • Bug fix - The algorithm that was choosing the default directory for saving/loading a catalog.

New in Azzul 1.2.1 (Nov 19, 2010)

  • Several critical bug fixes and small improvements.

New in Azzul 1.2.0 (Nov 19, 2010)

  • Replaced the Microsoft's TreeView control that displays the catalogs with the TreeViewAdv open source control.
  • Several bug fixes and small changes.

New in Azzul 1.1.4 (Oct 2, 2010)

  • I added a .chm help file.
  • Improved search mechanism.
  • Search using plain text, wildcards or regular expressions.
  • In Search window, I added icons to the found items.
  • In Search window, if no search pattern is provided, I changed the error message with an information message.
  • Locate and navigate from the Search window to an item into the main window.
  • I added a "cancel search" functionality in the search window.
  • I cancel the search when the search window is closing.
  • I added a "Broken" flag to the AzzFile and AzzDirectory classes that specifies if the file (or diretory) could be read. When the disk is created, if there are not enough rights to read the directory or file, this flag is set and the scan is not interrupted. I added a new optional attribute "broken" to the serialized xml for "file" and "directory". (Gates affected: Xml Gate, Gzip Gate, Deflate Gate.)
  • I created the "Text Gate" that exports catalogs in a human readable text format. It does not support import.
  • I display a warning when you are about to have two disks with the same name in a catalog
  • - creating a new disk;
  • - renaming an old disk;
  • - moving a disk from another catalog.
  • Bug fix - If two catalogs have the same name, a new disk that is created, was added to the first catalog of the two.
  • Bug fix - When selecting an item in the list of files, the description was not updated.
  • Bug fix - Closing a new catalog without saving it throws an Exception.
  • Bug fix - In the main window and the search window the sorting by size was performed wrongly by the text displayed in the size column not by the size value.

New in Azzul 1.1.3 (Aug 24, 2010)

  • I added a mechanism to check for updates. This verification can be automatically done at startup. (Configurable from config file.)
  • In config file the "initial catalog type" value is made case sensitive and can have the values: "None", "Last", "Specific". (For compatibility reasons, only in the current version, will be accepted the values from version 1.1.2, too.)

New in Azzul 1.1.2 (Jul 6, 2010)

  • A progress bar is added to the splash screen.
  • I improved the search screen. (search options, status text and a progress bar)
  • Catalog and disk quick rename using F2.
  • Bug fix - If the application is started without a config file, the "File" menu and the "File->Open", "File->Save", "File->Save As", "File->Save All" menu items throw exceptions because no default gate was set.

New in Azzul 1.1.1 (Jan 14, 2010)

  • Bug fix - The search dialog did not returned correct results.

New in Azzul 1.0.4 (Jun 2, 2009)

  • I added a toolbar.
  • I added a wizard to help you create new disks.
  • The catalogs that are not saved are marked with a star "*" and, when closing them, you are asked to save.