Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 66431
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

v10.40.0002 - 2011-10-05 20:24
    + Custom Copy: Now wildcards are supported in the sources. This 
      means that all copy/move-related scripting commands that take 
      wildcards now support Custom Copy/Move. Before, they auto-switched 
      to Shell copy when they met wildcards in the sources.
      Examples:
        copyto "D:\Test", "D:\Temp\*.jpg";
        copyto "<curpath>", "<xydata>\*.ini|<xydata>\*.dat";
    + Scripting got a new command.
      Name:   moveas
      Action: Moves item(s) under a pattern-based name.
      Syntax: Analog to SC copyas.
    * SC copyas: Now the targetpath is silently auto-created if it does 
      not exist.
    + SC formatlist enhanced: Added format "f" for filter. The filters 
      themselves are passed in the fourth parameter and separated by the 
      separator defined in the second parameter. An item passes the 
      filters if it matches at least one of them.
      Syntax: formatlist(list, [format], [separator=|], [param])
        format:   Switches for the desired formatting. Can be freely 
                  combined in any order.
          f = filter
        param:    A list of filters, separated by separator (3rd 
                  argument). The filters support the usual pattern 
                  wildcards (*?#).
      Examples:
        text formatlist("ba|a|c", "f", , "a|b");  //a
        text formatlist("ba|a", "f", , "a*");     //a
        text formatlist("ba|a", "f", , "*a");     //ba|a
        //list all INI and TXT files in the current branch
          $files = folderreport("files", "r", , "r", , "|");
          $files = formatlist($files, "f", "|", "*.ini|*.txt");
          $files = replace($files, "|", <crlf>);
          text $files;
    * List | Date Column Format: Before, the first time format was hard-
      coded to hh:nn:ss. Now it is set to the system time format (often, 
      but not necessarily, also hh:nn:ss).
    * XYcopy: Updated to 2.00.0061.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Summary of the latest XYplorer Official Release.

Download: http://www.xyplorer.com/download.htm

Code: Select all

v10.40.0000 - 2011-10-04 12:00
    = NEW OFFICIAL RELEASE. Main changes since last release:
  +++ Wipe. A method to securely delete files beyond recovery.

admin
Site Admin
Posts: 66431
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

v10.30.0014 - 2011-10-04 10:35
    - Removed the AutoSizeColumnsLimit tweak (v9.90.0020). It was 
      functionally identical to the AutosizeColumnsMaxWidth tweak 
      (v10.10.0106).
    ! Wipe: Did not remove overlong empty folders after wiping the 
      contained files. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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: 66431
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

v10.30.0013 - 2011-09-30 11:33
    ! Wipe: Under certain conditions there were superfluous prompts 
      before deleting the empty folders after the contained files were 
      wiped. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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: 66431
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

v10.30.0012 - 2011-09-30 10:24
    + Toolbar: Added "Wipe" button. Well, it actually looks like an 
      eraser (there are no good icons for "wipe"). Credits and thanks 
      for the new icon go to http://simiographics.deviantart.com/.
    * File | File Special: Renamed "Delete (Wipe)" to "Wipe".
    * Updated the help file.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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: 66431
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

v10.30.0010 - 2011-09-28 20:23
    * Date Column Format: Before, three time formats (namely menu-
      position 3, 4, and 5) were user-configurable via tweaking. Now, 
      only two (3 and 4) remain tweakable whereas menu-position 5 is 
      hard-coded to ISO 8601 (hh:nn:ss).
      For example:
        [ListTimeFormats]
        Version=1
        ; Tweak: edit the following as you need
        3=hh:nn am/pm
        4=hh:nn AM/PM
    * Updated the help file.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0009 - 2011-09-27 20:51
  *** Background Jobs and Custom Copy: Before, queued background jobs 
      re-used the same instance of XYcopy, even if the Progress Dialog 
      of a completed job was still up and visible. The dialog was then 
      re-used for the next job up, and so on to the end of the queue, 
      and you were finally left with the open Progress Dialog of the 
      last job in the queue. All other Progress Dialogs including their 
      detailed reports were gone forever. Bad!
      From now on, the resulting Progress Dialogs of each job in the 
      queue stay open until you close them while the queue is worked 
      till its end as usual. So when you have say 5 jobs you will end up 
      with 5 open Progress Dialogs, waiting to be reviewed and finally 
      closed by you.
      Of course, the above changes only take effect with Custom 
      Copy/Move enabled and if "Show progress dialog" and "Keep progress 
      dialog open" are ticked.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0008 - 2011-09-27 15:50
    * Background Jobs: From now on, the ID of the background job is 
      shown in the related dialogs' title bar, e.g. "Custom Copy 
      (Background Job #3)". This makes it easier to identify the dialogs 
      when multiple jobs are running parallely or sequentially.
    ! Background Jobs: Apparently the logging of queued background jobs 
      could get confused under certain conditions. Fixed.
    ! SC report: Giving report() an item list caused it to ignore the 
      user-defined column formats. Fixed.
    ! Search Templates: Did not remember the Contents field. Fixed.
    * XYcopy: Updated to 2.00.0058.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0007 - 2011-09-26 14:25
    + Custom Copy Configuration: Added option "Skip verification on hard 
      disks". Check it to skip verification on hard disks, i.e. when both 
      sources and targets are located on hard disk drives (aka fixed 
      drives). Ticking it is recommended because copying between hard 
      disks is extremely error-safe anyway nowadays, so the verification 
      is not necessary and just increases wear.
      Note that portable external hard drives sometimes show up as fixed 
      instead of removable, i.e. as hard disks. They would be excluded 
      from verification as well if you tick the new option.
    + Full Screen Preview: Now you can trigger the next file using the 
      Space key (as alternative to Down and PageDown). Use Shift+Space 
      to trigger the previous file.
    ! Wipe: Did not work in all locales (date format issue). Fixed.
    ! Wipe: Attempt #2 to fix a Vista/Win7 issue where Wipe would only 
      work with an elevated instance of XYplorer.
    * XYcopy: Updated to 2.00.0056.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0006 - 2011-09-25 20:09
    * Wipe: No more success dialog. Just a status bar message.
    * Wipe: Reset file dates: Now for each file a random date between 
      01.01.2000 and today is used.
    ! Wipe: Attempt to fix a Vista/Win7 issue where Wipe would only work 
      with an elevated instance of XYplorer.
    * Custom Copy: "Remove read-only attribute" on target files from now 
      on is only applied if the source medium is optical. It's the only 
      situation where this settings makes sense anyway.
    * XYcopy: Updated to 2.00.0055.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0005 - 2011-09-21 21:23
    + Thumbnails: The Refresh commands found in the right-click menu of 
      the view related toolbar buttons now give you the choice between 
      speed and quality.
        - Refresh Selected Thumbnails (Faster)
        - Refresh Selected Thumbnails (Better)
      The new choice allows you to quickly check out the difference and 
      to make specific thumbs look better than the average.
      Note that "faster" is equivalent to the global setting "Super-fast 
      thumbnails". When using these Refresh commands the global setting 
      is temporarily ignored.
    * Wipe: Now there is always a confirmation prompt (regardless of the 
      setting of "With Confirmation"). It's just too radical to go 
      unprompted.
    > Wipe: Note that wiping (specifically overwriting a file with 
      zeros) should only be performed on HDs (hard disks), but not on 
      SSDs (solid state drives, e.g. flash drives) where the success of 
      overwriting the bytes with zeros cannot be assured due to the 
      logic of those devices, and where it in fact would only increase 
      wear.
    * XYcopy: "View Log File" now honors PFA (XYplorer's Portable File 
      Associations) and opens the log file with the portably associated 
      program. Before the Windows associated program was used.
    * XYcopy: Updated to 2.00.0054.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0004 - 2011-09-21 12:01
    + Wipe: Wiping files > 2GB is now supported.
    + Wipe: Wiping huge files takes a while (the "Overwrite file with 
      zeros" part, of course), so now you got a little progress in the 
      status bar, and a chance to ESC the operation.
      Since the operation is in the foreground thread you should wait 
      until it is finished. On my system a 6.5 GB file took 55 seconds 
      to be completely wiped.
    ! Custom Move Progress Dialog: Showed "Copying" and "Bytes copied". 
      Fixed. Now it's "Moving" and "Bytes moved"
    * XYcopy 2.00.0053: Internal changes and fixes.
    + New variable <get drives [type] [separator=|]>. Returns a list of 
      drives.
      The "type" parameter corresponds to the Windows drive types 
      enumeration:
        DRIVE_UNKNOWN       = 0
        DRIVE_NO_ROOT_DIR   = 1
        DRIVE_REMOVABLE     = 2
        DRIVE_FIXED         = 3
        DRIVE_REMOTE        = 4
        DRIVE_CDROM         = 5
        DRIVE_RAMDISK       = 6
      If you omit the "type" parameter then all existing drives are 
      returned.
      Examples:
        text <get drives>; //A:\|C:\|D:\|E:\|F:\|H:\|T:\|X:\|Y:\|Z:\
        text <get drives 0>;  //
        text <get drives 1>;  //Z:\
        text <get drives 2>;  //A:\
        text <get drives 3>;  //C:\|D:\|E:\|F:\|T:\
        text <get drives 4>;  //X:\|Y:\
        text <get drives 5>;  //H:\
        text <get drives 6>;  //
      As always, SC get supports the same argument:
        echo get("drives", 4 , ",");  //X:\,Y:\
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0002 - 2011-09-20 20:37
  +++ Added Wipe, a method to delete files beyond recovery (at least by 
      conventional software-based forensic tools). This sort of deletion 
      is also known as Shred, Erase, Secure Delete, Nuke, etc.
      XYplorer's Wipe doesn't perform paranoid stuff like multiple passes 
      or random patterns, because instead of increasing security this is 
      just stressing your hardware. The following steps should be enough 
      to destroy a file permanently:
        1. Reset file attributes.
        2. Overwrite file with zeros (single pass).
        3. Set file size to zero.
        4. Rename file.
        5. Reset file dates.
        6. Delete file.
      You can trigger Wipe in three ways:
      - First, there is a normal menu command: File | File Special | 
        Delete (Wipe).
      - Second, there is the Nuke toolbar button which has configurable 
        properties in its right-click menu. Tick "Wiping Beyond 
        Recovery" to make the Nuke button a very dangerous tool.
      - Third, there is a Miscellaneous command Nuke (#1054) which can 
        be assigned a keyboard shortcut and acts the same as if the Nuke 
        toolbar button is pressed.
      Notes:  
      - Wipe supports overlong filenames (> 260 chars).
      - Wipe does NOT support files > 2GB.
      - You can also wipe whole folders. All files found within are 
        individually wiped. Then the folders are removed.
      - Toolbar | Nuke: When "Wiping Beyond Recovery" is ON, then "To 
        Recycler" is automatically disabled. Obviously the two cannot 
        coexist.
      - Take care: There is no undo for wipe. :)
      - For some background info see 
        http://www.springerlink.com/content/408263ql11460147/
    ! Custom Copy: Drag-dropping stuff from 7Zip did not work with the 
      progress dialog shown (because the temporary files are deleted too 
      early then). A fix doesn't seem possible so I added a work-around: 
      No Custom Copy (but Shell copy instead) when drag-dropping items 
      from 7Zip archives.
      Notes:
      - Background processing will also screw drops from 7Zip but this 
        is handled anyway -- unless you enabled the tweak 
        BJAllowDropFromOutside.
      - WinZip, RAR, or IZArc have no such problems but cannot be 
        distinguished from 7Zip programmatically, so this 7Zip-caused 
        work-around affects all of them.
      - Personal note from developer: 7Zip caused me a lot of sweat in 
        the recent years because it just not behaves right and I always 
        have to write circles around it. I wished people would stop 
        using it.
    * XYcopy 2.00.0052: Internal changes and fixes.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
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

v10.30.0001 - 2011-09-19 20:22
    + Tweak: Turn off safety check on move up (see v9.60.0002).
        NoCheckMoveUp=1
    ! Search Results: Subpaths beginning with % or $ (or some other 
      lower ASCII chars) were sorted before their parent path when 
      "Configuration | Find Files | Show relative path in search 
      results" was ticked. Fixed.
    % List: Browsing folders with lots of specific icons got snappier.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Flat 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: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Summary of the latest XYplorer Official Release.

Download: http://www.xyplorer.com/download.htm

Code: Select all

v10.30.0000 - 2011-09-19 12:00
    = NEW OFFICIAL RELEASE. Main changes since last release:
  +++ Custom Move. Added Custom Move, Custom Copy's sister, a fully 
      configurable, queueable, verifiable, and backgroundable move 
      operation.
  +++ Undo. Now Custom Copy and Custom Move support multi-level 
      Undo/Redo.
  +++ Single Click Open. Now you can optionally open list items by a 
      left button single click on their icon.
  +++ Attribute Stamping. The new scripting command AttrStamp allows for 
      automated changing of file attributes. (Pro Edition Only)
  +++ Thumbnails. Added configurable multi-line captions (up to eight 
      lines), so also longer filenames can be fully displayed in 
      Thumbnails and Large Icons views.
  +++ Auto-Rotate. Now Image Preview and Thumbnails support auto-rotate 
      for JPEGs and TIFFs.

Locked