Skip to content

Releases: flipeador/user-context-menu

v1.0.3

15 Oct 01:41

Choose a tag to compare

  • Add ARM64 package (package.ARM64.7z).
  • Add support for variables in Title: %:PARENT% %:PATH% %:NAME% %:STEM% %:EXT%.
  • Add variables: %:ICON% %:FILE[:<filename>:]% %:FOLDER[:<filename>:]% %:FILESAVE[:<filename>:]%.
  • Display security prompts and user interface (UI) error dialogs when a command is invoked.

v1.0.2

08 Sep 16:46

Choose a tag to compare

  • Add Install.bat file (see README.md).
  • Fix CTRL+SHIFT to force the RunAs verb.
  • Fix commands not being displayed on drives.

v1.0.1

04 Sep 19:12

Choose a tag to compare

  • Improve documentation.
  • Add icon picker (PickIconDlg).
  • Fix Working Directory icon (UI).
  • Fix default command icon when the specified icon is invalid (UI).
  • Fix return type of DllFindPath in UserContextMenuVerb.cs (bug; possible app crash).
  • Change: RuntimeLibrary from MultiThreaded to MultiThreadedDLL, for UserContextMenuVerb in Release.
  • Change: Arguments defaults to "%:NAME%" when using the Join mode and the working directory is empty.

Known issue (regression):
The IsKeyDown function should check that all passed keys are being pressed.
The current implementation causes CTRL or SHIFT to force the RunAs verb.

v1.0.0

16 Aug 08:31

Choose a tag to compare

Initial release.