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).
Undo
- Added File Operations / Options / Sequential undo Preferences option. When this is enabled, undoing an operation no longer adds the undone action at the top of the undo list. Instead, it adds it to a new "redo" list. This lets you undo multiple actions in sequence, and optionally redo them in reverse order if needed. This is turned on for new configurations but existing configurations will need to enable it manually, and add the "Redo" command to the toolbar (see below).
- The new
Undo REDO
command is used to redo the previous action, as long as Sequential undo is enabled. - The
Undo LIST
command accepts the keywords "redo" and "both" to make it list undo items, redo items or both. - The default Menu toolbar has the Redo command in the Edit menu by default. Reset the toolbar or drag the command out of the Customize / Default Toolbars tab to get this command easily.
- The
Undo LIST
command also accepts the keyword "max:X" to control the maximum number of items listed (default is 10).
Go command
- Added Miscellaneous / Advanced: [Behavior] go_usequalkeys_eval Preferences option. This lets you provide an evaluation clause to override the default behavior of the
Go USEQUALKEYS
argument. The eval clause is given "shift", "ctrl" and "alt" variables it can use to tell what qualifiers were down. It should return a string corresponding to additional arguments for the Go command, or false for the default behavior. E.g.,if (shift) return "NEW";
.
Scripting
- Added "Notify delete" option to script listedit control. Causes delete buttons to be displayed for each item even in read only mode, and clicking a delete button sends a "delete" notification to the script's message loop.
Miscellaneous
- If folder loading is postponed due to Preferences settings, any folder image/background color for the deferred folder is now shown.
- The multiline edit control used in the command editor etc. now supports F6 to shift the focus to the next control.
- For buttons that are image only, the tooltip now displays the accelerator key (if any).
- The
GetSizes HASH
command can now be used without a specified hash type to forcibly calculate the hash for any columns that are displayed in the file display but haven't been calculated yet because the file size is too large. - The function parser now allows
%%
to escape a literal % character and prevent environment variable lookups. - Added
/nofocus
argument for thedopusrt.exe
command which, if it results in Opus being launched, tells it to avoid taking the window focus while starting up. This argument must appear first on the command line, e.g.dopusrt.exe /nofocus /cmd Set NOOP
.
Fixes
- Fixed Image Converter dialog drawing a focus rectangle around the wrong control when it opens.
- Fixed Image Converter dialog indicating the preset was modified if input focus was given to the JPEG Quality field and then another control without modifying the actual value.
- Fixed legacy VBScript rename scripts not working.
- The Enter key with qualifiers down now works the same way in the icon modes as it does in details mode.
- Fixed
Go FOLDERCONTENT
button directory filters not working properly. - Fixed
GetSizes HASH
command failing to generate hashes for some files if other files already had hashes, depending on the file order. - Fixed file replace dialogs not being properly centered if they appeared following the zip-specific replace dialog.
- Fixed file extension status bar count going negative in some situations (rapid file changes and a file filter set).
- Fixed evaluator AQS error from MobaTextEditor context menu.
Copy HERE CREATEFOLDER
now works withAUTOSELECT
to automatically select the new folder.- Fixed internal ID number being visible in list of content type formats (shown when doing argument completion for
Set CONTENTFORMAT
command, for example). - Fixed
Set CONTENTFORMAT
and the content type toolbar dropdown not working properly with user-defined content types. - The
Undo ITEM
command now works correctly.