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).
New features
-
Added an option to Preferences / File Displays / Navigation to control the Navigation Lock warning message (when the two sides go out of sync). This can be set to verbose (default), minimal and off. This replaces the old option from Miscellaneous / Advanced which allowed the choice of verbose/minimal but did not allow the message to be disabled.
-
In script dialogs,
Control.AddItem
andInsertItemAt
now allow a group ID to be specified when adding an existingDialogListItem
to another listview control. Previously only passing a string and data value allowed a group to be specified for a new item. -
Added
Close RESTART
command. Shuts Opus down and restarts it (either immediately, or with confirmation if theconfirm
argument is given). -
Added Restart and Exit commands to the Lister window menu (top-left corner icon). By default they will prompt for confirmation - hold Shift down when choosing them to exit/restart without confirmation.
-
Added
FindWindow()
Evaluator function. Allows searching for top-level windows by class and title. Returns true if the specified window exists.
Minor changes
-
The thumbnail style list (Preferences / File Display Modes / Thumbnails / Styles) can now be reordered, which lets the relative priority of styles be controlled.
-
Opus now respects the NoCDBurning system policy.
-
The Relative Size column now works in the This PC folder (Opus native implementation).
-
The
TABCLOSEALL
argument is now propagated to the commands generated byGo TABGROUPLIST
, so you can use e.g.Go TABGROUPLIST=icons KEYARGS ctrl:TABCLOSEALL=no
to produce a list of tab group buttons that will close existing tabs when Ctrl is held down.
Bug fixes
- Fixed interaction between single click mode and the file display background double-click event, which could cause a new folder to be automatically entered after double-clicking to go up.
- Fixed "Begin lasso on filenames" option preventing ctrl+click from deselecting files in details mode.
- Selecting a shortcut from a
Go FOLDERCONTENT
menu that was generated via shell enumeration now runs the shortcut properly.