BETA version (with detailed history information)

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

v24.20.0504 - 2023-03-26 11:03
    + Configuration | General | Menus, Mouse, Usability | Mouse: Added option "Allow 
      dragging from a background window". Tick it to allow dragging items from the file list 
      without moving the XYplorer window to the foreground on mousedown. You would usually 
      want this behavior when dragging items to another, foreground, application.
      Notes:
      - You may see a short flicker in the titlebar of the foreground window.
      - The setting is ignored if "Configuration | General | Safety Belts, Network | Safety 
        Belts | Disallow left-dragging from file list" is ticked.
      - Since this is the standard behavior in File Explorer, the factory default is ON. 
        Upgraders, however, have to actively enable the feature.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0505 - 2023-03-26 20:32
    * Regular Expressions: Auto-switch to fixed width font now only if marker > is in 
      first position.
    ! Regular Expressions: The Quick Search (F3) dialog was still lacking the auto-switch 
      to fixed width font. Fixed.
    ! Higher Res: Message box sometimes wrapped lines when they should not. Fixed.
    ! Higher Res: Message box icons misaligned vertically at resolutions > 100% and < 
      150%. Fixed.
    ! Since v24.20.0504 apps opened by double-click ended up in the background (on mouseup 
      XY came to the foreground). Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0506 - 2023-03-27 13:08
    + SC font: Now you'll see live changes of the Regular Expression font size in the Name 
      box of Info Panel | Find Files | Name & Location, if it shows a Regular Expression:
        font("r", , "-0.25"); //call repeatedly, only valid sizes take effect
      BTW, font() supports "r" for a while but this was still missing in the Help.
    + SC font enhanced: Now you can pass simply "+" or "-" as size parameter, and the next 
      valid font size is automatically set, and it's shown in the status bar.
      Examples:
        font("r", , "+"); //increase RegExp font size
        font("r", , "-"); //decrease RegExp font size
        font(";;+"); //increase main font size, alternate syntax
        font(";;-"); //decrease main font size, alternate syntax
      Notes:
        - The algorithm steps by 0.25 until it hits a valid value.
        - Does not work well for multiple areas (eg "mcer") at once since what is a valid 
          size depends on the font.
    ! SC font: Did not process fractional values correctly, they were internally converted 
      to the nearest integer. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0507 - 2023-03-27 19:47
    ! Various minor fixes.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0508 - 2023-03-29 12:20
    ! Tree and List | Inline Rename Box: A new name is either accepted with ENTER or 
      rejected with ESC. Both actions close the box. But what happens when the box is 
      closed implicitly, e.g. by moving the focus to another control? The result was quite 
      erratic, depending on where you clicked, without any meaningful pattern. Fixed: Now 
      (and File Explorer works the same) an implicit close always results in accepting the 
      new name as if you pressed ENTER.
    ! Configuration | General | Custom Event Actions | Middle-click on folder: Action 
      "Open in new background tab" was not handled correctly in Tree. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0509 - 2023-03-29 18:52
    ! List | Inline Rename Box: An empty box would stay open in a fixed place when the 
      list was scrolled. Fixed. Now it auto-closes and no renaming is committed.
    ! Scripting | Foreach Loop: Parameter MsgOnEmpty has not worked as planned since 
      20220816. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0510 - 2023-03-30 15:15
    + Scripting got a new command.
      Name:   Thumbs64
      Action: Lets you manage the file types for which thumbnails are generated in a 
              64-bit process, i.e. file types that relie a 64-bit thumbnail provider.
      Syntax: thumbs64
      Example:
        thumbs64;
      Remarks:
        - Opens a dialog called "64-bit Thumbnail File Extensions" in the style of a List 
          Management dialog, where you can add, remove, edit, and sort the file extensions.
        - The file extensions should be entered in "*.xxx" format. You can also do "xxx" 
          but then you'll get no icon.
        - If the list is completely cleared it will load the factory default on next 
          startup, which currently looks like this:
          afphoto.afdesign.afpub.c4d.epub.layout.mobi.skp.sldasm.slddrw.sldprt.xar.3mf.fbx.ai.eps.svg
        - This lifts Thumbs64Ext from tweak to semi-tweak.
    * Semi-Tweak Thumbs64Ext: The following from v24.10.0004 - 2023-02-20 12:25 is NOT 
      necessary anymore:
        Additionally tick at least one of these:
        - Configuration | Other | Shell Integration | 64-bit Windows | Use 64-bit preview handlers for preview
        - Configuration | Other | Shell Integration | 64-bit Windows | Fall back to preview handlers of the other bitness
      So, 64-bit thumbnails are now created independently of these settings (which 
      obviously should always have been the case since these settings refer to preview, 
      not thumbnails).
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0511 - 2023-03-31 13:09
    + Scripting got a new command.
      Name: ext_FolderThumbs
      Action: Lets you manage the additional file types which can be used for folder 
              thumbnails.
      Syntax: ext_folderthumbs
      Example:
        ext_folderthumbs;
      Remarks:
        - Opens a dialog called "Folder Thumbnails - File Extensions". See ext_Thumbs64 
          for some more details.
        - The list here forms the last priority class (class 6) for folder thumbnails (see 
          Help under "Show folder thumbnails"):
        - Factory default: pdf
    * SC Thumbs64: Renamed it to ext_Thumbs64.
    ! Video Preview: Changed some things with the Quartz process (aka ActiveMovie).
    ! Hover Box: EMF/WMF handling was poor. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0513 - 2023-04-01 11:04
    + Added tweak to define a sound to be played after the completion of each foreground 
      job if the job was at least of a configurable duration.
        FJSoundJobDone=<full or relative path to a WAV file>
        FJSoundJobDuration=<number of seconds>
      FJSoundJobDuration defines the number of seconds a job has to take at least in order 
      to trigger the sound defined in FJSoundJobDone. For example:
        FJSoundJobDone="Blurp.wav"
        FJSoundJobDuration=66
      Now each background file operation that takes at least 66 seconds 
      would trigger playing "<xydata>\Blurp.wav" on completion.
      Notes:
      - The sound is played right after the completion a file operation and before the 
        interface (tree, list) is refreshed to reflect the new realities.
      - It is not played if the file operation has been completely canceled, or if it is 
        only a sync preview.
      - Set FJSoundJobDuration=0 to always play the sound regardless of the duration of 
        the file operation.
      - Sounds for completed *background* operations were already added in v9.50.0112 - 
        2010-09-30 12:03, but there is one little difference: The default path for the 
        foreground sounds is <xydata>, whereas the default path for the background sounds is 
        <xypath> which was a stupid decision (because this is usually an UAC-protected path) 
        but it's too late to correct it now.
    ! Allow dragging from a background window: The v24.20.0505 fix concerning 
      dbl-click-opened apps destroyed an important part of the feature's functionality, 
      namely to bring XY up to the foreground on mouseup when *no* dragging happened. 
      Fixed better.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0514 - 2023-04-01 19:00
    + Scripting got a new function.
      Name:   ExtList
      Action: Lets you customize certain extension lists.
      Syntax: extlist(type, [extensionlist])
        type: Which extension list to customize.
          thumbs64: File types for which thumbnails are generated in a 64-bit process, 
                    i.e. file types that relie a 64-bit thumbnail provider.
          folderthumbs: File types that can be used for folder thumbnails.
        extensionlist: List of extensions, dot-separated.
          ?: Just return the old extension list.
          missing: Open list management dialog to customize the list in a GUI.
        return: Old extension list.
      Examples:
        extlist("thumbs64"); //open "64-bit Thumbnails - File Extensions" dialog
        echo extlist("thumbs64", "?");  //show current 64-bit Thumbnails File Extensions
        extlist("thumbs64", "ai.eps.svg");  //set 64-bit Thumbnails to these extensions
        extlist("folderthumbs"); //open "Folder Thumbnails - File Extensions" dialog
        echo extlist("folderthumbs", "?");  //show current Folder Thumbnails File Extensions
        extlist("folderthumbs", "ai.eps.svg");  //set Folder Thumbnails to these extensions
    - SC ext_FolderThumbs: Removed, replaced by SC extlist("folderthumbs").
    - SC ext_Thumbs64: Removed, replaced by SC extlist("thumbs64").
    + Scripting got a new function.
      Name:   CES ("Custom Event Sound")
      Action: Lets you define a sound that will be played on certain events.
      Syntax: ces(event, [soundfile], [threshold])
        event: Event that triggers the sound. Currently the following events are supported:
          ffoc: Foreground file operation completed.
          bfoc: Background file operation completed.
          abfoc: All background file operations completed.
        soundfile: Full or relative path to a WAV file.
                   Path defaults to app data path (<xydata>).
                   Missing: Setting remains unchanged.
        threshold: Number of seconds the operation has to take at least in order to 
                   trigger the sound.
                   Set it to 0 to always play the sound regardless of the duration of the 
                   operation.
                   Set it to -1 so as not to play the sound.
                   Missing: Setting remains unchanged.
        return:    Current "soundfile|threshold".
      Examples:
        ces("ffoc", "Blurp.wav", 0);  //always play "<xydata>/Blurp.wav" after a foreground job
        ces("ffoc", "");   //remove the soundfile setting: don't play anything at this event
        ces("ffoc", , -1); //keep the soundfile setting but don't play it
        ces("ffoc", , 60); //keep the soundfile, set the threshold to 60 seconds
        echo ces("ffoc"); //just show the current settings
      Remarks:
      - This raises the sound-related tweaks FJSoundJobDone etc to scripting-level. While 
        doing this the keys have been changed to "SoundFFOC", "SoundFFOC_t", etc.
      - I finally decided to change the default path for the older tweaks BJSoundJobDone 
        and BJSoundAllDone from <xypath> to <xydata>. After all they were just tweaks.
    * Configuration | File Operations | File Operations | Background Processing: Renamed 
      label "Copy Handler" to "Background Copy Handler". Reduces confusion.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0516 - 2023-04-02 11:24
    + Custom Event Sounds: Added event FFOCE. Played when a foreground file operation 
      finished with errors or was cancelled (i.e. when FFOC is not played).
        ces("ffoce", "Cowbell.wav", 0);
    + Custom Event Sounds: Added event BFOCE. Played when a background file operation 
      finished with errors or was cancelled (i.e. when BFOC is not played).
        ces("bfoce", "Cowbell.wav", 0);
    * Custom Event Sounds | FFOC: Now it always comes when an operation finished without 
      errors and without being cancelled, even if no actual file operations happened, e.g. 
      because an overwrite was skipped according to user settings.
    * SC CES: The return now is "EVENT: soundfile | threshold", for example:
        echo ces("ffoc"); // FFOC: Blurp.wav | 0
    * SC CES: Now there is feedback in the status bar, eg: FFOCE: Cowbell.wav | 0
    * XYcopy: Updated to 2.10.0217.
    ! SC copyto, moveto: Since v24.00.0604 - 2023-02-08 14:34 all files in the destination 
      were selected after an operation using wildcards. Fixed. Jobs like this will not 
      change the current selections in the destination anymore:
        copyto "E:\TempPhotos", "R:\TEMP\!TEST\*.*", , , , 2, 1;
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0517 - 2023-04-02 20:02
    + Configuration | File Operations | File Operations | Miscellaneous: Added option "Play 
      a sound at the end of a file operation". Tick it to get what it says.
      Remarks:
      - There are two embedded (via resource) Default Event Sounds now for completed file 
        operations, one for "all went well", one for "there were errors". One of the two 
        will always play if the setting is enabled, for foreground as well as for 
        background operations, and regardless of how long the operation lasted.
      - Custom Event Sounds defined by SC ces() override the setting of "Play a sound at 
        the end of a file operation" and replace the Default Event Sounds.
    * Custom Event Sounds: Changed the default path from <xydata> to <xydata>\Sounds.
    * SC ces: Now the sound is played after you set it, or when you just show the definition:
        echo ces("ffoc"); //show the current settings, and play the sound
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0518 - 2023-04-03 13:46
    + SC ces enhanced: Now you can refer to the embedded Default Event Sounds.
      Syntax: ces(event, [soundfile], [threshold])
        soundfile:
                    *1: use internal sound #1
                    *2: use internal sound #2
      Examples:
        ces("ffoc", "*1"); //use internal sound #1
        ces("ffoc", "*2"); //use internal sound #2
    + SC ces enhanced: Added a few more events just because a little audible feedback 
      might give you the same weird satisfaction as it did me.
      Syntax: ces(event, [soundfile], [threshold])
        event:
          new: A new item was created.
          ren: An item was renamed.
          del: An item was deleted.
      Examples:
        ces("new", "typewriter_click.wav"); //sound on create new
        ces("ren", "gun-reload-1.wav"); //sound on rename
        ces("del", "bottle_pop_2.wav"); //sound on delete
    * Configuration | File Operations | File Operations | Miscellaneous | Play a sound at 
      the end of a file operation: Changed the logic. This is now the master switch for 
      all event sounds. If it's off you will hear no sound, including those defined by SC 
      ces.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0519 - 2023-04-04 12:56
    + SC sound enhanced: Now you can refer to the embedded Default Event Sounds.
        sound "*1"; //play internal sound #1
        sound "*2"; //play internal sound #2
    + Stepping through a Script Dialog: Added button Options. It opens the little options 
      menu that up to now was quite hidden in the right-click of any of the other buttons.
    + Stepping through a Script Dialog: Now you can right-click the lines in the lower 
      section to pop a menu that allows you to copy them to clipboard.
    ! Calculating Folder Sizes: Fixed a rare but possible error 9.
    ! SC preview: Sometimes previous previews were not completely cleared. Fixed.
    ! Screen @125%: Fixed some layout issues.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 60357
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

v24.20.0520 - 2023-04-04 19:48
    ! Scripting | HEREDOC: The HEREDOC marker <<< was recognized even when inside a 
      multi-line block comment. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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