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

v23.30.0203 - 2022-07-21 11:45
    + Scripting got a new command.
      Name: SkipUndo
      Action: Skips adding actions to the Action Log.
      Syntax: skipundo [skip=1]
        skip: 0=don't skip
              1=skip [Default]
      Remarks:
      - While set to skip, nothing will be added to the Action Log while the script is 
        running.
      - An action that's not in the Action Log cannot be undone.
      - It's automatically reset to "don't skip" when the script is done.
      - If this user setting is OFF then SkipUndo has no effect:
        Configuration | File Operations | Undo & Action Log | Log actions and enable undo/redo
      Examples:
        skipundo;   //skip Action Log from now on
        skipundo 1; //skip Action Log from now on
        skipundo 0; //stop skipping Action Log from now on      
    ! File | Rename Special | Batch Rename...: Renaming files in different locations to a 
      simple name, e.g. "cover.jpg", resulted in excessive incremental affixes. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0202 - 2022-07-20 12:19
    ! List | Special Property Column "Length": The list was not sorted correctly for media 
      with a length >= 1 hour. Fixed.
    ! Toolbar: Since 20220626, the tooltip of the clipboard buttons "Edit clipboard" and 
      "Paste" no longer showed files on the clipboard. Fixed.
    ! Configuration | Colors and Styles | Styles | Clipboard Markers: Since v23.10.0006, 
      when using the 64-bit context menu, clipboard markers were not updated until you 
      refreshed (F5). The graphics of the clipboard toolbar buttons didn't update at all. 
      Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0201 - 2022-07-19 13:57
    + Configuration | Colors and Styles | Styles | Clipboard Markers | Colored lines: 
      Added a tweak to customize the items indent, e.g. set it to zero (no indent):
        ClipboardMarkersIndent=0
      Allowed range is 0 to 16.
      The new factory default is 5 (pixels); before it was hard 7.
    ! Configuration | General | Startup & Exit | Expand in tree: This option should even 
      work on a locked tree but recently stopped doing so. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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 »

:off: Summary of the latest XYplorer Official Release.

Download Page: https://www.xyplorer.com/download.php

Code: Select all

v23.30.0200 - 2022-07-18 18:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.
  +++ Compilation Soundtrack. Compiled to the music of Hollie Cook.
To download this OFFICIAL version choose a package: (1) Installer Package, (2) No-Install Package.

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

v23.30.0103 - 2022-07-18 09:18
    + Scripting got a new function.
      Name:   FileTime
      Action: Retrieves any of the three filetimes of the specified file.
      Syntax: filetime([filename], [type="m"])
        filename: Full path/name, or relative to current path.
                  Defaults to the current file.
        type:     m: Modified [Default]
                  c: Created
                  a: Accessed
        return:   File date/time in ISO 8601 format (yyyy-mm-dd hh:nn:ss).
      Examples:
        echo filetime();  //modified date of current file
        echo filetime("C:\WINDOWS\explorer.exe", "c");
    * Configuration | Preview | Thumbnails | Show folder thumbnails: Now image files with 
      the same name as the folder are used for the thumbnail (if no other file wins the 
      bid). This is now the order of precedence when asked which file from within the 
      folder is used for the folder's thumbnail:
        1.  desktop.ini
              [ViewState]
              Logo=[this file]
        2.  folder.jpg, folder.jpeg, folder.png, or folder.gif (in that order).
        3.  <foldername>.jpg, <foldername>.jpeg, <foldername>.png, or <foldername>.gif (in that order).
        4.  The first image file among the alphabetically first 50 files.
        5.  The first video file among the alphabetically first 50 files.
      The limitation of only checking 50 files is due to performance reasons (imagine a 
      folder of 50,000 TXT files, we don't want to waste too much time on this).
    ! Action Log and Undo Button Dropdowns: Some operations would be shown with the wrong 
      path. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0102 - 2022-07-16 15:55
    * Paper Folders In Tree: Some minor improvements to the upcoming but still unofficial 
      and incomplete feature.
    ! View | Tab | Type Stats and Filter...: The popup could get stale on a tab with the 
      same location but different Visual Filter than the previous tab. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0101 - 2022-07-15 14:10
    * Configuration | Colors and Styles | Templates | Dropped Messages | Auto-increment 
      filenames on collision: Now this setting is also honored when you copy-n-paste 
      messages, not just when you drag-n-drop them.
    * XYcopy: Updated to 2.10.0196.
    ! Custom Copy: Clicking the X close button during a copy operation crashed the app 
      with error 91. Fixed.
    ! Paper Folders: With "Explicit Save Only" enabled, on saving a Paper Folder after 
      renaming an item in it, that item was shown with its previous name (or disappeared 
      from the list if Allow Zombies was off). Fixed.
    > It's upload #5555 :)
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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.
To see the attached files, you need to log into the forum.

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 »

:off: Summary of the latest XYplorer Official Release.

Download Page: https://www.xyplorer.com/download.php

Code: Select all

v23.30.0100 - 2022-07-01 16:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.
To download this OFFICIAL version choose a package: (1) Installer Package, (2) No-Install Package.

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

v23.30.0005 - 2022-07-01 09:45
    ! Startup: Implemented a better fix for the v23.30.0004 issue.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0004 - 2022-06-30 22:01
  !!! Startup: Since v22.30.0210 - 2021-10-25 12:05, the combination of unticked "View | 
      Show Items | Show Folders in List" AND ticked "View | Lock Tree" would lead to a 
      complete startup failure without any error message. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0003 - 2022-06-30 20:40
    * Locked Tree: The default background color is a bit brighter now.
    ! Locked Tree: The background color did not survive switching to or from dark mode. 
      Fixed.
    ! List | Size Column | Bars: Since v23.20.0109 - 2022-06-22 15:02, the bars were 
      nearly invisible on Full Row Select with "Configuration | Colors and Styles | 
      Highlights & Dark Mode | Selections" set to "Windows Theme Style". Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0002 - 2022-06-30 15:01
    ! Address Bar: Since 20220620, special paths entered via the address bar have been 
      unconditionally and unnecessarily converted to real paths. Fixed.
    ! Tree: since 20220625, the Locked Tree background color could get stuck after 
      unlocking the tree. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v23.30.0001 - 2022-06-29 17:51
    * Configuration | General | Menus, Mouse, Usability | Usability | Highlight hovered 
      items: Now the highlight starts 1 pixel from the left edge. Just looks better.
    ! Find Files: Error 94 (and some internal flags not reset) when searching for generic 
      file type {:Executable} and some others. Fixed.
    ! Tools | Customize List: The menu disappeared from the menu Tools after being called 
      with Shift+RMB if the main menu was hidden at that moment. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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 »

:off: Summary of the latest XYplorer Official Release.

Direct Download: https://www.xyplorer.com/download/xyplorer_full.zip
Download Page: https://www.xyplorer.com/download.php
Release Notes: https://www.xyplorer.com/release.php

Code: Select all

v23.30.0000 - 2022-06-28 20:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Ordinal Date. The new Ordinal Date option for the date format eliminates the months 
      from the equation and only displays years and days. This makes it easier to estimate 
      a date difference at a glance. For example, today would be "2022-179" (year 2022, 
      day 179). The Ordinal Date format is used by the military in some contexts, so it's 
      safe to assume it has its uses.
  +++ Preview Pane to the Left. Now you can show the Preview Pane to the left of the file 
      list. The obvious advantage is that the previews then are nearer to the name column, 
      which is where you usually look and click.
  +++ Duplicate File Finder Can Ignore Numbers. Now it can optionally ignore serial 
      numbers and strings like "Copy of" that are auto-attached by Windows to the name of 
      a file copied in the same place. If "Ignore numbers" is enabled, the file names 
      "Fred.txt", "Fred (1).txt", "Fred (2).txt" and "Fred - Copy (2).txt" are considered 
      duplicates.
  +++ Compilation Soundtrack. Compiled to "(I'm) Stranded" of The Saints.
To download this OFFICIAL version choose a package: (1) Installer Package, (2) No-Install Package.

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

v23.20.0119 - 2022-06-28 13:00
    + Status Bar: Just like with the Breadcrumb Bars, you can now independently customize 
      the font size of the Status Bar by Ctrl+Wheel over the Status Bar.
      In case you don't have a mouse wheel (or if "Enable zoom by Ctrl+mouse wheel 
      (Fonts)" is disabled) you can tweak it here (note that this value is the actual font 
      size multiplied by 1000):
        StatusBarFontMilliSize=9000
    * Configuration | Colors and Styles | Fonts | Enable zoom by Ctrl+mouse wheel: Now 
      Ctrl+Wheel anywhere over the Info Panel will modify the "Buttons and Labels" font 
      size. Previously, this modified the "Main Contents" font size.
    ! Shell Properties: The "File version" property (and hence the "File version" column) 
      did not work in Win10 and later. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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