Releases: flipeador/user-context-menu
Releases · flipeador/user-context-menu
v1.0.3
- 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
v1.0.1
- Improve documentation.
- Add icon picker (
PickIconDlg). - Fix
Working Directoryicon (UI). - Fix default command icon when the specified icon is invalid (UI).
- Fix return type of
DllFindPathinUserContextMenuVerb.cs(bug; possible app crash). - Change:
RuntimeLibraryfromMultiThreadedtoMultiThreadedDLL, forUserContextMenuVerbinRelease. - Change:
Argumentsdefaults to"%:NAME%"when using theJoinmode and the working directory is empty.
Known issue (regression):
TheIsKeyDownfunction should check that all passed keys are being pressed.
The current implementation causesCTRLorSHIFTto force theRunAsverb.