Change Log for the latest
XYplorer BETA version:
Code: Select all
v21.70.0116 - 2021-05-06 15:25
+ Startup: Since v21.70.0115 the default startup sequence is to first show
the main window and then load the slow tree icon overlays. If for some
reason you want the old behavior back you can use this new tweak:
TreeIconsEarlyLoad=1
+ Branch View: To exclude whole sub-branches, e.g. ".git" folders and their
contents, from a Branch View you could use this pattern in the Live Filter
Box (if "Live Filter Box | Enable extended pattern matching" is ON):
path:!.git
Now this alternative pattern works as well:
!.git\
In both cases the full path (with trailing slash) of each item is matched
with *.git\*.
BTW, if you only want to exclude items *directly* under ".git" folders you
would use any of these patterns:
path:!*.git
!*.git\
FYI, the new syntax also works in a Visual Filter.
To
download the latest BETA version choose a download 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.