Directory Opus 13.14.3 (Beta)

:warning: This is a beta release. It may be unstable. Some text may not be translated yet. Use at your own risk!

:inbox_tray: Download manually, or use Help > Check for Program Updates (if beta versions are enabled in Preferences / Internet / Updates).


  • Added "includestart" keyword for Go FOLDERCONTENT. Makes the generated content list begin at the specified folder rather than starting with its contents.

  • Preferences / Miscellaneous / Sounds now lets you assign a sound to script errors.

  • The Lister's window menu now has a "Close All Other Listers" command in it.

  • The evaluator Val() function now takes an optional second parameter; if set to true, it causes the variable (if any) named by the first value to be dereferenced and returns its value instead of the value of the named value. For example,

    a = "b";
    b = "c";
    Output(Val(a)); // -> "b"
    Output(Val(a, true)); // -> "c"
    
  • Improved folder filtering in flat view mode.

  • Fix for XML node values consisting entirely of whitespace getting lost reading XML files (introduced in 13.14.1).

  • Improved evaluator compatibility with AQS for context menus.

  • Fixed scripting error with certain settable properties (e.g. DoubleClickData.call) introduced in 13.14.1.

  • Fixed frame resize glitch with new script dialog list edit control.

  • Fixed script listedit control types other than folders not working properly after dialog saved and reloaded.

  • Added protection against stack overflow from scripts which use the OnAfterFolderChange event to trigger a new folder read.

  • Fixed details/power mode rendering issue with full row select and left padding.

6 Likes