Change Log for the latest
XYplorer BETA version:
Code: Select all
v24.70.0008 - 2023-08-02 12:16
* Tree Section Colors: Revised the syntax by adding an additional field to the front
that is reserved for future use.
Syntax: [Reserved]|SpecialFolders1|Drives|SpecialFolders2|Network
Example script:
interfacecolors("|F5F8FC||F0F8F8|F5F5F0", 1);
+ Tree Section Colors: Now you can also define the text color per section.
Syntax per section: [[textcolor,]backcolor]
Examples per section:
0055AA,F5F8FC Defines text and back color
0055AA, Defines text color only
,F5F8FC Defines back color only
F5F8FC Defines back color only (same as above)
Example:
// defines text and back color for "SpecialFolders1", text color only for "Drives",
// and back color only for the other sections
interfacecolors("|0055AA,F5F8FC|008866,|F0F8F8|E5E5E0", 1);
Remarks:
- The section text color is used only when no Color Filter color applies.
- If the text color is missing, the section uses the default tree text color.
- Dark mode colors are automatically derived from the light mode colors.
* Event Sounds: Now the volume is controlled by the Windows "System Sounds" volume
slider.
! Configuration | Colors and Styles | Styles | Columns | Lighter text in details
columns: Never worked in Dark Mode. Fixed.

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.