Change Log for the latest
XYplorer BETA version:
Code: Select all
v25.20.0103 - 2023-11-28 11:59
+ SC tag enhanced: Now you can toggle labels and remove only a particular label.
Syntax: tag [value], [itemlist], [type=0], [tagsmode=0]
tagsmode on type 0: [Default] 0=set, 1=toggle, 2=unset <-- NEW!
on type 1: [Default] 0=add, 1=replace, 2=remove
Examples:
tag "Green"; //set label(s) "Green"
tag "Green", 3:=1; //toggle label(s) "Green"
tag "Green", 3:=2; //unset label(s) "Green" (keep other labels)
+ Configuration | Colors and Styles | Color Filters: Added option "Draw background
colors as rounded rectangles". Check it if you want it.
You can exclude individual filters from the roundness by passing the "-r" switch:
len:>=260|-r //overlong items (sharp rect)
* Color Filters: Rounded background colors are now only rounded on the left side if
Distinctive Shapes is enabled. Otherwise it just looks ugly.
* Color Filters: Slightly increased roundness to 35% of half box height. Value can be
tweaked here (range 1 - 100; default 35):
ColorFilterRoundness=35
* Color Filters | Style Switches: The "l" switch is now deprecated and replaced by
"-s".
s = Draw background color in distinctive shape (even if the general
setting is disabled).
-s = Don't draw background color in distinctive shape (even if the general
setting is enabled).
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.