Here's the new BETA (32-bit)

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

v25.00.0107 - 2023-10-17 13:20
    + SC timestamp enhanced: Now you can specify the time as an 8-byte little-endian hex 
      value. Note that this value provides the full file time resolution of NTFS down to 100 
      nanoseconds.
      Syntax: timestamp [type = "cma"], [date / source_item], [itemlist], [source_type = "*"], [shift]
        date: Can be an 8-byte little-endian hex value prefixed with 0x, e.g. 0x01DA002E35164B00.
      Remark:
        This complements the new "hex" functionality of SC filetime.
      Examples:
        timestamp "m", "0x01DA002E35164B00";  //= 2023-10-16 14:42:22 (no fractional seconds)
        timestamp "m", "0x0000000000000001";  //= 1601-01-01 01:00:00.0000001 (hour may depend on your time zone)
      Note that most hex values don't really work. MS's documentation is poor and the 
      implementation half-baked (different file time related Windows functions have 
      different internal limits). After the year 9999, I personally would no longer trust 
      Windows file times.
      Half-working example:
        timestamp "m", "0x7FDA002E35164B00";  //= 30794-10-23 17:50:19 (but this value does not work well in all contexts)
      Non-working examples:
        timestamp "m", "0x0000000000000000";  //does nothing
        timestamp "m", "0xFFFFFFFFFFFFFFFF";  //does nothing
        timestamp "m", "0xFFFFFFFEFFFFFFFE";  //error "The parameter is incorrect."
        timestamp "m", "0xEEEEEEEEEEEEEEEE";  //error "The parameter is incorrect."        
    ! View | Suspend Auto-Refresh: In rare cases, the setting was activated (i.e. 
      auto-refresh was suspended) immediately after startup. Probably fixed.
    ! Hover Box: Setting "Trigger hotkeys with/without CTRL" (X), added v24.80.0013 - 
      2023-08-17 13:01, was not remembered across sessions. Fixed.
    ! Icon Preview: Hover Box and Preview Tab/Pane did not work correctly for ICO files if 
      "*.ico" was assigned a custom icon in Tools | Customize File Icons... 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: 66375
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

v25.00.0106 - 2023-10-16 16:04
    + SC filetime enhanced: Added an optional "format" parameter. Previously, the format 
      returned was hardcoded to "yyyy-mm-dd hh:nn:ss" (ISO 8601). Now this is the default, 
      but you can change it freely.
      Syntax: filetime([filename], [type="m"], [format="yyyy-mm-dd hh:nn:ss"])
        format: Format of the returned date, defined by the usual letters (ymdhns).
                Defaults to "yyyy-mm-dd hh:nn:ss".
                There is a special value "hex" which returns an 8 byte little endian hex value.
      Examples:
        echo filetime();          //modified date of current file, in ISO 8601, eg: 2023-10-16 14:42:22
        echo filetime(,, "yyyy"); //modified date of current file, year only, eg: 2023
        echo filetime(,, "dddd"); //modified date of current file, as weekday, eg: Monday
        echo filetime(,, "ww");   //modified date of current file, week number, eg: 42
        echo filetime(,, "hex");  //modified date of current file, as 8 byte little endian hex value, eg: 01DA002E35164B00
    % List: Since v24.30.0123 - 2023-04-25 17:00 deleting items in a long list took longer 
      than necessary due to unnecessary refresh work. 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: 66375
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

v25.00.0105 - 2023-10-01 20:15
    % Tree: Expanding nodes became slightly faster.
: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: 66375
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

v25.00.0104 - 2023-09-30 13:44
    ! View | Tab | Relocate Tab...: When applied to a locked tab, the tab was not 
      relocated but a new tab was opened at the specified path. Fixed. Now this is a way 
      to change the location of a locked tab.
    ! Virtual Folders: Auto-refresh on a locked tab pointing to a Virtual Folder could 
      result in a tab switch. 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: 66375
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

v25.00.0103 - 2023-09-29 10:18
    * Glider: Redesigned the Select Color... interface and logic. Now pitch black (000000) 
      is a possible choice.
    ! Match breadcrumb bar with custom colored tab: Fixed some glitches.
: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: 66375
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

v25.00.0102 - 2023-09-28 18:56
    + Configuration | Colors and Styles | Colors: Added option "Match breadcrumb bar with 
      custom colored tab". Tick it to match the colors of the breadcrumb bar to the colors 
      of the selected tab if it is a custom-colored tab.
      By the way, it's no longer necessary to check the other two boxes on this page to 
      make this happen. However, there is a possible combination that just does not make 
      sense:
        [+] Match breadcrumb bar with custom colored tab
        [+] Match selected tab with breadcrumb bar
        [-] Preserve custom colors
      Therefore if "Match breadcrumb bar with custom colored tab" is checked then 
      "Preserve custom colors" is implied internally even if it is not checked.
    - Removed the tweak/key TabMatchSelectedWithCrumbReverse. The key is now 
      CrumbMatchWithSelectedCCTab.
: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: 66375
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

v25.00.0101 - 2023-09-28 15:53
    + Breadcrumb Bars: You can now match the colors of the breadcrumb bar to the colors of 
      the selected tab if it is a custom-colored tab, i.e. if its background and text 
      colors have been set individually via View | Tab | Background Color... and View | 
      Tab | Text Color....
      To enable the above, check both:
        - Configuration | Colors and Styles | Colors | Match selected tab with breadcrumb bar
        - Configuration | Colors and Styles | Colors | Preserve custom colors
      And set this tweak (UI option will come later):
        TabMatchSelectedWithCrumbReverse=1
    + Branch View: Similar to the changes in v24.80.0026 - 2023-08-25 16:38, menu Edit | 
      New Items now also places the new items in the currently focused subsection of a 
      Branch View.
    * Configuration | Preview | Previewed Formats | Categories | Preview as Thumbnail: 
      Shortcuts (LNK) to these file types were not included. Now they are.
: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: 66375
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

v25.00.0100 - 2023-09-27 22:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.
To easily upgrade to this OFFICIAL version from XYplorer, click Help | Online Support | Check for Updates. If you prefer to download this new version, choose one of these packages: (1) Installer Package, (2) No-Install Package (for manual unpacking).

admin
Site Admin
Posts: 66375
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

v25.00.0002 - 2023-09-27 19:06
    + Uninstall: Now silent uninstall is supported using the /S switch, for example:
        C:\Program Files (x86)\XYplorer\Uninstall.exe /S
    ! Win 10/11 Long Path Support: Since v24.80.0021 - 2023-08-22 15:20 you could get 
      "Error 13 Type Mismatch" on startup if the LongPathsEnabled key did not exist in 
      your registry. 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: 66375
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

v25.00.0001 - 2023-09-27 14:29
    + Image Properties: The native Exif parser has learned a bit about the intricacies of 
      the task and now returns more and better data.
    * Message Boxes: The Copy button is now only displayed when there is text to copy.
    ! File | File Special | Set Modified / Created Date to Exif: Still did not work for 
      some files. 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: 66375
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

v25.00.0000 - 2023-09-26 18:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ The Glider. The Glider is a floating, context-sensitive mini toolbar in the folder 
      tree that magically appears at your mouse pointer, offering buttons for the most 
      common file management operations: Copy, Move and Paste. It's like drag and drop 
      without the dragging. Fully customizable. A game changer when it comes to manually 
      organizing files into folders.
  +++ Many Other Improvements. See change log.
:info: To easily upgrade to this new version from XYplorer, click Help | Online Support | Check for Updates. If you prefer to download this new version, choose one of these packages: (1) Installer Package, (2) No-Install Package (for manual unpacking).

admin
Site Admin
Posts: 66375
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

v24.90.0141 - 2023-09-26 14:35
    * Glider: Now the glider disappears when you enter rename mode, and no glider appears 
      while you rename a node.
: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: 66375
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

v24.90.0140 - 2023-09-25 14:31
    + Image Properties: Wrote a native Exif parser to extract even more data without 
      relying on the shell, shell extensions, GDI+, or any installed Codecs. Works for 
      TIF, DNG, NEF, CR2, RW2, and ARW, i.e. formats that internally use a TIFF header to 
      store Exif data.
    + Image Properties: Added support for Motorola byte order in Exif data. Previously 
      only Intel byte order was supported.
    ! Custom Event Actions: The CEA_SwitchTabs key appeared twice. It should have been 
      CEA_SwitchTabs and CEA_SwitchTabs_Script instead. Fixed.
      No worries, nothing breaks or is lost for upgraders.
: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: 66375
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

v24.90.0138 - 2023-09-25 10:03
    * Updated the help file.
    ! Image Properties | Date Taken: One problem case was missing. 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: 66375
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

v24.90.0137 - 2023-09-24 09:24
    ! Configuration | General | Controls & More | Drop-down Lists | Select all on focus by 
      key: Did not always work anymore when it should since v24.90.0122 - 2023-09-12 
      20:39. 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