Skip to content

0.8.0

Compare
Choose a tag to compare
@end2endzone end2endzone released this 03 Jul 19:20
· 293 commits to master since this release

GitHub Downloads (all assets, specific tag)

Changes for 0.8.0

  • Shellanything now features support for plugins (beta).
  • Now using GLOG (Google Logging Library) as a shared DLL instead of a static library.
  • Now using libexprtk as a shared DLL instead of a static library.
  • Fixed issue #50: Multi-select filename handling and complex visibility judgment.
  • Fixed issue #89: Show a confirmation prompt as an action before proceeding.
  • Fixed issue #103: ShellAnything API in C.
  • Fixed issue #105: Support for .editorconfig as a coding standard.
  • Fixed issue #101: Deprecate setup.exe installer in favor of the Windows Installer (*.msi).
  • Fixed issue #113: Upgrading from v0.7.0 to 0.8.0 installs at the wrong location.
  • Fixed issue #114: Implement sa_plugin_terminate() in the C API.
  • Fixed issue #117: Menu entries with icons that uses an icon file (.ico) does not work when scale is greater than 100%.
  • Fixed issue #118: Registry corruption while registering the extension.
  • Fixed issue #119: Disable logs when the shell extension is loaded by registry editor (regedit.exe).
  • Fixed issue #121: ShellAnything Errors out when opening a context on Google Docs/Sheets/etc.
  • Fixed issue #124: Property 'application.path' resolves to sa.core.dll instead of sa.shellextension.dll.

Notes:

  • Plugins support is in beta stage.
  • The file name of Shellanything's shell extension is now sa.shellextension.dll. If you update from a previous version, make sure you unregister the previous shell extension (formally shellext.dll).
  • Deprecated support for Windows 7. Version 0.7 is the last version to support Windows 7.