Code: Select all
v28.30.2507 - 2026-09-11 20:44
+ Glow-Up: The progress dialog for background file operations has been glown up.
* XYcopy (x64): Updated to 2.20.0042.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v28.30.2507 - 2026-09-11 20:44
+ Glow-Up: The progress dialog for background file operations has been glown up.
* XYcopy (x64): Updated to 2.20.0042.
Code: Select all
v28.30.2506 - 2026-09-11 18:41
! Glow-Up: The space key did not work in small lists (e.g. to toggle selection with
Ctrl+Space). Fixed.
! Small Lists: The focus rectangle was not rounded yet when it should have been. Fixed.
Code: Select all
v28.30.2505 - 2026-09-10 19:13
% Glow-Up: The refinement of the rounded rectangles is complete.
! Tabs: Fixed a rendering issue at high DPI.
Code: Select all
v28.30.2504 - 2026-09-10 15:52
% Glow-Up: Groundwork. Been working on the art of subpixel alignment. Now all rounded
rectangles are more precise, more symmetrical, and are rendered faster with lower
memory usage.
! SC open: The recent change led to a regression. Undone.
Code: Select all
v28.30.2503 - 2026-09-09 20:46
! Configuration | Other | Shell Integration | Drag and Drop | Extended compatibility
for clipboard and drag and drop: If enabled, a misalignment in the format of the
clipboard data (Shell IDList Array) after Ctrl+C could lead to a crash later on.
Fixed.
Code: Select all
v28.30.2502 - 2026-09-09 15:52
* SC open: Now you get a uniform error message ("Item not found.") when the item you
are trying to open is not found. Previously, different error messages appeared
depending on the item type.
> Inline Subfolder Creation: The hunt goes on. Updated the debug code to identify an
issue where the app hangs inexplicably. To enable the debug code, run this script
after starting XYplorer.
logchange 128; //not saved across sessions!
After the hang, check the debug log by running this script:
dlog;
However, I optimized the code and the delay is probably history.
! Glow-Up: Fixed a couple of glitches.
Code: Select all
v28.30.2501 - 2026-09-08 21:02
+ Glow-Up: Progress dialog (Custom Copy) glown up.
! List: In a large folder (40,000+ files), pressing End caused the list to correctly
jump to the last file in the list. However the vertical scrollbar stopped at
position 32767. Fixed.
Code: Select all
v28.30.2500 - 2026-09-07 11:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.2402 - 2026-09-06 20:08
! Glow-Up: Fixed some glitches.
Code: Select all
v28.30.2401 - 2026-09-06 16:22
+ Glow-Up: SC confirm glown up.
! Drag and Drop: On some systems, initiating a drag-and-drop operation caused error
0xEAEAEA06 in the InitDrag procedure. The issue was likely caused by the incorrect
sequential order of two embedded libraries (since v28.30.2005 - 2026-08-30 08:25).
Fixed.
Code: Select all
v28.30.2400 - 2026-09-06 10:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.2301 - 2026-09-06 08:14
! Yes/No Dialogs: Since v28.30.2203, the YES in yes/no dialogs did not trigger any
action. Fixed.
Code: Select all
v28.30.2300 - 2026-09-05 16:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.2203 - 2026-09-05 11:24
! Glow-Up: Fixed some glitches.
Code: Select all
v28.30.2202 - 2026-09-04 19:27
> Inline Subfolder Creation: The hunt goes on. Update the debug code to identify an
issue where the app hangs inexplicably. To enable the debug code, run this script
after starting XYplorer.
logchange 128; //not saved across sessions!
After the hang, check the debug log by running this script:
dlog;
! Glow-Up: Fixed some glitches concerning initial focus and overlapping controls.
! Shell Context Menu: The menu fails to show for selected items spread over multiple
locations (typically in search results) if there are more than 408 of them. Until
it's fixed there is a fallback now to the native context menu.
! Recycle Bin: The last fix still did not completely work for types LNK, PIF, and URL:
the extensions were forgotten. Fixed.