Code: Select all
v26.70.0503 - 2024-12-30 14:37
! Configuration | Tabs and Panes | Tabs | Visual style: Style "XYplorer Style
(Rounded)" was not remembered. Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v26.70.0503 - 2024-12-30 14:37
! Configuration | Tabs and Panes | Tabs | Visual style: Style "XYplorer Style
(Rounded)" was not remembered. Fixed.
Code: Select all
v26.70.0502 - 2024-12-30 11:40
+ Tools | Customize Toolbar... | Options: Added a new visual style (like XYplorer
Style, but not rounded) and renamed the old ones:
- Windows Theme Style
- XYplorer Style (new non-rounded option)
- XYplorer Style (Rounded) (previously XYplorer Style)
Code: Select all
v26.70.0501 - 2024-12-28 13:12
+ Configuration | Tabs and Panes | Tabs | Visual style: Added a new visual style
(like modern, but not rounded) and renamed the old ones:
- Windows Theme Style
- XYplorer Style (Archaic) (previously XYplorer Archaic Style)
- XYplorer Style (new non-rounded option)
- XYplorer Style (Rounded) (previously XYplorer Modern Style)
* Configuration | Colors and Styles | Highlights & Dark Mode | Selections: Renamed
"XYplorer Classic Style" to "XYplorer Style".
* Tools | Customize Toolbar...Tools | Customize Toolbar... | Options: Renamed
"XYplorer Classic Style" to "XYplorer Style".
! Configuration | General | Sort and Rename | Rename | Resort list immediately after
rename: Disabling this was not honored on network paths in Win 10 and later. Fix #5.
Code: Select all
v26.70.0500 - 2024-12-27 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.70.0405 - 2024-12-27 15:18
* Updated the help file.
Code: Select all
v26.70.0404 - 2024-12-26 13:04
! Smart Dropdown Buttons: You could drag stuff onto them, which made no sense. Not
anymore.
! Configuration | Information | Report & Data | Output file options | Encoding: Said
"UFT" instead of "UTF". Fixed.
! Command Line Switches: If a /feed or /script script was wrapped in pipes instead of
quotes, those pipes were forgotten and replaced by quotes when the application was
restarted or a throw-away instance was started. Fixed.
Code: Select all
v26.70.0403 - 2024-12-24 11:36
+ Smart Dropdown Buttons: They support prefixed quoted captions again (worked before,
but there was a regression that made them dysfunctional) and nested submenus
through indentation (they did before, but it was never explicitly mentioned in the
change notes).
For example (simply paste this into the left-click event of a User Button):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C:\
"Calculator" %winsysdir%\Calc.exe
E:\XY\XYplorer\appdata\XYplorer.ini
-
Locations
C:\
D:\
-
More Locations and Apps
%temp%
<xy>
C:\Program Files\Notepad++\notepad++.exe
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Code: Select all
v26.70.0402 - 2024-12-23 14:17
* Tools | Customize Tree | Tree Path Tracing: Now the width of the "snake's head" will
adjust to some extent to the font size.
! Rapid Access Folders: When deleting a subfolder of a Rapid Access Folder you got the
"Remove from Rapid Access" prompt instead of the normal delete confirmation.
Clicking OK did nothing. Actually, only the top folder in a RAF branch should get
the "Remove from Rapid Access" treatment, subfolders should be treated like normal
folders (i.e. delete to recycler or permanent). Fixed.
Code: Select all
v26.70.0401 - 2024-12-19 17:19
+ SC folderreport: Now it also works for Paper Folders.
! SC folderreport: The format template was ignored for the relative folderreport types
filesrel/dirsrel/itemsrel. Fixed.
Now this, for example, works as expected:
text folderreport("filesrel:{fullname}<tab>{size br}","r",,"r");
! Custom file icons: Initialization could fail with error 5 if a permanent variable
(<perm ...>) was used in a definition. Fixed.
Code: Select all
v26.70.0400 - 2024-12-17 19:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.70.0308 - 2024-12-17 12:10
! Paper Folders: Did not support UNIX EOL (or other non-DOS EOL) in source files.
Fixed.
Code: Select all
v26.70.0307 - 2024-12-16 15:06
+ Scripting | Steps Dialog: Now it's resizable and remembers the user-defined size and
position. For upgraders, the dialog starts at position 0/0.
* Scripting | Steps Dialog: Changed the default size to 1000x600 max.
Code: Select all
v26.70.0306 - 2024-12-15 18:24
* Info Panel | Meta: Line wrap improved.
Code: Select all
v26.70.0305 - 2024-12-15 13:32
* Info Panel | Meta: The lines now wrap at 72 characters.
! Configuration | General | Sort and Rename | Rename | Resort list immediately after
rename: Disabling this was not honored on network paths in Win 10 and later. Fix #4.
! Paper Folders: If a corrupt paper folder source file contained empty lines, those
lines were not ignored, but resulted in some fantasy items being added to the paper
folder when listed. Fixed.
Code: Select all
v26.70.0303 - 2024-12-14 21:15
% Find Files, Quick Search: Directories-only searches and non-recursive files-only
searches (both set via [Not] Directory on the Attributes tab, or via switches /d and
/fn) take half the time now.