This is a mirror of this page, may not be most updated.
11-10-06 - Start Developing
11-11-06 - Base Framework (CakArchiver, Cakdir3) Completed
11-16-06 - Lha (Cmarc) List and Extract support
12-13-06 - Sqx2 List and Extract support
12-28-06 - Zip List and Extract support
01-15-07 - Zip and 7z Compress support
01-17-07 - Lha Compress support
01-18-07 - Sqx2 Compress support
01-20-07 - Zip, Sqx2, Lha and 7z Delete support
01-20-07 - CAKE3 build 2576 released
01-30-07 - CAKE3 build 2583 with source released
02-02-07 - Fixed crash when adding files to new sqx2 archive.
02-02-07 - CAKE3 build 2590 released
04-11-07 - Fixed a bug that prevent cake3 from working if placed in different directory of the exe (e.g. addon), fixed. (Utils.cs line 351)
04-14-07 - Modified Utils.RemoveFileDrive to work with multi-char drive letters, e.g. mycake: (Utils.cs line 196)
04-28-07 - RunDos, RunAndWait command added
05-23-07 - Rar List and Extract support
05-26-07 - Online help file
05-27-07 - Fixed Utils.RemoveFileDrive not working.
05-27-07 - NewBug : Cannot add files to zip file not created by #ZipLib
05-27-07 - Cakdir.AddToFolder command added.
05-27-07 - Utils.CopyFileMask command added (for use with drag drop).
06-06-07 - Utils.GetShortFileName, Utils.GetLongFileName added.
06-07-07 - Fixed : "Cannot add files to zip file not created by #ZipLib"
06-07-07 - CAKE3 build 2714 released
06-09-07 - Fixed : "SharpZipLib Delete issue"
06-09-07 - Fixed : "Filename/path changed to lower case when add to 7z/sqx archives with rative path mode on."
(SqxArchiver.cs line 482, ArchiverBase.cs line 255)
06-10-07 - Utils.ArchiveConvert added.
06-12-07 - 7z delete support subdirectory now, if mask is used in DeleteOptions.deleteFile.
(SevenZipBase.cs line 150)
06-12-07 - ContentList.AddFolder to add a virtual folder, no change to archive. (ContentList.cs line 149)
06-13-07 - Mask handle correctly (*.htm match xyz.html before, now fixed). (Utils.cs line 833 & 893)
06-13-07 - ContentList.SearchParam added (allow search in archive). (ContentList.cs line 549)
06-14-07 - ContentList.haveFileMatched added. (ContentList.cs line 181)
06-16-07 - Fixed : Path error when add to zip file (ZipBase.cs line 189)
06-16-07 - Fixed : File locked after file add (ZipBase.cs line 276)
06-17-07 - Fixed : Hide all folder entries (CmarcArchiver.cs line 109)
06-17-07 - Fixed : 7z add not supported mask if relative path mode enabled. (SevenZipBase.cs line 102)
06-18-07 - Fixed : SearchParam.MatchDate parse datetime string correctly in all computers. (ContentList.cs line 718)
06-20-07 - Fixed : Zip File not properly closed (ZipBase.cs line 74)
06-20-07 - Utils.OverrideProgramPath added
06-23-07 - Fixed: Unable to extract file with path (AceArchiver.cs line 119)
06-23-07 - CAKE3 build 2730 released
07-03-07 - Thread Queue and Thread Queue Monitor added. (Allow queue archive operations)
07-10-07 - SearchParam support lookup text from raw text file, word document, pdf and other IFilter supported files.
07-17-07 - OnPassword event support for Sqx and Zip archives (ZipBase.cs line 88, 173, SqxArchiver.cs line 273)
07-26-07 - Xacrett Extract to wrong directory if not extract "*" (XacrettBase.cs line 77)
08-05-07 - ExtractOptions.overwriteMode support (Cakdir.cs line 235)
08-07-07 - OnPassword handle first if assigned, then OnPasswordDefault (Cakdir.cs line 292)
08-08-07 - CAKE3 build 2755 released
08-09-07 - Fixed Lha Add Bug. (Lhabase.cs line 114)
08-16-07 - Icl (Icon Library) List and Extract Support
08-31-07 - AddOptions.updateMode support
08-31-07 - Utils.ProcessAddMode, CompareDateTime, getPath, getRelativePath, getFullPath added (no longer have to use ZipEntry.CleanName)
09-15-07 - Pocket PC cabinet List and Extract Support
09-19-07 - CAKE3 build 2816 released
09-29-07 - Fixed : Folder sort not working
10-02-07 - Total Commander Wcx List and Extract Support
10-03-07 - SupportedExtensions() is updated to SupportedArchiveTypes(), which report more information. (e.g. CanExtract, Description)
10-03-07 - New Cakdir3 constructor method, which allow to specify to use which archiver.
10-03-07 - Cakdir3.OpenFilter added.
12-01-07 - CAKE3 build 2882 released
12-08-07 - Cakdir3.SFX added, currently only lha support sfx.
12-17-07 - Natural sort for filename and filepath (e.g. f1, f10, f2 ---> f1, f2, f10)
12-20-07 - Fixed : bug related to ExtractTrailDir.
09-27-08 - Fixed : crash when adding empty directories to zip. (PollFileList calling itself recrusively)
09-27-08 - Tutorial Added (http://sites.google.com/a/quickzip.org/code/Home/articles-1/cyoa1)
09-27-08 - CAKE3 build 3816 released
??-??-09 - Progress support for various types of operations.
07-25-09 - Fix : Unrar Unicode Support.