Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1015 - 2011-06-03 09:56
    * Configuration | File Operations | Backup Operations: Now you can 
      choose between various verification methods:
        - None (no verification)
        - Byte-to-byte
        - MD5
        - SHA-1
        - SHA-256
        - SHA-512
      Note that the latter two are not available on all systems.
    * SC backupto enhanced: The "verify" parameter now takes the 
      following values:
        verify: Verify each copy operation on the fly.
          Empty = Use global setting from Configuration.
          0 = None (no verification)
          1 = Byte-to-byte        
          2 = MD5
          3 = SHA-1
          4 = SHA-256
          5 = SHA-512
    ! Progress Dialog: Fixed a couple of glitches.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1016 - 2011-06-04 10:51
    * Progress Dialog: Now pressing ESC while the operation is in 
      progress will Pause, pressing ESC while the operation is not in 
      progress (paused or cancelled or completed) will close the 
      dialog.
    ! Progress Dialog: Fixed a couple of further glitches.
    ! List: Size column was wrongly sorted for items of 1 TB or larger. 
      Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1017 - 2011-06-04 20:03
    + Configuration | File Operations | Backup Operations: Added "Safe 
      overwrite", an option to minimize the risk of data loss due to 
      failures while overwriting. See how it works compared to normal 
      overwrite:
      
      Normal overwrite
      ~~~~~~~~~~~~~~~~
        - Source overwrites target.
          If there is a failure (e.g. power out) while copying the bytes 
          the target is lost and nothing will bring it back. So you are 
          without any backup now.
      
      Safe Overwrite
      ~~~~~~~~~~~~~~
        - Copy: Source is copied to a new temporary target file in the 
          target folder.
        - Optional Verification (you set this under "Verification"): The 
          temporary target is compared with the source.
        - Rename: If the copy (and optional verification) succeeds then 
          the target to be overwritten and the temporary target swap 
          names.
        - Delete: If the name swap succeeds then the target to be 
          overwritten (which now has the temporary name) is deleted.
      
      Note that due to its logic Safe Overwrite needs enough space on 
      the target device to hold the target to be overwritten and the 
      temporary target (same size as the source) at the same time.
    ! Progress Dialog: Fixed a couple of further glitches.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1018 - 2011-06-05 19:22
    + Overlong filenames: Now you can delete a folder with overlong name 
      with all its contents. Before, you could delete it only if it was 
      empty.
    + Backup: Now the available free space on the target drive is 
      checked before each copy operation (per job or per file, depending 
      on the circumstances). The operation is only initiated if enough 
      space is available. This might save you frustration when copying 
      very large files to already packed drives.
    * Backup: Without Safe Overwrite, pausing or cancelling processing 
      while a target file was being overwritten did effectively lead to 
      the deletion of the target. 
      Assuming that this can hardly be a desired outcome of pressing 
      Pause or Cancel, from now on an ongoing overwrite operation will 
      be allowed to finish before processing is paused or cancelled.
      Note that this is not necessary (and therefore not done) when Safe 
      Overwrite is enabled.
    % Backup with Progress Dialog: Improved the logic behind updating 
      the progress. It's now much smoother and, even better, processing 
      got notably faster because paint work has been dramatically 
      reduced.
    ! Progress Dialog: In Windows classic mode (no themes) no progress 
      bar was shown. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1020 - 2011-06-06 13:37
    + Configuration | File Operations | Backup Operations: Added "Remove 
      read-only attribute". Tick it to remove the read-only attribute on 
      target files if present on the source files.
    + Configuration | File Operations | Backup Operations: Added "Ask 
      before overwriting read-only files". Tick it to get prompted 
      before a READONLY or SYSTEM file is overwritten.
      (SYSTEM is not mentioned in the caption because it would be too 
      long.)
    * Backup: Now READONLY files can be overwritten without "Access 
      Denied" error.      
    * Backup: Now, if "Skip junctions" is off, then symbolic links are 
      copied as symbolic links. If the source file is a symbolic link, 
      the destination file is also a symbolic link pointing to the same 
      file that the source symbolic link is pointing to. Before, the 
      linked files were copied.
      BTW, if "Skip junctions" is on, symbolic links are skipped.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1021 - 2011-06-08 10:03
    ! Backup: Fixed an overflow error that could happen in the elapsed 
      time calculation.
    ! Backup Progress: Something was not correctly reset between calls 
      so the overwrite prompts could get confused. Fixed.
    % Backup Progress: Removed some superfluous painting with caused a 
      flicker on some systems.
    * Tabs: A unlocked search results tab called "Search Results" now 
      auto-loses this special name when it is used for normal browsing.
      FYI, this is relevant when you opted for 'Show search results in' 
      = '"Search results" tab (unlocked)'.
      This change made another change necessary to prevent undesired
      multiplication of tabs on each search: Now, with setting '"Search 
      results" tab (unlocked)', the search is performed in the current 
      tab, not in a new tab. Unless the current tab is locked, or 
      another tab named "Search results" already exists.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1022 - 2011-06-10 12:36
    ! CKS: Submenu View | Tab | Columns was wrongly placed as View | 
      Columns. Fixed.
    ! File Find | Follow Folder Links: Did not work reliably under all 
      circumstances when the linked folders were network locations. 
      Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1023 - 2011-06-12 18:57
    ! Menu File | File Special | Delete (Skip Locked): Did not recognize 
      certain locked files as "Locked". Fixed.
    ! Backup: Crashed on backing up an empty folder (since about 10 days 
      ago). Fixed.
    ! Fixed a couple of typos and wording glitches in various places. 
      Thanks to Dmitry Fedorov for pointing them out to me!
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1024 - 2011-06-13 13:11
    + Access Control: Added key "DisallowedDirs" where you can state 
      disallowed paths. Syntax is analog to "AllowedDirs". If both keys 
      are given in Admin.ini then the logic is like this: First 
      AllowedDirs is checked; if the path in question passes then it 
      is checked against DisallowedDirs.
      Examples:
        [AccessControl]
        AllowedDirs=E:|F:
        DisallowedDirs=E:\Test|E:\Secret
      Result: The user is allowed to operate only in drives E: and F:, 
      but not in the folders E:\Test and E:\Secret.
        [AccessControl]
        DisallowedDirs=E:\Test|E:\Secret
      Result: The user is allowed to operate anywhere apart from E:\Test 
      and E:\Secret. 
    ! SC readurl: Did not support https. Fixed.
    ! Access Control: Inline Rename in List was forbidden when it should 
      be allowed. Fixed.
    ! Shortcuts for overlong targets could not be created correctly. The 
      shell simply does not support this. Fixed: Now they are simply not 
      attempted anymore.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1025 - 2011-06-14 11:48
    * Updated the help file.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1101 - 2011-06-18 19:58
    * Edit | Compare: Moved back to the byte-by-byte algorithm (after 
      shortly turning to SHA-1 in v9.90.1014 - 2011-06-02 14:36).
      Reason: The byte-by-byte algorithm has some valuable smartness in 
      checking the tail first, and the moving chunk by chunk through the 
      files. This is likely to save time in real digital life.
    * Catalog: Browse button (labeled "...") now adjusts to the "Action 
      on click" setting.
    * Various lists in the interface now adjust to the Vista/Win7 line 
      spacing, i.e. the lines are 2 pixels higher than in XP. This is 
      Vista/Win7 only. You can tweak it: WinVistaExtraLineSpacing.
    ! Progress Dialog: Different Transfer Rates were shown in interface 
      and reports. The latter weren't up-to-date. Fixed.
    ! List: Could not rename a file to its own DOS name. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1102 - 2011-06-21 11:57
  +++ Backup operations now can be backgrounded and queued. This is 
      accomplished by a new version of XYcopy.exe (XYcopy 2.0).
    + Tree: Added tweak to always select the parent of a deleted folder. 
        TreeSelectParentOfDeleted=1
      Without the tweak the next sibling is selected (if there is any, 
      otherwise the parent is selected).
      Factory default is ON. Also for upgraders it is set to ON.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1103 - 2011-06-22 12:59
    + List: The time before partial contents are shown has been raised 
      from 250 ms to 1000 ms (1 second).
      FYI, to completely prevent that partial contents are shown before 
      all items have been retrieved and sorted use this tweak from 
      v7.10.0030 - 2008-05-30 11:53:
        [Settings]
        NoDisplayBeforeSort=1
    * XYcopy 2.00.0006: Minor internal changes.
    ! Progress Dialog: Error when clicking X-close while operation in 
      progress. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1104 - 2011-06-22 20:42
    * Toolbar | Queue File Operations: Now when the queue is in Pause 
      state the button shows a pause overlay.
    * Backgrounded Backup: Now the XYplorer main interface (incl. Tree 
      and List) and the Background Jobs dialog are refreshed when the 
      operation is completed, not only after the progress dialog is 
      closed.
    * XYcopy 2.00.0009: Internal changes and fixes.
    ! Backgrounded Backup: Fixed a couple of glitches.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.1105 - 2011-06-24 14:08
  +++ Configuration | File Operations: Added "Custom Copy", a widely 
      configurable alternative copy method based on Kernel API.
      Custom Copy exceeds shell copy in lots of ways as you will 
      immediately notice when you open its configuration dialog.
      To use Custom Copy in place of the standard Windows shell copy 
      simply check the new option "Use Custom Copy for all copy 
      operations". Note that this includes operations like Copy To, 
      Paste (copy) from clipboard and drag and drop. Currently not 
      included is Rich Copy (might be added later).
      Custom Copy operations currently do not support Undo/Redo. This is 
      planned for a later version.
    * Configuration | File Operations: Reorganized the configuration of 
      Backup which now shares a common configuration dialog with the new 
      Custom Copy. FYI, in a later version this dialog will be 
      accessible directly from the Progress Dialog.
      As you will have already guessed, "Backup" and "Custom Copy" are 
      just labels for two independent configurations of one and the same 
      copy machine.
    > Tip: You can configure Custom Copy directly from the right-click 
      menu of the toolbar button "Queue File Operations".
    * XYcopy 2.00.0012: Internal changes and fixes.
    ! Backup Progress: Pressing Cancel in a unfortunate moment shortly 
      before a file was completely copied could lead to inconsistent 
      messages in the dialog. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
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.

Locked