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

v19.00.0213 - 2018-07-04 14:26
    + Configuration | Preview | Mouse Down Blow Up: Added option "Allow dragging 
      items by the thumbnail". Tick it to enable dragging items by the 
      thumbnail. The price you pay for this is a 150 msec delay before you get 
      the blow up (in case you don't drag). XYplorer uses this time to decide 
      whether you intend a drag or a blow up.
      Note that if unticked you can still drag a file in thumbnails view by 
      grabbing it by the caption.
      This lifts the MDBUAllowDragByThumb tweak to the UI.
    * Configuration | Preview | Mouse Down Blow Up: Renamed "On file icons as 
      well" to "Enable blow ups on file icons as well". Had the space and the 
      time.
    * 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 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

v19.00.0212 - 2018-07-03 13:47
    + SC inputselect enhanced: Now you can have it return all items in their 
      current order. Of course, this is only useful when combined with style 16, 
      otherwise the order is always the one from the original listdata.
      Syntax: inputselect(header, listdata, [separator="|"], [style=1], _
                  [cancel], [width=800], [height=400], [windowcaption], [preselect])
        style: 
           16 = Allow user to re-order items with drag & drop. Also Ctrl+Up/Down can be used.
          512 = Return all items in their current order.
      Example:
        text inputselect("Test", "a|b|c|d", 3:=512+16);
    ! Fixed a number of various little glitches and optimized some network 
      related speed issues.
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

v19.00.0211 - 2018-07-02 16:27
    ! Live Filter Box: Box was cleared on drag-dropping a file from a 
      live-filtered list to the other pane. Fixed.
    ! Tweak PFADefaultOpenFolders: Issue with folders on PDs. 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

v19.00.0210 - 2018-07-01 15:52
    ! List: Secondary sorting glitch with Ext column since v19.00.0208. Fixed.
    ! Preview: Fixed some anomalities with certain preview handlers and added 
      some more debug 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: 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

v19.00.0209 - 2018-06-30 17:59
    > Just added some debug info to the shell 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

v19.00.0208 - 2018-06-30 13:48
    * List: Now the Ext column shows the extension in the original case. Before, 
      it was shown in lower case.
      If you still want the old behavior there is a new tweak:
        ListColumnExtLowerCase=1
    * SC getpathcomponent(), gpc(): Now component "ext" returns the extension in 
      the original case. Before, it was returned in lower case.
        echo  getpathcomponent(, "ext");
    * SC get(): Now get("curitem", "ext") returns the extension in the original 
      case. Before, it was returned in lower case.
        echo get("curitem", "ext");
    * Tree: Before, when drag-drop-moving a folder to a new parent that parent 
      was expanded afterwards to show the new child. This does not happen 
      anymore. Too smart, too annoying.
      If you still want the old behavior there is a new tweak:
        TreeExpandTargetFolder=1
    * Portable Devices: In Windows Server editions before 2016 portable devices 
      had not been supported by factory default. In such environments XYplorer 
      would greet you with error 429 on startup. Well, not anymore.
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

v19.00.0207 - 2018-06-28 15:40
    + Toolbar: Now the button push effect (image is shifted 1 pixel down and 
      right on push) is optional. You can toggle it in Tools | Customize Toolbar 
      | Options | Button Push Effect.
      Before, the button push effect was hard-coded to ON. Now the new factory 
      default is OFF. Going with the times...
    + Tools | Customize List | Ignore Articles When Sorting: Now the setting is 
      also applied to Custom Columns. So now you can use it to sort your audio 
      files by artist name, song title, album title etc., ignoring all those 
      "the" and "a".
    + Configuration | General | Sort and Rename | Sort | Natural numeric sort 
      order: Now the setting is also applied to Extra Columns (it had been 
      already applied to Custom Columns).
    ! HTML Preview: App got auto-foregrounded (some "smartness" by the dumb
      WebBrowser control) when the previewed HTML file was changed by another 
      process. Fixed. Now the preview ignores changes by other processes if the 
      app is in the background.
    > Portable Devices: Seems like Windows Server OSs do not automatically 
      support the MTP protocol needed to talk to portable devices. Added some 
      debug info to the error message you will see when starting up on those OSs.
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: https://www.xyplorer.com/download.php

Code: Select all

v19.00.0200 - 2018-06-26 14:00
    = MAINTENANCE RELEASE.
  +++ Portable Devices. Microsoft had broken XYplorer's portable devices support 
      with Windows 10 version 1703 (Creators Update), and you could not see or 
      manage files on your phone, tablet, or camera anymore.
      XYplorer v19.00.0200 now successfully works around this bug and restores 
      full portable devices support for all versions of Windows 10.
  +++ 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

v19.00.0119 - 2018-06-26 10:45
    * Mouse Down Blow Up and Thumbnails: From now on you cannot left- or 
      right-drag a file by the thumbnail anymore when Mouse Down Blow Up is 
      enabled. Advantage: The blow-up is click-instant now. No need anymore to 
      hold down the mouse for 150 msecs.
      FYI, to drag the file in thumbnails view you can drag it by the caption.
      If you still want the previous behavior you can use this new tweak:
        MDBUAllowDragByThumb=1
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

v19.00.0118 - 2018-06-25 22:37
    ! Toolbar: Under certain conditions the icon of a droppable button changed 
      on drop to the icon of last pressed button that popped a dialog. Fix #2.
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

v19.00.0117 - 2018-06-24 13:56
    * List | Column Headers: Text color slightly lighter and bluer (as in Win 10 
      File Explorer default theme) if it's a black on white theme.
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

v19.00.0116 - 2018-06-22 21:29
    * Size Column Format | Bars: Experimentally the background of all non-empty 
      bars is now drawn in a light-blue. Reason: I found the previous way a bit 
      misleading sometimes. And ugly.
    * Help | Various Information: Improved the Windows version information #2.
    ! Portable Devices: "Paste" commands were greyed out in the Edit menu when 
      they should be available. 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

v19.00.0114 - 2018-06-22 12:48
    * Help | Various Information: Improved the Windows version information.
    * File | Exit without Saving: Ever since we have an Action Log the log file is 
      invariably saved on exit, even on "Exit without Saving". Reason: The Action 
      Log should be in sync with the actions performed on the file system.
      But now I think "without Saving" is "without Saving". So nothing is saved 
      anymore on "Exit without Saving".
    ! Portable Devices: On Windows 10 then auto-refresh on plug in/out did not 
      work. Fixed.
    ! Portable Devices: Fixed a couple of glitches.
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

v19.00.0110 - 2018-06-21 18:04
    + Scripting got a new command.
      Name: PopupContextMenu
      Action: Pops the shell context menu for an arbitrary item.
      Syntax: popupcontextmenu [item], [bitness]
        item: File or folder to pop the shell context menu for.
              Defaults to the currently focused list item.
        bitness:
            0: [default] bitness according to user settings
            32: force 32-bit menu
            64: force 64-bit menu
      Remarks:
        - The menu is popped at the mouse cursor.
      Examples:
        popupcontextmenu;
        popupcontextmenu "C:\Users\Donald\Desktop\Desk\Preview.bas";
        popupcontextmenu <xy>;
        popupcontextmenu <xy>, 64;
      Items on portable devices are supported:
        popupcontextmenu "Moto G (4)\SD-Karte von SanDisk\Test\Sub\IMG_0060.JPG";
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

v19.00.0109 - 2018-06-21 16:02
    ! Configuration | Tabs and Panes | Tabs | Tab captions: On "Folder only" the 
      captions showed the left-most path component instead of the right-most 
      path component in the case of Portable Devices. Fixed.
    ! Portable Devices: Support broken under Windows 10 version 1703. Fix #5.
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