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).
Improvements
-
Improvement to Synchronize folder exclusion lists. Excluded folders are now skipped even if they're inside other folders that don't exist in the destination.
-
Improved logic for naming new junctions/softlinks/etc. when there's already something with the same name.
-
Improved logic for Replace > Rename New, making it more strict when looking for and bumping "(1)" style counts on the end.
Scripting
-
DialogListItem.subitems
now returns a real object (DialogListSubItems
) which is a collection of real objects (DialogListSubItem
) rather than strings. Existing code should continue to work without needing modification. -
The new
DialogListSubItem
script object hasfg
,bg
andstyles
properties which allow colors and font styles to be specified for individual columns.
Evaluator
-
Evaluator zero-padding via
x as "#3"
and similar now works as documented. -
In the evaluator, pre and post increment now works with Opus global variables.
-
In the evaluator,
Stem()
no longer causes an error if given an empty string. -
Evaluator inserts in the advanced renamer will now convert all-numeric fields like index to numeric types automatically.
Fixes
-
Fixed image converter not using custom image size suffixes.
-
Fixed incorrect background color at the bottom of system Message Boxes when in Dark Mode on Windows 11 24H2.
-
Fixed issue that was stopping the MediaInfo context menu from appearing for some filetypes
-
Everything global search now works in an empty tab.
-
Fix for crash ID 418
-
Fix for crash ID 422
-
Possible fix for "DOpus is regularly freezing/not responding" (Jonathan Frome)
-
Possible fix for "ERROR WHEN USING 2 INSTANCES OF DOPUS" (via email)