|
|
发表于 2009-12-23 15:02:53
|
显示全部楼层
Change log
----------
0.3.1 beta 3
------------
Changed: Disabled overflow check, since it's stupid having the app crash for non-critical errors. It might even help track down where the overflow is, otherwise it'll just disappear, never to be seen again. Time will tell..
Changed: System error messages now show the error code as well as the description
Changed: Disabled MD5 hashing for now.
Changed: Full debug by default (change it in "Debug level" menu on the log page)
Changed: Application exceptions should be logged, instead of showing the message dialog
Fixed: DVD->WBFS file should work.
0.3.1 beta 2
------------
fixed: Integer overflow during transfers
fixed: WBFS partition closed after transfer, which caused errors when batch transferring.
Changed: CISO writing method to create smallest CISO possible, regardless of the source. (Experimental)
0.3.1 beta
----------
Changed: Drive->drive and files->.wbfs now use the standard routines converted from libWBFS.
Changed: Disabled Data integrity/hash checking for this version.
Fixed: Drive usage bar colours applied when settings are read from the ini.
0.3.0
-----
Added: WiiTDB titles support (titles.txt).
Added: Download titles.txt from the settings dialog.
Added: Custom Titles support (CustomTitles.txt).
Added: Double click drive entries to edit manually. Changes are saved to CustomTitles.txt if enabled.
Added: MD5 Hash functions for .wbfs/WBFS. Hashes are calculated when adding a disc to the drive and can be used to verify the data is still intact at a later date. You can also calculate missing hashes for existing entries.
Added: Custom colors for Drive usage bars, Progressbars, titles and log.
Changed: Reverted to using the unRAR DLL. Embedding it in the exe was causing problems.
Added: Support for the new WBFS file storage convention. You can now store the files in sub-folders or in a single WBFS folder. With an option to automatically convert to the chosen convention when a drive is mounted.
Fixed: Range check error caused by the remaining time falling below zero.
Added: Duplicate files in the file list now handled correctly, so it isn't possible to transfer duplicates to a drive or convert to other formats. Allowing this would just be a waste of the user's time because the first files would be overwritten by the duplicates.
Added: Manual/Custom titles can be edited on the files and DVD pages, without actually changing anything in files.
Added: WBFS Read retry. On read error, check for valid handle and recover if possible.
0.3.0 beta 4
------------
Fixed: Problem with sorted columns with items over 4 GIG, introduced in beta 3
Fixed: "Not enough space" with some operations. They were referencing total size instead of selected size.
0.3.0 beta 3
------------
Changed: Progress panels/bars hopefully for the better
Changed: Drive usage status/progress bars
Fixed: Multiboot disc to ISO/CISo didn't use the partition ID/title
Fixed: DVD to large WBFS drive didn't work. The buffer was too small, so now it's dynamically allocated.
Fixed: Various operations didn't use thread safe debug events.
Added: Stupid not having it before. Read/write errors now show the windows GetLastError() message in the log.
Fixed: Error when transferring multiple discs from WBFS to WBFS File. Caused by the workaround for writing WBFS files to same folder as the source, for resplitting.
Fixed: Drive to ISO/CISO didn't use temp files.
Added: Option to hide drives. This replaces "Show USB only"
Added: Option to change drive display names.
Added: If there's a bad Wii disc partition table entry, it's recognised instead of the many problems it could cause. eg. locking up the app, using tonnes of memory etc.
Added: RAR password dialog.
0.3.0 beta 2
------------
Fixed: Duplicate drives in the drive menus and format dialog in some situations.
Fixed: Changes to "Show USB drives only" are reflected in the format dialog.
Fixed: .wbfs->.wbfs using the same folder as source and destination (for resplit etc.)
Added: Check if the destination file is going to be exactly the same as the source. eg. .wbfs->.wbfs with the same split size is pointless. The transfer list is also sorted by size to rule out smaller files as soon as possible because they don't need re-split.
0.3.0 beta 1
------------
Total rewrite. |
|