Download Page: https://www.xyplorer.com/download.php
Code: Select all
v26.20.0100 - 2024-07-02 15:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.20.0100 - 2024-07-02 15:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.20.0001 - 2024-07-02 10:40
! Fast Live Filter: Deleting items from a fast-filtered list could cause error
messages and even crash the application. Fixed.
Code: Select all
v26.20.0000 - 2024-07-01 16:00
= NEW OFFICIAL RELEASE. Main developments since last release:
+++ Snappy Live Filtering. Live filtering is now done in memory without accessing the
file system, resulting in a much faster and smoother experience.
+++ Many Other Improvements. See change log.
Code: Select all
v26.10.0218 - 2024-06-30 20:42
! Mini Tree: The change in v25.90.0129 - 2024-05-04 18:21 (Mini Tree remembers
collapsed contents) caused Mini Tree definitions to be much too large, and more work
than necessary when loading the tree. Fixed.
Code: Select all
v26.10.0217 - 2024-06-30 17:04
* MLS: Internally updated to version 8.187.
> TRANSLATORS: Please wait until Reference_8.187.lng is uploaded.
You will be notified if you have subscribed to this thread:
https://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
* Updated the help file.
Code: Select all
v26.10.0216 - 2024-06-29 13:29
! Fast Live Filter: Creating a new folder or file in a fast-filtered list resulted in
an error. Fixed.
* Fast Live Filter: Creating a new folder or file in a fast-filtered Paper Folder
resulted in an error as well. Fixing this, hovwever, is way too much trouble. So,
Paper Folder have been excluded from fast filtering (again).
! Input Dialogs: Crash when using various input dialogs due to a small optimization
yesterday. Fixed.
Code: Select all
v26.10.0215 - 2024-06-28 13:14
> Fast Live Filter: The combination of a Branch View of type "Files and non-empty
folders" with "Let folders pass all filters" cannot work with fast filtering. So in
this case the classic Live Filter method is used (still pretty fast but slower than light).
Code: Select all
v26.10.0214 - 2024-06-27 17:46
+ Toolbar: The empty space context menu was recently vamped up, but if the toolbar is
full, there is no empty space left to start it. Now you can display this menu also
from right-clicking a separator.
! Live Filter Box: Fast filtering could fail in search results if "Configuration |
Find and Filter | Find Files & Branch View | Find Files | Show relative path in Path
column" was checked. Fixed.
Code: Select all
v26.10.0212 - 2024-06-27 11:51
+ List | Line Numbers Column Header (#): Shift+right-click now opens the View | Views
menu. A simple right-click still opens the View | Sort By menu.
+ Live Filter Box: Fast filtering now also works in Paper Folders, Portable Devices,
Rapid Access, Recycle Bin, and Network. So the only excluded location is the drives
listing (This PC), which is practically irrelevant since it is short and fast
anyway, and when did you live-filter the drives listing recently?
! Live Filter Box: Fixed more glitches related to the new fast filtering.
Code: Select all
v26.10.0210 - 2024-06-26 14:16
! View | Folder View Settings | Manage Folder Views...: Since v26.10.0204 - 2024-06-21
13:23, items with "|" in the path (e.g. Virtual Folders) were not listed correctly
anymore due to a parsing error. Fixed.
! Live Filter Box: Fixed more glitches related to the new fast filtering.
Code: Select all
v26.10.0209 - 2024-06-26 12:02
> Live Filter Box: The new fast filtering is only applied to normal folder listings
("Browse mode") and search results ("Find mode", includes Branch View). Not to drive
listings (This PC), Recycler, Network, RAF, Portable Devices, and other weirdo stuff.
! Live Filter Box: Fixed various glitches related to the new fast filtering.
Code: Select all
v26.10.0208 - 2024-06-25 20:31
! Live Filter Box: With the new fast filtering the status bar forgot to show the
number of filtered items. Fixed.
Code: Select all
v26.10.0207 - 2024-06-25 20:02
%%% Live Filter Box: Now the listed items are actually filtered in memory. Previously,
the file system had to be rescanned for each new filter (including removing the
current filter). Obviously, live filtering is much faster now. This is especially
noticeable when filtering search results across deep subfolders, which used to
trigger a whole new search. Not anymore. Awesome!
Code: Select all
v26.10.0206 - 2024-06-23 15:16
+ Custom File Associations: The menu (aka Portable Openwith Menu) now supports one
level of nesting, i.e. you can optionally organize your items into submenus. It's
done like elsewhere in XYplorer (e.g. in the Hamburger), just indent the items that
should be in a submenu. The item right in front of the indented ones is the submenu
title.
Example (here in CFA raw text format with checkmarks as +):
+Text Editors
+ txt>Notepad
+ txt;rtf>Wordpad
+ -
+ txt;ini;dat;idl;xys>EmEditor
+Scripts
+ |"Copy file size in bytes" *>::e|copytext <cursize>
+ |"Append Modified Date to Filename" \;*>::e|rename , '*-<datem yyyymmdd>'
+ |"Append Image Dimensions to Filename" {:Image}>::e|rename , '*-<prop #image.dimensions>'
In the example above, the indent is 2 spaces. You can use a different number as long
as you are consistent.
Code: Select all
v26.10.0205 - 2024-06-22 13:40
* Surround Selection: Now the default behavior (which seems to be the de facto
standard) is to make no difference whether the first or the second character of a pair
is pressed. For example, if you press "(" or ")", the selection will be enclosed by
"(" and ")" in that order in both cases.
If you want the previous behavior (which is to reverse the characters in that case)
simply prefix "rc" to the string of pairs (tweaking the INI file):
SurroundSelectionPairs=rc()[]{}<>""''//||\\**##%%
The character c (for config) is just the separator, and r stands for reverse.
+ Live Filter Box: Now supports Ctrl+Z for undo.
! Edit Boxes: The new case changers Ctrl+U etc did not work yet in Filter Boxes and
DropDown Boxes (eg Address Bar). Fixed.