Skip to content

Changes in version 0.8.0

alexx2000 edited this page Feb 21, 2018 · 1 revision

Backward incompatible changes

  • Secure password store format has changed (file pwd.ini). The old format is converted on first use, new file format cannot be used with old DC version anymore. Password store uses AES-256 + Blowfish-448 encryption with key generated using scrypt key derivation function.

New features and changes

  • Tree view menu
  • Multiple search instances
  • Audio info content plugin
  • Verify data integrity after copy/move
  • Better High-DPI support (with Lazarus 1.8)
  • User defined syntax highlighting in Editor
  • Support paths longer than 259 chars (Windows)
  • WebP image format support via libwebp (Linux)
  • Calculate and verify SHA-224 hash
  • Calculate and verify SHA-3 (224, 256, 384, 512) hash
  • Selectable default descript.ion encoding
  • SFTP protocol support in FTP plugin (requires libssh2 library)
  • Display info from content plugins in the file properties dialog (Posix)
  • Advanced Lua scripting. Double Commander can execute Lua scripts via cm_ExecuteScript command. Lua scripts can execute internal Double Commander commands.