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).
- Standard request dialogs now support Ctrl+C to copy their content to the clipboard.
- Printing folder contents to a file now offers an option to append to an existing file instead of overwriting it. The
Print
command has a newWHENEXISTS
argument to automate this. - Print Folder now defaults to saving the output file in the current source folder (rather than the process current directory) if the provided output name isn't a fully qualified path.
- Text viewer with "assume UTF8" on now does a simple test for valid UTF8 data, and falls back on the system codepage if it fails.
- Text-File Thumbnails plugin now excludes .fbx, .obj, .stl by default.
- Fixed issue which meant the exclusion list in the Synchronize and other panels didn't work properly if a folder was added via the browse dialog without then being edited manually.
- The tooltip shown when hovering over the
or
icon in the status bar now displays information about the folder format and Lister origin even if the format is locked.
- Fixed favorite folder entries with ampersands in their names having their ampersands incorrectly doubled when displayed in the FAYT folders mode list.
- The
Go TOFRONT
argument now works even if the Lister it's trying to bring to the front is minimized. - Added
noload
keyword forGo TABSELECT
command, allowing the active tab to be changed without triggering "auto-load on tab activation" behaviour. - Unscoped user variables set by a function with
@set
are now made available to any script add-in functions launched by that button. - Script functions (i.e. those that have had
SetType("script")
called on them) launched via theViewer.Command
method now work properly. - Fixed Evaluation Column editor not saving updated evaluation clause if the only change was made via Find & Replace.
- Fixes for reported crashes.