Code: Select all
v9.90.0603 - 2011-03-31 11:57
* Catalogs: Now catalogs are stored in their own special folder
"Catalogs", a new subfolder in <xydata>.
Upgrading should work smoothly. You don't have to move your
current catalogs into the new folder. But if you like a perfect
setup you can do so and then manually adjust the paths in List
Management "Recent Catalogs" and "Recently Merged Catalogs" (the
latter has been newly addded to this version). The easiest way
would probably be to simply clear both lists, and load/merge
catalogs from the interface -- business as usual.
* Configuration | File Operations | Backup Operations | On name
collisions: Revised the wording of the following options:
OLD:
Suffix number to copies
Suffix number to existing
NEW:
Suffix increment to copies
Suffix increment to existing
Also changed this:
OLD: Pop up stats when done
NEW: Show summary report when done
! Catalog Merging: Icons of merged catalog needed a refresh.
! SC resolvepath, with the abs2rel flag set, returned a leading
slash:
// returned "\XY\XYplorer.exe"
::text resolvepath ("C:\Apps\XY\XYplorer.exe", "C:\Apps\", 1);
However, this does not work well with the reverse function:
// returns "C:\XY\XYplorer.exe" !!
::text resolvepath ("\XY\XYplorer.exe", "C:\Apps\", 0);
Therefore from now on the leading slash is cut:
// returns "XY\XYplorer.exe"
::text resolvepath ("C:\Apps\XY\XYplorer.exe", "C:\Apps\", 1);
// returns "C:\Apps\XY\XYplorer.exe"
::text resolvepath ("XY\XYplorer.exe", "C:\Apps\", 0);
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club