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).
Preferences
-
Added options for left padding to Preferences / File Display Modes / Details and Power.
-
Added Preferences / File Display Modes / Thumbnails / Folders / Look inside sub-folders option. If turned on, Opus will look inside (top level) sub-folders of a folder as well as the folder itself for images to display in the folder thumbnail.
-
The default Edit > Toggle Size Format button has been updated to keep sorting by the size column if it is replaced by a different one. (To update exiting toolbars, drag the command from Customize > Default Toolbars.)
Scripting
Dialog
andControl
objects now have aScreenToClient
method to convert screen coordinates so they are relative to the dialog or control's top-left corner, and aClientToScreen
method to do the reverse. (Example code)- Added script dialog
Control.SetTooltip()
method, which allows a tooltip string to be added to any dialog control.
Fixes
- Fixed expanded folder being hidden when its contents were moved out.
- Fixed evaluator parsing bug with return statement.
%1
or%2
in the label of a context menu item is now fed through verbatim to evaluator@label
modifiers.- Fixed evaluator
DatePart("date")
not returning the correct value. - Three button buttons with the Dynamic icon/label from child buttons flag on now reset to their default icon if none of the child buttons have a matching
@icon
modifier. - Fixed scripting
HTTPRequest
object occasionally reporting the wrong object ID when multiple requests are launched simultaneously. - Fixed crash with script add-in that passes a JScript array as part of a script's configuration data in Windows 11 24H2. Note that passing a single-dimensional JScript array instead of an Opus Vector should now work OK.
- Fixed script dialog listviews not respecting custom colors for items (as opposed to subitems)
- Possible fix for crash ID 448.