Download Page: https://www.xyplorer.com/download.php?bit=64
Code: Select all
v28.10.0100 - 2025-12-14 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.10.0100 - 2025-12-14 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.10.0007 - 2025-12-14 14:12
+ Customize Toolbar Dialog: Now Separator, New Row, and End Of List show a distinctive
background color.
+ Customize Toolbar Dialog: After selecting "Remove All", the "End of List" pseudo
item is automatically added to the end of the list. This allows you to more easily
add buttons in the correct order.
% Startup: Faster.
! Dark Mode: On startup in dark mode, the line number column of the active pane would
be light colored under certain conditions. Fixed.
! Custom Toolbar Buttons: If the right-click script contained variables, for example
text <get loadtimes 0>, 800, 800;
they were resolved before showing the button's right-click menu, leading to
unpredictable and often unreadable menu captions. Fixed. Now the caption shows the
first line of the script unresolved.
Code: Select all
v28.10.0005 - 2025-12-13 18:08
! Bizarre Encoding Issue: There were still remnants of this issue (tB converted higher
ASCII in the source code to UTF-8 when writing but not back to ASCII when reading)
leading to various display glitches (e.g. the context menu of the "Configuration"
toolbar button). See also v28.00.1215 - 2025-12-10 09:47. Fixed.
Code: Select all
v28.10.0004 - 2025-12-13 13:20
+ SC refresh: Added a way to refresh the complete layout. This is rather for debugging
since it normally shouldn't be necessary to do that.
Syntax: refresh [control="list"]
control: Control to refresh. These are supported:
all: The complete layout.
Example:
refresh "all";
% Startup: Smoother in various configurations.
! Startup: When starting up in the minimized state and restoring to the maximized
state, the layout would become completely broken. Fixed.
Code: Select all
v28.10.0002 - 2025-12-12 12:04
! Miscellaneous | Focus Functions | Focus Address Bar: A one-key keyboard shortcut to
this function would not always select the whole text. Fixed
! Miscellaneous | Focus Functions | Focus Live Filter Box: A one-key keyboard shortcut
to this function would not always select the whole text. Fixed
! SC run: Wait dialog animation was misplaced. Fixed.
! Custom File Icons: Didn't always work for mapped drives in the tree. Fixed.
Code: Select all
v28.10.0001 - 2025-12-11 20:16
! Visual Filters and Live Filters: When opening new tabs in the inactive pane (e.g. by
Shift-Alt-Click in the tree), the filters of the current tab were incorrectly if
only partially applied to the new tab, and sometimes the filters of the previously
active tab were forgotten because they were never fully applied in the first place
(e.g. when setting a backpane live filter by "|||L>*.sys" in the address bar). Fixed.
Code: Select all
v28.10.0000 - 2025-12-10 20:00
= NEW OFFICIAL RELEASE. Main developments since last release:
+++ Copy Current Path. Pressing Ctrl+R now copies the current path to the clipboard.
This works regardless of where the focus is or what is currently selected. This
small addition could considerably boost your workflow.
+++ Color-Coded Overwrite Prompt. A bit of color coding lets you grasp the situation
much quicker.
+++ Adjustable Length Column. The optional "Len" column can now display either the
length of the full path or the length of the file name alone, excluding the path. To
change this setting, Ctrl+right-click the "Len" column header and toggle "Show
length without path" from the pop-up menu. The list will update immediately.
+++ Increased Sorting Speed. Thanks to advances in string comparison technology, sorting
speed has dramatically improved. Sorting occurs constantly throughout the
application, but is especially important in the file list and tags database.
+++ Many Other Improvements. See change log.
Code: Select all
v28.00.1217 - 2025-12-10 15:09
+ File | Rename Special: Now the various Rename Special functions will obey to
"Configuration | General | Sort and Rename | Rename | Auto-replace invalid
characters" and use the character defined in "Configuration | Colors and Styles |
Templates | Dropped Messages | Character to replace invalid characters in dropped
messages" as replacement.
Code: Select all
v28.00.1216 - 2025-12-10 13:01
+ Custom Toolbar Buttons: A <crlf> in the name now stands for a CRLF in the tooltip.
Note that this will not work for the display of text buttons. So it's only useful
but buttons that have icons.
* Configuration | Colors and Styles | Colors | Apply colors: A slight adjustment to
the recent changes makes the default tab colors (Configuration | Colors and Styles |
Colors | Tabs) work in dark mode.
Code: Select all
v28.00.1215 - 2025-12-10 09:47
! The last beta version, v28.00.1213, had a bizarre encoding issue leading to various
display glitches. Fixed.
Code: Select all
v28.00.1213 - 2025-12-09 10:58
% General speed (faster) and size (smaller) improvements thanks to some tB fixes.
* Updated the help file.
Code: Select all
v28.00.1210 - 2025-12-08 14:37
* Custom Toolbar Buttons: Revised the handling of text buttons and disabled buttons.
- The Edit User Button dialog got new checkboxes that let you get a long without
knowing and setting the "text:" and "DIS::" prefixes:
- Text button: Tick to use the text in the Name field as the button graphics
instead of any icon.
- Unclickable: Tick to use the button as a mere visual hint, e.g. as a separator.
- Now, if a Name is defined but no Icon, the button is automatically displayed as a
text button, i.e. the text in the Name field is used as the button graphics.
- You can still use the prefixes but now the "DIS::" prefix has to be the first, so in
the Name field it's either of these syntaxes:
DIS::[text] = Unclickable button with icon (if icon is defined)
DIS::text:[text] = Unclickable text button
The checkboxes take precedence: e.g., if you use "text:" and tick "Text button"
then "text:" will remain part of the visible caption.
Code: Select all
v28.00.1209 - 2025-12-07 18:00
%%% Sorting Speed: Various discoveries in string comparison technology have resulted in
dramatic improvements in sorting speed. Sorting occurs constantly all over the
place, but it is particularly important in the file list and the tags database.
In the file list, the gains depend on the selected sort method:
Binary: 30% faster eg 2.5 ms instead of 3.3 ms
Textual: 140% faster (!) eg 2.7 ms instead of 6.5 ms
Natural: 25% faster eg 5.3 ms instead of 6.7 ms
You usually won't notice this because sorting a list of a few thousand files only
takes a few milliseconds. There are also other factors, such as "Sort by base",
"Keep folders apart" and secondary sorting, which require additional work and time.
However, the larger the list, the more noticeable the increased snappiness will be.
Code: Select all
v28.00.1206 - 2025-12-05 16:36
> Custom Toolbar Buttons: The new prefix "DIS::" works not only for text buttons, but
for all CTBs, including those with icons. This means you can now place non-clickable
icons in your toolbar.
! Custom Toolbar Buttons: Fixed some "DIS::"-related glitches.
Code: Select all
v28.00.1205 - 2025-12-05 11:38
+ Custom Toolbar Buttons: Now you can define disabled text buttons, where disabled
means: not clickable and no mouse over effect (right-click still works).
To be placed in the Name field of the Edit User Button dialog:
Syntax: text:DIS::[your text]
Example: text:DIS::Can't click this
You can use such pseudo-buttons as captions for button groups, or as spacers (with
the text just being a chain of space characters).
! Menu Help | List All Commands...: A double-click on empty or on the column headers
would trigger OK on the focused but non-selected item if only this item was shown
due to filtering. Fixed. Now nothing happens.