Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. 11.14 2nd July, 2015
  2. --------------------------------------------------------------------------------
  3. - When using the Folder Options dialog to save a new default folder format for all folders, the formats for Collections, Flat View, and similar special folder types will now be turned on and derived from your new default format, along with additional settings specific to those folders. For example, Collections have the Location column added. This process will also be applied the first time you run this update, but only for formats types which are currently turned off, repairing the problem a lot of people see where they're missing the Location column in their Find Results, and similar.
  4. - Added focus keyword to the Set UTILITY command, which can be used to give focus to the Utility panel. When used in conjunction with toggle (e.g. Set UTILITY=find,toggle,focus), it will only turn the utility panel off if it currently has focus. Otherwise, it will be given focus first.
  5. - Added Set LISTERCMD=OnTopOn and OnTopOff commands, to allow the "on top" state of a Lister to be modified by a command.
  6. - Scripting: Added winver object to the DOpus.version object which makes it easy to get Windows version information from a script.
  7. - New option Preferences / File Operations / Metadata / Update last modified file dates when setting metadata in NTFS ADS which bumps modified timestamps when you change metadata (e.g. labels, ratings, descriptions, tags) which is written into NTFS ADS (alternate data streams) rather than the main file data itself.
  8. - Added the Set LISTERCMD=ToFront command so scripts can bring an arbitrary Lister to the front.
  9. - Added option to the Thumbnail preferences to display the date taken (or file date) underneath the thumbnail.
  10. - Added StringTools script object, which provides methods to encode/decode strings and blobs in various ways.
  11. - Added support for UTF-8 support in SSH.
  12. - The DOpus.Output script command can now be used to print an error message as well as a regular message (which causes the error icon to flash in the status bar if no log window is open). e.g. DOpus.Output("Oh no!", true);
  13. Ctrl-A now selects all in metadata tag (and similar) fields.
  14. - Fixed checkbox next to a disabled folder format in Preferences not becoming checked if the format was edited, until Preferences was re-opened.
  15. - The Print Folder dialog ignored changes typed into the output file field if you pushed return while still in the field. (Tabbing or clicking to another control, or clicking OK both worked.)
  16. - The Archives plugin now supports .xz and .tar.xz / .txz archives.
  17. - The internal viewer now preserves the selection rectangle through flips (as it already did for rotations).
  18. - Relative Date graphs were broken in the Desktop folder.
  19. - Updated the default Movies filetype group with some common file extensions which were missing.
  20. - In the Startup preferences, selecting Shutdown Directory Opus when the last Lister closes now disables Don't open any Listers and automatically selects Open the Default Lister to reflect what will happen. (A Lister must be opened when Opus is run in this mode, since it tells Opus to exit if no Lister is open.)
  21. - Fixed Windows+E key not being trapped on Windows 10 preview.
  22. - The Archives plugin now reports copy speed during batch extract.
  23. - The Archives plugin now suppresses thumbnails and most metadata for video files, to avoid typically large files being extracted to temp for the data.
  24. - Fixed non-recycle delete not removing the parent folder if deletion of a child item failed once but then succeeded on a retry.
  25. - Fixed script/function edit control using too small a font on high DPI monitors.
  26. - Fixed memory leak related to system-wide environment variable changes, triggered for some users at the start or end of Remote Desktop sessions.
  27. - Fixed location field and grouping of new files added to library folders. Previously, they could show the library itself as their locations until a refresh.
  28. - Fixed sorting by image title (and possibly one or two other fields which both images and documents can have).
  29. - Labels stored in the filesystem can now be set on read-only files and folders.
  30. - Raw Digital Camera plugin updated with support for new camera models.
  31.  
  32. nsanedown.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement