Code: Select all
v25.40.0421 - 2024-01-27 20:54
! SC input: Layout glitch since v25.40.0420. Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v25.40.0421 - 2024-01-27 20:54
! SC input: Layout glitch since v25.40.0420. Fixed.
Code: Select all
v25.40.0422 - 2024-01-28 11:06
* Updated the help file.
Code: Select all
v25.40.0423 - 2024-01-29 15:24
+ List | Status Column: Added another status, "Syncing", which is shortly shown while
a file is being synced, e.g. when you open a file that needs to be downloaded first.
Icon Meaning Number
------------------------------------------------------------------------
Blue arrows Syncing 6
------------------------------------------------------------------------
+ Configuration | General | Controls & More | Miscellaneous | Open favorite files
directly: Now you can hold down CTRL while selecting a favorite file to reverse the
current setting.
! Catalog: Toolbar Buttons In Catalog were drawn a bit too small in 125% screen
scaling.
! Input Dialog: The input box was covered since v25.40.0418. Fixed.
! List: Since v25.40.0420 you could get a blank list with view "List". Fixed.
Code: Select all
v25.50.0000 - 2024-01-30 18:00
= NEW OFFICIAL RELEASE. Main developments since last release:
+++ Status Column. Now you can have the OneDrive Status column in the file list,
including searching and filtering by availability status.
+++ Many Other Improvements. See change log.
Code: Select all
v25.50.0001 - 2024-02-01 18:32
+ Custom Copy: Added "Fast Intra-Volume Folder Move". This means that moving folders
within a volume (aka logical drive) is now done without browsing the contents.
Technically, the whole thing boils down to a single renaming operation. Makes
moving huge folders within a volume lightning fast.
Of course, since there is no browsing, you will not get a detailed report about the
"moved" folder contents. In the "Full Report" these "Fast Intra-Volume Folder Moves"
are only one line, recognizable by the trailing backslashes.
There's no GUI setting for now, just a tweak that's enabled by default (even for
upgraders). If you prefer the old slow way, set it to 0:
CustomMoveIntraFastFolder=1
* XYcopy: Updated to 2.10.0250.
% Toolbar | Mini Tree: New icon, same idea, but flatter. The old one looked dated.
! Hover Box: When displaying wrapped text, it could still appear under the mouse
pointer when it should not. Fixed.
! File | Rename Special: In the input field, Ctrl+Arrow or double-click selection used
path components instead of words. Fixed.
Code: Select all
v25.50.0002 - 2024-02-03 15:32
* Configuration | General | Custom Event Actions | Clicking on White | Right-click on
white in file list: If set to "Pop up folder's context menu" then
Shift+Right-click on white will not pop the "Customize List" submenu anymore. That
way you can have the folder's *extended* shell context menu which is expected on
Shift+Right-click.
* Custom Event Actions | Right-click on tab | Large menu: Three commands ("Tab
History...", "Type Stats and Filter...", "Toggle Live Filter") are now disabled when
the context menu is displayed for an inactive tab. They can only be applied to the
active tab.
Code: Select all
v25.50.0003 - 2024-02-04 16:35
! Custom Columns | Type Icon: As of 20240125, icons of type ICO were no longer
vertically centered when the row height was increased. Fixed.
Code: Select all
v25.50.0004 - 2024-02-05 15:35
% Startup: Slightly faster and smoother again.
* Tree: When the initial subfolder check is completed you now get a final "subfolder
check done" message. Usually only visible for a split second.
Code: Select all
v25.50.0005 - 2024-02-06 14:21
> Virtual Folders: Looks like the following cool use was never mentioned in the docs.
If you set a tab to a virtual folder like this:
vi:|t|<pick 8.m> //"Last 8"
... and then use "Set Home" and "Lock Home Zone" you can inject new locations into
the tab simply by selecting folders in the tree. So you can have a tab that only
shows you the last (newest) 8 files of any location you click on. Pretty cool.
> BTW, the yet undocumented "t" switch above means: Show the virtual folder path in
the tree if possible (by default virtual folders are not represented in the tree).
Note that this only works if the items listed in the virtual folder have a common
path. If they don't, or if there are no items at all, nothing will be selected in
the tree.
! Virtual Folders: Changing the location on a locked Virtual Folder tab resulted in
nothing but a short flicker. If the new location was another Virtual Folder, the
locked tab was permanently overwritten without questions asked. Fixed. Now the new
location is opened in the default or a new tab as expected.
! Paper Folders: Since 20230410, when switching from a Virtual Folder tab to a Paper
Folder tab, the list was empty instead of showing the Paper Folder contents. Same
problem when going directly from Virtual Folder to Paper Folder within a tab. Both
fixed.
Code: Select all
v25.50.0100 - 2024-02-06 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v25.50.0101 - 2024-02-07 13:02
+ Toolbar | Go Now: Added middle-click to open the location in a new tab.
+ Configuration | General | Controls & More | Miscellaneous | Paste to selected list
folder: Now it also works for shortcuts (LNK) to folders.
Code: Select all
v25.50.0102 - 2024-02-11 13:04
+ Rename Special | Batch Rename: Added switch /r for "Process in reverse order".
This switch is especially interesting when automatic increments are added when
renaming multiple items at the same time. It allows you to number the items from the
bottom up which is nice and natural when the list is sorted by Modified descending.
Example:
Larry /r
Note: Switch /r is functionally identical to flag 256 in SC rename. If you set both,
the flag and the switch, it will not double-reverse (= do nothing) but just reverse.
+ Rename Preview: Now the caption says "in reverse order" if that's the case.
Code: Select all
v25.50.0103 - 2024-02-13 14:41
+ Scripting got a new function.
Name: CEA
Action: Sets or gets actions and scripts of the various Custom Event Actions.
Syntax: cea(index, [action], [script])
index: Index of the CEA.
0 = CEA_TreeDoubleClickOnWhite
1 = CEA_ListDoubleClickOnWhite
2 = CEA_TabDoubleClickOnWhite
3 = CEA_CrumbDoubleClickOnWhite
4 = CEA_TreeMiddleClickOnWhite
5 = CEA_ListMiddleClickOnWhite
6 = CEA_TreeRightClickOnWhite
7 = CEA_ListRightClickOnWhite
8 = CEA_DoubleClickOnTab
9 = CEA_MiddleClickOnTab
10 = CEA_DoubleClickOnStatus
11 = CEA_LeftClickOnStatus
12 = CEA_MiddleClickOnStatus
13 = CEA_MiddleClickOnFolder
14 = CEA_MiddleClickOnFile
15 = CEA_ABMiddleClickIcon
16 = CEA_ABRightClickIcon
17 = CEA_MouseButtonBack
18 = CEA_MouseButtonForward
19 = CEA_BrowseBefore
20 = CEA_BrowseAfter
21 = CEA_BrowseAfterPaint
22 = CEA_AfterFileOperation
23 = CEA_LineNumD
24 = CEA_LineNumL
25 = CEA_LineNumM
26 = CEA_LineNumR
27 = CEA_ListLeftClickOnWhite
28 = CEA_DriveAddedRemoved
29 = CEA_TabMiddleClickOnWhite
30 = CEA_CrumbMiddleClickOnWhite
31 = CEA_LineNumHeaderD
32 = CEA_SwitchTabs
33 = CEA_SwitchPanes
34 = CEA_Exit
35 = CEA_Start
36 = CEA_RightClickOnTab
action: Index of the action to set.
First index is 0.
Missing: Action remains unchanged.
-1: return the current action index
-2: return the current script
script: Script to set.
Standard line feeds (CRLF) are supported.
Missing: Script remains unchanged.
return: The current action index or script (see action parameter).
Examples:
cea(32, 0); //set Switch Tabs action to "None"
cea(32, 2); //set Switch Tabs action to "Run Script"
cea(32, , 'echo <curpath>;'); //set Switch Tabs script to "echo <curpath>;"
echo cea(32, -1); //get Switch Tabs action index
echo cea(32, -2); //get Switch Tabs script
* Configuration | Preview | Thumbnails | Show folder thumbnails: They used to be drawn
1 pixel wider than file thumbnails, making the selection box around them 1 pixel
thinner (and harder too see). This is no longer the case.
! Toolbar | Go Now: Middle-click to open the current address bar location in a new
tab. Now it actually works.
! Toolbar: Button captions did not respect push effect. Fixed.
Code: Select all
v25.50.0104 - 2024-02-13 17:40
! List and Tree | Inline Rename: IME issue (Chinese, Japanese, Korean text input).
Fixed.
Code: Select all
v25.50.0105 - 2024-02-14 10:07
+ Rename Preview: The footer now shows some statistics for the current job, including
the hidden state for unchanged items. If there are conflicts, the entire footer is
displayed in red.