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.2509 - 2026-09-12 20:58
! Rapid Access Folders: Issues with UNC servers (wrong icons, "Location currently not
available"). Fixed.
! File | To Clipboard | Image: Did not work anymore. Fixed.
Code: Select all
v28.30.2510 - 2026-09-13 12:46
! Glow-Up: Some edit boxes didn't display scrollbars when they should have. Fixed.
! Glow-Up: The List Management dialogs were cropped at the bottom in a fresh instance.
Fixed.
* XYcopy (x64): Updated to 2.20.0043.
Code: Select all
v28.30.2600 - 2026-09-13 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.2601 - 2026-09-14 15:28
+ SC confirm enhanced: You can now make the default button red. This is useful for
emphasizing the importance of a question.
Syntax: confirm(text, [linebreaker], [default_button=1], [buttons_icons=1], [flags])
flags (bit field)
1: Show the classic shell owned message box (instead of XY's WinUI 3 style).
2: Make the default button red.
Example:
confirm("Sure you want to erase everything?", 4:=2);
+ Tools | Configuration: Now you can hold CTRL while clicking Tools | Configuration to
force the dialog to open over the main form. It's a secret trick that everyone will
forget, but it will come in handy when the dialog is lost on an attached but
powered-off screen.
! File | To Clipboard | Large Icon: Did not work anymore. Fixed.
! File | To Clipboard | Small Icon: Did not work anymore. Fixed.
Code: Select all
v28.30.2606 - 2026-09-15 13:15
! Exif Date Retrieval: EXIF dates on systems with German date settings were
interpreted as English dates when numerically possible (months and days switched).
The issue surfaced in functions like "File | File Special | Set Modified Date to
Exif". Fix #2.
! Info Panel | Find Files | Tags | Select Labels: Dialog was cropped. Fixed.
! Info Panel | Find Files | Tags | Select Tags: Dialog was cropped. Fixed.
! Custom Copy | Progress Dialog: With very long target paths, pixel dirt could remain
in some corners of the dialog. Fixed.
! Custom Copy | Progress Dialog: When the overwrite prompt appeared, the stats in the
progress dialog were off by one file. Fixed.
Code: Select all
v28.30.2607 - 2026-09-15 18:35
* XYcopy (x64): Updated to 2.20.0044.
! Recycle Bin: Permanently deleting multiple files from within the Recycle Bin got
much slower since the recent Win 11 update KB5094126. Fixed. Now it's faster than
it's ever been.
! List: Since 20260710, the focus rect was not shown anymore for lists that were not
in Details view. Fixed.
! List: Since 20260710, a ghost focus rect could appear when switching from a
non-Details view tab to a Details view tab. Fixed.
Code: Select all
v28.30.2608 - 2026-09-15 20:08
! Rectangles: Since 20260910, various rectangles weren't filled when they should have
been. Fixed.
Code: Select all
v28.30.2700 - 2026-09-15 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v28.30.2701 - 2026-09-16 12:07
% Configuration | Preview | Thumbnails | Create all thumbnails at once: Faster
rendering if all thumbnails are visible without scrolling.
* XYcopy (x64): Updated to 2.20.0046.
! Custom Copy | Progress Dialog: With very long target paths, pixel dirt could remain
in some corners of the dialog. Fix #2.
! SC input: Excessively large texts in the "notes" parameter could break the layout.
Fixed by cropping those texts.
! Thumbnails: Multiline thumbnail captions were sometimes cropping the initial or
final characters in a line if kanji characters were present in the same line,
depending on the font used. Fixed.
Code: Select all
v28.30.2702 - 2026-09-16 20:58
+++ Menu Help: Added command "Repeat Last Command". Select it to repeat the last used
menu command or last used toolbar button (whatever came last). This is a usability
monster that was on my list for a long time.
Notes:
- The command is naturally a bit risky because it does not say what it will do. You
have to *remember* what was the last menu command (or toolbar button) you used. By
the way, a menu command is anything with a command ID, anything you can assign a
keyboard shortcut to.
- I didn't assign a default keyboard shortcut (e.g. Ctrl+R) to it because of that
danger (but you are free to assign one, of course). I also packed it between two
menu separators to reduce the chance of misclicks.
- For safety reasons, the last command is not remembered across sessions. Therefore,
the command won't do anything until you use your first menu command of the session.
- Also commands called by scripting via command ID (eg: #101;) count as last command.
+ Toolbar: Added button "Repeat Last Command". Does the same as the command above.
Notes:
- If you wonder about the wavy icon: think "repeat".
- The toolbar button is less risky than the menu command because its tooltip tells you
what it will do if you click it.
- Nice added value: If you ever wondered what you just clicked, this toolbar button's
tooltip will tell you.
* MLS (64-bit): Internally updated to version 8.407.
> TRANSLATORS: Please wait until Reference64_8.407.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
Code: Select all
v28.30.2703 - 2026-09-17 18:20
+ Glow-Up: Customize Toolbar dialog done. The ugly Zoom dropdown will soon be replaced
by a cool slider control.
% Tools | Customize Toolbar: This dialog now opens without any flicker. Previously,
the toolbar underwent unnecessary repaints.
* Repeat Last Command: Only left-clicks on regular toolbar buttons are registered as
last command. No right-clicks, and no clicks on buttons that pop a menu on
mousedown. Supporting that is not a problem, but it feels awkward to see a foreign
menu attached to the Repeat button, especially when going via menu Help | Repeat
Last Command.
* Configuration | Colors and Styles | Styles | Overall spacing: The effect of this
setting on the toolbar is now limited. Values greater than 2 no longer affect the
toolbar.
* XYcopy (x64): Updated to 2.20.0047.
! File | Rename Special | MP3 Special: Keyboard shortcuts never worked for commands in
this submenu. Fixed.
Code: Select all
v28.30.2704 - 2026-09-18 15:03
+ Toolbar | Repeat Last Command: The context menu now shows the seven most recently
used commands. How cool is that?!
If you select a command from here, the last commands sequence won't be updated. This
keeps the positions stable until you use the menu again.
* Repeat Last Command: Now toolbar clicks are not included by default (not registered
as last commands). To change that, right-click the "Repeat Last Command" toolbar
button and select "Include Toolbar Clicks".
+ Glow-Up: Customize Toolbar dialog improved. Buttons got little direction cues.
Code: Select all
v28.30.2705 - 2026-09-18 16:33
! Toolbar | Find Similar Images: Since 20260531, the button was no longer returning
any results. Fixed.
Code: Select all
v28.30.2800 - 2026-09-18 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.