Download Page: https://www.xyplorer.com/download.php
Code: Select all
v26.30.0300 - 2024-08-23 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.30.0300 - 2024-08-23 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.30.0209 - 2024-08-23 15:14
! Dropping Messages: If two mails had the same name and date stamp, they could not be
successfully dragged to XYplorer at the same time. Only one of them was copied. Fix
#2. (Not all situations were covered in fix #1.)
Code: Select all
v26.30.0208 - 2024-08-23 11:41
! Virtual Folders: Using SC tab right before browsing a Virtual Folder, e.g. via a
Custom Event Action, could cause the Virtual Folder to be processed incorrectly.
Fixed.
! Dropping Messages: If two mails had the same name and date stamp, they could not be
successfully dragged to XYplorer at the same time. Only one of them was copied. Fixed.
Code: Select all
v26.30.0207 - 2024-08-22 16:23
* SC tagitems: Now the command processes the input data just like the "Tags | Tags |
Edit Tags..." dialog. Multiple tags can be separated by either , (comma) or CRLF
(line feed). For example:
tagitems("tags", "yes,no"); //sets tags "yes" and "no" to the selected item(s)
tagitems("tags", "yes<crlf>no"); //sets tags "yes" and "no" to the selected item(s)
Previously, <crlf> was not handled at all and resulted in a corrupt tag database entry.
Code: Select all
v26.30.0206 - 2024-08-21 14:38
+ Filters in Small Dialogs: Now the filters obey to the setting of "Configuration |
Find and Filter | Filters & Type Ahead Find | Visual Filters and Live Filter Box |
Ignore diacritics", e.g. the filters in "Go | Recent Locations..." or "Help | List
All Commands..." or "Tools | Customize Toolbar...".
The global "Ignore Diacritics" setting can be changed via the right-click menu of
the filter icon in the filter box.
+ Tools | Customize Toolbar...: Now the filter icons in both filter boxes of the
dialog have a small context menu where you can toggle the global options "Ignore
Diacritics" and "Use Space Character for B&oolean AND".
Note that the "Ignore Diacritics" flag is identical to "Configuration | Find and
Filter | Filters & Type Ahead Find | Visual Filters and Live Filter Box | Ignore
diacritics".
Code: Select all
v26.30.0205 - 2024-08-20 17:34
! Address Bar: The drop-down list could open upwards instead of downwards in a
multi-monitor setup. Might be fixed.
Code: Select all
v26.30.0204 - 2024-08-19 15:32
! Thumbnail Cache: If the system short date was set to an exotic custom definition,
the thumbnail cache (the date field "Mod") was not written correctly. Fixed.
Code: Select all
v26.30.0203 - 2024-08-17 13:26
! Queued File Operations: A manually started job from later in the queue would trigger
other waiting jobs. This should not happen. Fixed.
Code: Select all
v26.30.0202 - 2024-08-16 13:06
+ Toolbar | Icons: Now you can have all icons in monochrome grayscale. It's a tweak:
ToolbarGrayIcons=1
Note that this only affects the native icons. Custom toolbar buttons and bookmark
buttons will still display colors if their icons have colors.
+ Preview Pane: Now you can right-click on the (empty) pane to open a small menu that
allows you to close the pane.
Code: Select all
v26.30.0201 - 2024-08-15 17:15
! Configuration | Colors and Styles | Highlights & Dark Mode | Selections in focused
controls | Use: If these colors were rather bright, the selection could become
invisible when hovering over a selected item if in light mode and "Configuration |
General | Menus, Mouse, Usability | Usability | Highlight hovered items" was
enabled. Fixed.
Code: Select all
v26.30.0200 - 2024-08-14 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.30.0105 - 2024-08-13 11:04
+ Tags | Tags | Add Tags by List... / Edit Tags by List... / Remove Tags by List... /
Find by Tag List...: These dialogs now remember their size and position.
* Thumbnail Cache: Now you get an error message if the cache could not be read for
some reason.
Code: Select all
v26.30.0104 - 2024-08-12 12:29
! Toolbars: Colors did not adjust to customization via SC interfacecolors. Fixed.
Now this looks okay (depending on your taste in pink):
interfacecolors("F76296|FFFFFF"); //pink file manager (light mode only)
! Find Files and Quick Search | Content Search: The German ß character (and probably
other exotic characters) was not found in BOM-less UTF-8 files. Fixed. Now this
works as expected:
cont:ß
> Note that this has to be ticked if the scanned files have no UTF8-BOM:
Configuration | Preview | Preview | Text preview | UTF-8 auto-detection.
Code: Select all
v26.30.0103 - 2024-08-11 13:29
* Configuration | General | Menus, Mouse, Usability | Mouse | Single-click to open an
item: Single-click now only opens items when CTRL, SHIFT, and ALT are not pressed at
the same time. This way, you can still select multiple files with CTRL+left-click
while "Single-click to open an item" is enabled.
% Tabs: Refreshing after file operations could take a long time if there were tabs
pointing to unavailable network locations. This is no longer the case.
Code: Select all
v26.30.0102 - 2024-08-06 16:45
+ List | Thumbnail views: Since v24.40.0210 - 2023-06-04 15:47, icons for items
without thumbnails are drawn slightly smaller than the thumbnails. Now there is a
tweak to show the icons in the same size as the thumbnails:
ThumbsIconsSameSize=1