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 Preferences / File Display Modes / Thumbnails / Folders / Archive folder thumbnails option, lets you stop Opus generating thumbnails for archives, and folders within archives.
Scripting
-
The
Dialog.AddHotkey()script function now takes an optional third argument. If this is set to true the hotkey will be added as a global hotkey, and will work even when the dialog isn't active. -
Improved the checks
Vars.Set()does to detect non-Opus objects (they are not supported in Vars objects as they can easily cause crashes, since they can't persist from one instance of a script to another).
Fixes
-
Fixed issue displaying some 4 and 8 bit PNGs in the Direct2D viewer.
-
Fixed "Replace All" etc buttons on replace dialog getting confused if the dialog lost activation and the default state had been set to "All".
-
Evaluator functions
FileSize()andFileDate()now work when testing evaluator columns and rename control keys in Preferences. -
Fixed interaction between the "Don't open any Listers on startup" and "Shutdown program automatically" options.
-
Fixed some control accelerators not showing in languages that display them separately to the label (e.g. Chinese, Japanese).