BETA version (with detailed history information)

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0113 - 2015-03-18 13:59
    + Custom Copy/Move, Backup: Now you can customize what should happen in the case 
      of "There might be not enough space on the target drive". This unclear 
      situation can emerge when overwriting on name collision is possible but 
      not predictable.
        Values:
          -1 = Ask
           0 = Continue (factory default, and hard-coded previously)
           1 = Cancel
      It's currently implemented as tweaks.
      Example for Backup:
        BackupOnScarceSpace=1
      Example for Custom Copy/Move:
        OnScarceSpace=-1
      Note that on "Continue" the remaining free space is checked before every 
      single file operation.
    * XYcopy: Updated to 2.10.0070.
    + List: Now when the List is blocked (e.g. "Location currently not available.") 
      you can pop the Favorite Folders menu by right-clicking the list anywhere.
    * Favorite Folders, Favorite Files: Now the icons can be relative to <xyicons>.
    * Scripting: In popup menus from multi-scripts the icons can now be relative 
      to <xyicons>. For backward compatibility, first <xyicons> is searched for a 
      matching icon file, if nothing is found there then <xydata> is searched.
    ! History: Could end up in the wrong current position under certain 
      conditions. Fixed.
    ! Since v15.00.0104 - 2015-03-14 17:02 going to UNC paths via Address Bar 
      (and similar) did not work anymore. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0114 - 2015-03-18 21:33
    * SC timestamp: Now the type and source_type arguments are case-insensitive.
    ! Scripting: Running a script with <prop ...> variables could lead to a 
      crash with error "Out of string space" under certain conditions. 
      Fixed.
    ! History: Could get confused when switching back to a Quick Search tab. 
      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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0115 - 2015-03-18 22:24
    ! Custom Copy/Move, Backup: Fixed a logic flaw in the free space calculation 
      (did not abort a job right away when it was bigger than the *total* bytes 
      of the target volume; instead just checked the free bytes -- okay, they 
      are same or smaller, of course, but there were false hopes on regaining 
      space through overwriting which is impossible when the total bytes are not 
      enough).
    * XYcopy: Updated to 2.10.0071.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0116 - 2015-03-19 20:54
    * Variable get: Analog to SC get the arguments can now be single-quoted:
        echo <get genericfiletype '{:Image}'>;
      Also the first argument may now be double or single quoted:
        echo  <get "genericfiletype" '{:Image}'>;
    * Variable prop: Analog to SC property the first argument may now be double 
      or single quoted:
        text <prop "System.Volume.IsRoot">;
        text <prop 'System.Volume.IsRoot'>;
    > Configuration | Startup & Exit | Expand in tree: FYI, this setting only 
      affects Maxi Tree, not Mini Tree.
    + Find Files, Quick Search: Added a switch to enable/disable extended pattern 
      matching.
      E.g., match all files not containing any of a particular list of 
      characters:
        *[!a-zA-Z0-9 ._()&-]* /matching=e
      E.g., match all files containing the character "#":
        # /matching=n
      The switch overwrites the global setting of "Configuration | Find Files & 
      Branch View | Find Files | Enable extended pattern matching".      
    ! Configuration | Startup & Exit | Permanent startup path: When XYplorer was 
      closed with a search or Branch View then on next startup it did not open 
      the permanent startup path (in Browse mode), but the search or Branch 
      View. Fixed.
    ! History: Could still get confused when switching back to a Quick Search 
      tab when "Configuration | Find Files & Branch View | Find Files | 
      Synchronize tree with search location" was OFF. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0117 - 2015-03-20 09:12
    ! Icons not drawn at certain custom DPI settings on some systems under 
      unclear conditions. Attempted fix.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0118 - 2015-03-20 16:16
    * Tweak ListFullNameSelect now also extends the sensitive area to the whole 
      height of the row. This makes a difference in view Details with Thumbnails.
    ! Icons not drawn at certain custom DPI settings under Vista under unclear 
      conditions. Attempted fix.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0119 - 2015-03-21 09:54
    * File | Open Selected Item(s): Experimentally changed the behavior of this 
      core function, i.e. what happens on pressing ENTER on selected list items.
      Before, if more than one item was selected then the items were opened one 
      after the other with each item's associated application (be it XY- or 
      OS-associated), even if all items were opened by the same application.
      Now all items are opened in one call if they are of the same type and 
      hence share the same associated application.
      The new behavior is analog to the selecting the bold default item (if 
      there is one) in the "File | Open with..." popup menu.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0120 - 2015-03-21 14:03
    ! Icons: The recent fix had an undesired side effect with larger icons 
      sizes. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0121 - 2015-03-21 20:21
    * Custom Copy/Move, Backup: The on-scarce-space settings now factory-default 
      to "Ask":
       BackupOnScarceSpace=-1
       OnScarceSpace=-1
    ! File | Open Selected Item(s): The recent implementation had a logic flaw 
      at one point. Fixed.
    ! History: Could still get adjacent duplicates in yet another way. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0122 - 2015-03-22 20:58
    + Added tweak to revert the changes regarding "Open Selected Item(s)" 
      added in v15.00.0119 - 2015-03-21 09:54. If you prefer the old way (open 
      files of same type in multiple instances) set the new tweak like this:
        OpenAllSelectedInMultipleInstances=1
    * MLS: Internally updated to version 8.59.
      > TRANSLATORS: Please wait until Reference_8.59.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
    ! Windows 10: Builds versioned "10.*" were not correctly labeled in Help | 
      Various Information. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0201 - 2015-03-24 16:31
    + Help | Various Information: Hold CTRL+SHIFT when clicking the menu item 
      and you get detailed information about the application load times.
    * Open Selected Item(s): Now when the target of a LNK file does not exist, 
      the LNK file itself is passed on to the application associated with LNK 
      files. Before, you just got an error message.
    ! History: Could still get adjacent duplicates in yet another way. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0202 - 2015-03-24 19:05
    * Help | Various Information: Revised the Load Times info.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0203 - 2015-03-25 11:08
    * Help | Various Information: Revised the Load Times info.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0205 - 2015-03-25 16:21
    * Help | Various Information: Revised the Load Times info.
      Tip: To show Load Times hold CTRL+SHIFT when clicking the menu item.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v15.00.0206 - 2015-03-26 11:19
  %%% Tree: Radically improved startup speed on huge maxi and mini trees.
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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

Locked