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

v16.50.0203 - 2016-04-06 16:56
    + Scripting got a new command.
      Name: SortByList
      Action: Apply a custom sort order to the current list.
      Syntax: sortbylist list, [separator=CRLF]
        list:       list of items (with or without path, case-insensitive)
        separator:  [optional] Separates the items in the passed list.
                    Defaults to CRLF (line feed).
      Remarks:
      - You can pass the complete list but you don't have to. Just pass the 
        items you want to have on top, in the desired order.
      - The items are moved to the top one by one as if mouse-dragged via manual 
        sorting, so everything between the old and the new postion is moved one 
        step down.
      Examples:
      - Move one file to the top:
        sortbylist "test.jpg";
      - Move two files to the top:
        sortbylist "test.jpg|thumbs.db", "|";
      - Move all filenames in the clipboard (be it as text (Ctrl+P) or as items 
        (Ctrl+C)) to the top:
        sortbylist <clp>;
      - Move the currently selected items to the top:
        sortbylist <get selecteditemsnames>;
    ! SC FormatList: Quotes in the list argument were not handled as expected. 
      Fixed. Any quotes within the list argument are now seen as normal 
      characters. They have no special "quoting function".
    ! SC ReplaceList: Replacing did not work when the searchlist was just 1 
      letter and the replacelist was empty. Fixed. Example:
        text replacelist("abc", "a", ""); //"bc" (was "abc" before the 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: 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

v16.50.0202 - 2016-04-06 10:41
    ! SC getsectionlist: The function suffered from a limit in the archaic
      GetPrivateProfileSection API ("The maximum profile section size is 32,767 
      characters"). Fixed. Wrote my own function. No limits.
      FYI, you could reach such a limit e.g. when performing Search in List on a 
      set of search results, and having that search stored in the INI file.
    ! View | Suspend Auto-Refresh: Would not work under certain conditions. 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: 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

v16.50.0201 - 2016-04-05 20:40
    * PDF Help: Changed page size from letter (8.5 x 11 in = 215.9 x 279.4 mm) 
      to Din A4 (210 x 297 mm).
    * Time Stamping: The date edit box on the Properties tab auto-disappeared on 
      an auto-refresh event. Not anymore.
    % Branch View: Improved the small icon.
    ! File | File Special | Swap Names: Generated a success status message even 
      if the operation failed (say, the items were UAC protected). Fixed.
    ! Find Files | Contents: In v14.30.0302 - 2014-08-11 21:12 the logic had 
      been changed so that also unknown text file types are searched when 
      content type is set to "Text".
      However, also know Image files (and other file categories) would be 
      included here, which of course should not be the case. Fixed.
    ! Scripting | Foreach: Foreach aborted unexpectedly after handling a token 
      containing an odd number of quotes. Fixed.
      FYI, any quotes within the ListOfTokens in a Foreach statement are seen as 
      normal characters. They have no special "quoting function". This was not 
      100% implemented before the fix.
    ! Tweak FolderThumbsShell did not work anymore for most folders since 
      probably 20151029. Fixed.
    ! Shell-made folder thumbnails still showed a black background where 
      they should be transparent. Fixed.
    ! Image dimensions: Certain JPEGs were not correctly parsed. Fixed.
    ! SC Tab: Visual Filters, Quick Searches, and Quick Search switches didn't 
      work anymore. Fixed. Now you can do things like this again:
        Tab("new", "%computer%?tags:*");
        Tab("new", "%desktop%|x*");
    ! Hide protected operating system files: Was not honored by Address Bar and 
      Breadcrumb Bar dropdowns, and in Tree Node Crumbs.
    ! Time Stamping: The combination of "PM" with 12 hours in the time part 
      resulted in a date 12 hours too late. E.g.:
        timestamp , "3/23/2016 12:24:33 PM";
      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: 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.php

Code: Select all

v16.50.0200 - 2016-03-18 20:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.

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

v16.50.0101 - 2016-03-18 10:05
    ! Links: Program links did not handle arguments defined within the shortcut. 
      Fixed.
    ! Links: More glitches fixed.
    ! Toolbar | This PC: The bottom items of the dropdown menu (Network and 
      Recycle Bin) were out of sync. 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: 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

v16.50.0100 - 2016-03-17 20:00
    = MAINTENANCE RELEASE.
  +++ Updated the help file.    
  +++ Minor bug fixes and enhancements.    

v16.50.0002 - 2016-03-17 18:44 - unpublished
    % Image Preview: TIF/TIFF preview improved in quality and speed.
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: 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

v16.50.0001 - 2016-03-17 12:38
    * Updated the help file.
    ! Links: In Mini Tree the collapsed Links folder lacked the expansion icon 
      on startup. Fixed.
    ! Links: The Breadcrumb did not offer the Links popup if Links had no 
      subfolder (and it usually does not have one).
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: 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.php

Code: Select all

v16.50.0000 - 2016-03-16 20:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Downloads and Links. Now the virtual folders "Downloads" and "Links" are 
      shown in the folder tree.

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

v16.40.0007 - 2016-03-16 15:25
    * Freeze Info and Preview: Now a frozen preview is marked "Frozen" in the 
      Floating Preview.
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: 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

v16.40.0006 - 2016-03-15 15:43
    + Links: Now right-clicking the expansion icon works as expected, so you can 
      now use the Links even with the collapsed Links folder.
    + Links: Now you can also jump to / open the links via the Breadcrumb Bar.
    + Tweak to enable the autocomplete dropdown match list in Address Bar also 
      for UNC paths (by default they are exlcuded from this service because it 
      takes too long on unavailable network locations):
        AutoCompleteOnUNC=1
    * Miscellaneous | Tree | Optimize Tree (Shift+Numpad Divide): Now the Links 
      folder is spared by this command.
      The Links folder is also spared by the AutoOptimizeTreeRadical tweak, i.e. 
      it will not auto-collapse under any condition.
    ! Configuration | Mouse Down Blow Up | On right mouse down: If enabled then 
      right-clicking a non-focused item in the List that did NOT pop a blow up 
      would pop the shell context menu of the focused item instead. Confusing! 
      This will not happen anymore. Instead nothing will happen.
    ! Links: More glitches 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: 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

v16.40.0005 - 2016-03-14 20:31
    + Links: Now links to executables (bat;cmd;com;exe;scr) will run the linked 
      executable on click.
      You can as well can drop files onto those links to open them with the 
      linked executable.
    + Links: Now it works fine with Locked Tree. Smooth treeless browsing.
    * Links: Removed "Recent Places" from the list. It only makes sense when 
      there is a "Recent Places" special folder. We don't have one yet.
    ! Preview: Could still get confused with a certain combination of preview 
      format exclusions and inclusions. Fixed.
    ! Links: More glitches 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: 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

v16.40.0004 - 2016-03-13 21:17
    * Links: Now the expansion state of the Links folder is remembered between 
      sessions. Independently of Maxi or Mini Tree.
    ! Links: More glitches 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: 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

v16.40.0003 - 2016-03-13 15:47
    + Configuration | Tree and List | Items in Tree and List: Added option "Show 
      Links folder". Tick it to show the special folder "Links" in the folder 
      tree.
      Note: This folder is available only from Vista onwards.
    ! Links: Various glitches fixed.
    ! Preview Pane: Display glitch (preview only partly visible) on first show 
      on custom DPI settings. Fixed.
    ! Preview: Could get confused with a certain combination of preview format 
      exclusions and inclusions. 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: 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

v16.40.0002 - 2016-03-12 12:56
  +++ Tree: Experimentally added a "Links" folder to the top of the tree. It's 
      functionally quite similar to the "Favorites" folder in Explorer and shows 
      the same items: all and only LNK files located in %userprofile%\Links 
      (any other things in this location are ignored).
      Like in Explorer the "Links" folder can feature LNKs to folders and also 
      LNKs to files:
      - On clicking a folder LNK you jump to that folder in the Tree.
      - On clicking a file LNK you jump the file's folder in the Tree, and then 
        to the file in the list (Explorer is different here: it will open the 
        file).
      More properties:
      - You can drop items on folder LNKs (but not on file LNKs).
      - You can drop items on the "Links" folder itself to add them as folder 
        LNK or file LNK.
      - These LNKs are not stored in the Mini Tree. So you either see all 
        ("Links" expanded) or none ("Links" collapsed). Mini Tree always starts 
        with the node collapsed. Might be changed later.
      Other Remarks:
      - Other than in Explorer, the "Links" folder is positioned below the "This 
        PC" node, not above it.
      - In Explorer you can manually sort the items. This is currently not 
        supported in XY.
      - There is no GUI toggle yet; the Links folder is currently always shown 
        in Maxi Tree. In Mini Tree you add by going to "Links" (might not work 
        in non-English Windows).
  +++ Tree: Now the special folder "Downloads" can be shown in the Tree right 
      under "This PC", just like "Desktop", "Documents", and "<User>".
    + Configuration | Tree and List | Items in Tree and List: Added option "Show 
      Documents folder". Tick it to show the special folder "Downloads" in the 
      folder tree.
      Note: This folder is available only from Vista onwards.
    - Favorites | Special System Folders: Removed item "INetCache" (#571). 
      Remnant of long gone days.
    - Favorites | Special System Folders: Removed item "Network Shortcuts" 
      (#572). Also pretty useless.
    - Favorites | Special System Folders: Removed item "Favoriten (All Users)" 
      (#562). Returned the same path as Favorites | Special System Folders | 
      Favoriten (#555), so it was useless (Win8.1, and probably later).
    * MLS: Internally updated to version 8.73.
      > TRANSLATORS: Please wait until Reference_8.73.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
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: 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

v16.40.0001 - 2016-03-09 21:35
    * MLS: Some controls in various places have been widened a bit to make space 
      for Russian and maybe other languages.
    ! Tiles Views: With file dates shown as age, the age shown in the tiles data 
      could get out of sync with reality after a list refresh. Fixed.
    ! Custom Copy: When the process errored out for whatever reason then 
      "Preserve Item Dates" did not preserve all dates of all created target 
      folders. Fixed.
    * XYcopy: Updated to 2.10.0079.
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