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 / Filtering and Sorting / Find-As-You-Type / Find Mode / Ignore file extensions option.
Commands
- The command
Select FILTER=list
can now be used to generate a dynamic list of filters. Selecting a filter from the list invokes the Select command to select files matching the filter. - The
FileType SUMMARY
command can now display file type statistics for the contents of selected folders instead of just the currently displayed folder. The newcontents
andrecurse
keywords control this behaviour. - Added the Link Count column. Displays the number of hard links to a file. 1 means there is only one link (the file itself), 2+ means multiple files linked to the same data.
Miscellaneous
- Experimental: Fix for ARM64-emulation issues which prevented dark mode working in some dialogs, and also stopped combo box dropdowns working.
- The status bar filetype tooltip is now a fixed size rather than scaling with the size of the Lister.
- Improved folder format explanation text when a Content Type format was manually selected.
- Column font styles (bold, italics, underline) are now combined with label font styles, rather than replacing them. Strikethrough text is now also rendered correctly if applied by a label in combination with font styles from a specific column or the sort column.
- In inline rename mode, when a filename is copied from another item using Ctrl+Shift+Up/Down , the other item is now briefly highlighted in all display modes (previously it was only highlighted in Power/Details modes).
- Further improvement to unscoped user variables being accessible to both functions and script functions.
- Fixed favorites with & in their names having the & doubled if rearranged via the favorites toolbar.
- Fixed the CLI not allowing backspace to delete highlighted text if the highlight started at the beginning of the input line
- Added Russian language back to the installer
Scripting
- Added script method
Filter.List()
. Returns aVector
containing the names of all defined filters. - Added
Msg.subitem
property which provides the subitem (column) number for script dialogs listview on right-click/double-click. - The
Filter.Load
script method now returns true or false to indicate whether or not the filter was successfully loaded.