This is a beta release. It may be unstable. Some text may not be translated yet. Use at your own risk!
Download manually, or use Help > Check for Program Updates (if beta versions are enabled in Preferences / Internet / Updates).
Changes
-
The
Favorites
command now supports theFOLDERCONTENT
argument, which lets generated favorites buttons act as folder content menus. For example, addFOLDERCONTENT=button
to the default command on the Favorites toolbar to make the favorite folders expand to show their contents. -
InfoTip thumbnails can now be positioned to the left, top and bottom of the text as well as to the right. Add the letter "l", "t" or "b" to the
{thumbnail}
code in the infotip definition to select the position (e.g.{thumbnailt}
to put the thumbnail at the top). -
The advanced filter control Type clause can now specifically match junctions and links individually, as well as matching junctions/links/shortcuts as a group.
-
If Open With is used to change the default handler for an image file, and the option to override double-clicks on images is turned on in Opus, a notification message is now shown to explain that double-clicks may be overridden.
Scripting
-
Added
Script.UpdateConfig()
method. A running script can use this to update its copy of its configuration to reflect external changes. -
Added
EverythingInterface.AutoRunCmd
property to retrieve the configured Everything autorun command.
Evaluator
-
In the evaluator's infotips context, variables
source
anddest
are now available to provide the current source and destination folders. -
In the evaluator's find/filter context, variables
source
anddest
are now available to provide the current source and destination folders.
Fixes
- Fixed single click mode interfering with the FAYT when typing to select files.
- Fixed script editor issue with some IMEs where the first letter would get lost when inserting by pressing Shift.
- Fix for IME incorrect positioning in function / script editor.
- Fixed script config labels and other info not updating in the script management dialog if script was edited while the dialog was open and a config value had a non-default value set.
- Using the
Prefs SCRIPTS
command to open a script's configuration dialog now works even if the Script Management dialog is already open - The
Item.metadata.video.framerate
property is now returned as a floating point value rather than a string (usevideo_text
to retrieve the text form of the property). - Fixed issue turning on the "Graph behind" option for evaluation columns without changing the associated dropdown value.
- Fix for script command crash while restoring a backup (ID 627).
- Fixed evaluator column caching not working reliably with columns that rely on imported shell properties.
illegal_namechar_replace
now works if the replacement characters provided are surrogate pairs- Change to improve Everything autolaunch reliability.