Code: Select all
v28.30.1311 - 2026-07-04 21:27
! Glow Up: Fixed some glitches.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v28.30.1311 - 2026-07-04 21:27
! Glow Up: Fixed some glitches.
Code: Select all
v28.30.1310 - 2026-07-04 16:09
+ Breadcrumb Bars: Now the hover effect is rounded if "Configuration | Colors and
Styles | Highlights & Dark Mode | Selections" is set to "XYplorer Style (Rounded)".
! Toolbar: Since 2026-07-02, the separators were incorrectly placed under certain
conditions. Fixed.
! Tab Bar: Since v28.30.1204 - 2026-06-23 13:11, the New Tab and Tab List buttons had
no hover effect anymore. Fixed.
! Dialogs with a List and a Filter Box: You could not TAB from the Filter Box to the
List due to a tB bug. Worked around.
Code: Select all
v28.30.1309 - 2026-07-03 20:11
* Filter Boxes (Small Lists): The last used filter is now always stored (ready for the
next toggle), even if the dialog was canceled or the list was not filtered when the
dialog was closed (OK or Cancel). Previously, it was only stored when the dialog was
OK-ed and the list was filtered at that point.
Note that the last used filter is a global value applied to all small filter boxes.
Code: Select all
v28.30.1308 - 2026-07-02 18:52
+ Glow Up: Now dropdowns and filter boxes obey to the new border styles. To keep the
looks consistent in the main window, Address Bar and Live Filter Box only obey if
"Configuration | Colors and Styles | Highlights & Dark Mode | Borders" is set to "No
border".
Code: Select all
v28.30.1307 - 2026-07-02 12:57
+ Errors: The most recent error message is now saved and can be viewed at any time
during the session using this script:
error -1;
By the way, you can use the undocumented SC error to fake errors simply by passing
the error number:
error 13; //Type mismatch
! Address Bar (with the dropdown button on the left): When you moved the mouse over
the dropdown button, then to the icon, and then to anywhere else, the dropdown
button continued to capture the mouse movements. This rendered the mouse unusable
over the dropdown list, toolbar, tabs, or anything else (no clicks were registered).
Fixed.
Code: Select all
v28.30.1306 - 2026-07-01 18:13
+ Glow Up: There will be visual changes to various small controls. Currently, this
only affects the small lists. Filter boxes will follow soon.
As always, you can customize the look to your liking. But since serious interface
design is not yet possible in tB, these settings are only available as tweaks for
now. These are the defaults (factory and upgrading to this version):
BorderContour=0 'draw a 1-pixel-wide outline (BOOL, 0/1)
'also controls the 1-pixel-wide vertical line in the line
'numbers column of small and main lists
BorderRounded=1 'only effective from BorderWidth >= 2 (BOOL, 0/1)
BorderWidth=2 'padding around the control in pixels (Integer 0 - 4)
LineNumbers=0 'show line numbers in most small lists (BOOL, 0/1)
Of course, there will be corresponding settings in Configuration once tB has been
further developed.
If you hate it and want to go back to the old look, this will do:
BorderContour=1
BorderRounded=0
BorderWidth=1
LineNumbers=1
* Address Bar: The dropdown match list now only appears when the edit box contains
at least two characters. This prevents the drive T: from being activated (or even
woken up) when you type "t" (e.g. for writing "text") and showing all the matches on
it.
Code: Select all
v28.30.1305 - 2026-07-01 10:40
! SC readfile: Decoding problem with ASCII files encoded in a non-Western code page
(anything but 1252 (ANSI - Latin I)) when you did not explicitly set the codepage
parameter to the Active ANSI Code Page (e.g. 936 for Simplified Chinese). Fixed.
Code: Select all
v28.30.1303 - 2026-06-30 16:57
! SC readfile: Attempted to resolve a decoding problem with files encoded in code
page 936 (and likely others) when 936 is the system's default page.
Code: Select all
v28.30.1302 - 2026-06-30 15:14
% Glow Up: Step by step, honoring the pixel.
Code: Select all
v28.30.1301 - 2026-06-29 16:14
%%% Glow Up: Started a major design overhaul. This process will take weeks, if not
months, but when completed the app will look fresh like it's from the future.
This version has some work (in progress) on the borders of list controls. At the
moment you will just note a slight change in color. More will come.
+ Breadcrumb Bars: Breadcrumb Bars: Dropdown lists can now extend beyond the borders
of the main window. This is a significant improvement in usability.
* Catalog: Some changes were applied to the glyphs (a small square inside a square)
shown in the included catalogs:
- The different colors were removed, now all glyphs are grey.
- The glyphs are only shown for category headers.
- They look better in dark mode.
! Small Lists: Dark mode got stuck in parts of the dialog after switching back to
light mode, due to a tB bug. Worked around.
Code: Select all
v28.30.1300 - 2026-06-25 12:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.1205 - 2026-06-24 19:51
! Tray and Taskbar Issues: Minimizing to the tray and starting up in the tray didn't
work as well as they used to. Worked around.
Code: Select all
v28.30.1204 - 2026-06-23 13:11
* XYcopy (x64): Updated to 2.20.0038.
! Preview Tab / Preview Pane: The "Preview Now" button (along with "File type excluded
from preview in configuration.") did not always appear when it should have, nor did
it always work when it did appear. Fixed.
! High DPI scaling override: Setting it to "System (Enhanced)" caused broken tab
layouts at scaling levels greater than 100%. Worked around.
Code: Select all
v28.30.1202 - 2026-06-22 15:49
> Thumbnails Cache: Added some debug code to hunt down an issue where the thumbnails
cache is rebuilt for no apparent reason. To enable the debug code, run this script
after you've started XYplorer:
logchange 64; //not saved across sessions!
Whenever the thumbnail cache needs to be rebuilt, a message box appears showing the
likely reason and an option to cancel the rebuild (and try to use the cache as it is).
! Thumbnails Cache: Fixed a possible issue with very large cache files.
Code: Select all
v28.30.1201 - 2026-06-19 14:40
* Scripting: Undid the recent changes regarding variables that refer to the current
file (see v28.30.0708 - 2026-06-14 12:30).