Code: Select all
v26.30.0101 - 2024-08-05 20:07
> Tree: Enhanced error messages on a hunt for error 9.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v26.30.0101 - 2024-08-05 20:07
> Tree: Enhanced error messages on a hunt for error 9.
Code: Select all
v26.30.0100 - 2024-08-01 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
v26.30.0011 - 2024-08-01 18:46 - unpublished
! Input Dialogs with Dropdown: Since 20240628, closing the dropdown with ESC also
closed the dialog. Not good. Fixed.
Code: Select all
v26.30.0010 - 2024-07-31 15:12
! List | Filter Info Bar: Additional info "Folders pass all filters" was not displayed
if it was caused by "Configuration | Find and Filter | Filters & Type Ahead Find |
Visual Filters and Live Filter Box | Apply to files only". Fixed.
! Fast Live Filter: Changing filter settings while a list was fast filtered did not
always update the list to the new conditions. Fixed.
! Fast Live Filter: When disabling a Branch View with "Let folders pass all filters"
an internal flag was not reset and folders continued to pass the filter. Fixed.
> List: Enhanced error messages on a hunt for error 9 after creating/renaming a
folder.
Code: Select all
v26.30.0009 - 2024-07-30 14:10
! Custom Event Sounds: Didn't play on Windows XP (since 20230802). Fixed.
Code: Select all
v26.30.0008 - 2024-07-29 14:46
! Mouse Up Show Down: Z-order issue in Windows XP. Fixed.
Code: Select all
v26.30.0007 - 2024-07-28 20:13
* XYcopy: Updated to 2.10.0259.
! SC catalogreport: Error 9 using catalogreport() on an empty catalog. Fixed.
Code: Select all
v26.30.0006 - 2024-07-28 11:39
+ Scripting got a new function.
Name: CatalogLocation
Action: Gets or sets the location of a catalog item.
Syntax: cataloglocation([index=-1], [location])
index: The index of the catalog item for which to set/get the location.
Defaults to the currently selected item.
location: New location to set.
If omitted, the current location is not touched.
How to find out the index of a catalog item:
It's shown in the caption of the catalog item's properties dialog.
It's shown in the tooltip of the item's icon when you hold down CTRL.
Examples:
echo cataloglocation(712); //get location of #712
cataloglocation(712, "X:\"); //set location of #712
echo cataloglocation(); //get location of currently selected item
cataloglocation(, "X:\"); //set location of currently selected item
Code: Select all
v26.30.0005 - 2024-07-27 15:52
+++ Paper Folders: You can now specify relative paths in the paper folder definition
file and they will be resolved relative to the path of that definition file. This
allows you to move or copy paper folders along with their contents.
A major gain in portability!
* Paper Folders: Now Go Up from a paper folder will take you to the path of the paper
folder definition file.
FYI, this used to be the case before 20240430, but was removed as an experiment.
Code: Select all
v26.30.0004 - 2024-07-26 18:20
! Tools | List Management | Servers in Network Folder...: Sorting was enabled but had
no lasting effect. Fixed. It's now disabled.
! Scripting | Arrays: Fixed a rare error 9.
! View | Suspend Auto-Refresh: Didn't work on mapped network drives. Fixed.
Code: Select all
v26.30.0001 - 2024-07-23 13:03
! Scripting | Arrays: Defining an array as global and later using it as an associative
array resulted in incorrect variable assignments. For example:
global $a[]; $a['testX'] = "X"; $a['testY'] = "Y"; echo $a['testX']; //should be X, was Y
Fixed.
Code: Select all
v26.30.0000 - 2024-07-22 18:00
= NEW OFFICIAL RELEASE. Main developments since last release:
+++ This is a BIG maintenance release. Numerous minor fixes and improvements have been
made since the last major release.
Code: Select all
v26.20.0303 - 2024-07-22 11:31
+ List | Details view | Path column: Added the option to truncate displayed paths from
the beginning instead of the middle. To toggle it, hold down CTRL while right-clicking
on the Path column header and click "Truncate Paths from Beginning". Rocker-click
works as well.
Why? Typically, a path specification has a redundancy gradient from beginning to end.
! Startup.ini: When the specified application data path was not found and could not be
created, you were met with a bunch of error messages instead of a graceful resolution.
Fixed. Now the data path is automatically changed to %APPDATA%\XYplorer_<versionnumber>.
Code: Select all
v26.20.0302 - 2024-07-21 15:23
+ Find Files and Quick Search: You can now use "content:" as an alternative to "cont:"
as a selector for a content search. For example: content:love. Lowers the bar for
File Explorer deserters.
* List | Details view | Size column | Size Bars: Changed the graphic style to
something that's easier for today's users to understand and less demanding on the eye.
Also the color got a bit lighter.
! File Size Rounding: Sizes just a few bytes below a unit (KB, MB, etc.) were
displayed as 1.00 KB or 1.00 MB when rounded to two decimal places - up-rounding,
which is undesirable in this context. Fixed. Now these sizes are displayed as 0.99
KB or 0.99 MB.
Code: Select all
v26.20.0301 - 2024-07-20 11:29
+ List | Cell Context Menu (Ctrl+Right-Click) | Copy Data: Now you can hold down the
Shift key to copy the data of all selected items. The return format is one cell per
row (CRLF).
+ List | Details view | Size column | Size Circles: Now you can click the size circle
of a cached folder size to update that cache. The circle's tooltip says "Click to
update cached folder size" at the bottom.
% List | Details view | Size column | Size Circles: Improved the color contrasts.
! List | Cell Context Menu: Since 20240507, the status bar info for various menu items
was no longer displayed. Fixed.
Code: Select all
v26.20.0300 - 2024-07-18 21:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.