Code: Select all
v26.50.0002 - 2024-10-08 20:32
! Custom File Icons: The new /t switch did not work properly in Rapid Access Folders.
Fixed.

(1) Installer Package, (2) No-Install Package (for manual unpacking).

Code: Select all
v26.50.0002 - 2024-10-08 20:32
! Custom File Icons: The new /t switch did not work properly in Rapid Access Folders.
Fixed.
Code: Select all
v26.50.0003 - 2024-10-09 15:23
+ Menu View | Show Items: Added toggle "Show Custom File Icons". This finally allows
you to assign a keyboard shortcut. There is even a default one now: Alt+F9
* Enable Custom File Icons: Renamed to "Show Custom File Icons" everywhere.
+ Custom File Icons: Added one more icon to the package, XYicon_FolderTagged.ico, a
pinkish version of the generic folder icon. To be used as the default choice in:
*\ /t><xypath>\XYicon_FolderTagged.ico //matches all branches with tagged items
+ Tabs: Added a tweak to control the underlining of the caption of locked tabs:
TabLockedUnderlined=0
The factory default and previous hard setting is TabLockedUnderlined=1. Now you can
switch it off
* Catalog: Now a location item pointing to ".." (it will go up) gets the "Up" button
icon instead of a folder icon that happens to be above the current app folder.
* MLS: Internally updated to version 8.191.
> TRANSLATORS: Please wait until Reference_8.191.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
v26.50.0004 - 2024-10-09 18:52
! Custom File Icons: The /n switch did not handle junctions correctly. Fixed.
> Custom File Icons: FYI, determining whether a branch has files (/n switch) can get
tricky if down in the branch a junction points to a parent of itself. Just following
this will lead to an endless recursion (which will very quickly crash the app).
Solution: In this, almost illegally weird scenario, the function will *assume* that
there are files in the branch. This is better than a false "no files" report.
Code: Select all
v26.50.0005 - 2024-10-10 15:26
+ Menu Tags: Added command "Remove Items from Database". Select it to remove all
selected list items from the tags database, i.e. remove all their labels, tags,
comments and extra tags.
Useful. Without this command, you'd have to remove each label, tag, comment, and
extra tag individually, or go through the back door in Configuration | Information |
Tags | Options... | Edit Tagged Items...
! Content-Based Folder Icons: Minor bugs fixed, speed improved.
Code: Select all
v26.50.0006 - 2024-10-10 19:06
% Content-Based Folder Icons: Revised one of the 6 icons in the release package:
XYicon_FolderGeneric.ico
This is now 100% the generic folder icon in Windows 11. The previous version was a
little darker.
! Content-Based Folder Icons: Toolbar bookmarks did not yet support the /t switch
(branches with tagged items) right after startup.
Code: Select all
v26.50.0009 - 2024-10-11 21:01
+ SC get("exif"): Now you can use this function to retrieve formatted GPS data from
Exif data in photo files. Two formats are supported:
echo get("exif", "gps"); //coords, eg: 51°10'41.8"N 1°49'35.9"W
echo get("exif", "gpsdec"); //decimal, eg: 51.178278, -1.826639
Both formats work with Google Maps when appended to https://www.google.com/maps/place/
! Fast Live Filter: Could not Ctrl+Lasso a fast-filtered list. Fixed.
Code: Select all
v26.50.0010 - 2024-10-12 10:24
! GPS: Could not handle some input. Fixed.
! GPS: Decimal return was not accurate. Fixed.
Code: Select all
v26.50.0011 - 2024-10-12 20:38
* XYcopy: Updated to 2.10.0261.
! SC Sync: The filter of folders did not filter all folders that should be filtered.
The claim "If a folder does not pass the filter, the whole branch is out." was false
for subfolders of the filtered folder if it was not directly under the top folder.
For example, syncing D:\Folders\ with a filter "-debug\" did still copy any files
under D:\Folders\Filled\Debug\Temp\. Fixed.
Code: Select all
v26.50.0012 - 2024-10-13 11:58
* XYcopy: Updated to 2.10.0262.
! SC Sync: The recent fix was not perfect yet. Fixed again.
Code: Select all
v26.50.0100 - 2024-10-13 14:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.50.0101 - 2024-10-21 13:26
! Configuration | General | Menus, Mouse, Usability | Mouse | Point to select: Did not
always work in all contexts. Fixed.
! Configuration | Colors and Styles | Templates | Status Bar: Variable <s:duration>
was not resolved anymore if Skip Custom Columns was enabled. Fixed.
! SC get("LengthsSelected"): Didn't work anymore if Skip Custom Columns was enabled.
Fixed.
Code: Select all
v26.50.0102 - 2024-10-21 20:47
+ Hover Box | Folder Contents Preview: Added a tweak to show the deep contents of the
entire branch in the status section of the hover box when hovering over a folder:
HoverBoxFolderDeepContents=1
Notes:
- Since this can take a while for large branches, there is an additional safety
belt: You also have to hold down the SHIFT key to actually get the deep scan.
- You can abort the deep scan by pressing ESC.
- Drives roots are excluded here. They are never deep scanned.
- If a deep scan was performed, you will see a "Deep contents:" header in the status
section.
- Folder size caching is used if enabled; when cached values are displayed, the
header is "Deep contents (cached):".
- If you enable "Configuration | Information | File Info Tips & Hover Box | Show
Hover Box | Only while the shift key is held down" you will of course always get
the deep scan with the Hover Box. Just a slightly unfortunate collision of
conditions.
! Configuration | General | Menus, Mouse, Usability | Mouse | Point to select: Did not
work properly with less than half visible thumbnails or tiles, and did not work when
the mouse hovered over the cell but not the thumbnail itself. Both fixed.
Code: Select all
v26.50.0103 - 2024-10-22 19:50
! Configuration | General | Menus, Mouse, Usability | Mouse | Point to select: Did not
work properly with thumbnails under certain conditions. Fixed.
Code: Select all
v26.50.0104 - 2024-10-23 17:36
* Configuration | General | Refresh, Icons, History | Icons | Enable custom file
icons: Renamed to "Show custom file icons".
* Updated the help file.
! Configuration | General | Menus, Mouse, Usability | Mouse | Point to select: Did not
work well with Mouse Up Show Down under certain conditions. Fixed.
Code: Select all
v26.50.0200 - 2024-10-23 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.