Releases: oleg-shilo/shell-x
Releases · oleg-shilo/shell-x
Release v1.5.9.0
- Added unconditional quoting the args when passed to the scripts (triggered by #28)
- Added Debug output with the script command being executed
- Removed troublesome UNICODE char from the sample root folder. It upsets CMD terminal when testing.
- Added setting working directory to the parent folder of the script being executed.
Release v1.5.8.0
- Removed troublesome UNICODE char from the sample root folder. It upsets CMD terminal when testing.
- Added setting working directory to the parent folder of the script being executed.
Release v1.5.7.0
- Added option to keep the console open for console commands with non-empty envar
SHELLX.KEEPCONSOLE
- Update PowerShell command support. It was needed because PS CLI changes
- Update of
SharpShell
andServerRegistrationManager
packages.
Release v1.5.6
- Issue #26: Is it possible to implement context menu for the same type of files?
Release v1.5.5.0
- #26: Is it possible to implement context menu for the same type of files?
- Added support for single item multipart extension list as config folder name (e.g.
[png]
will be treated the same way aspng
) - Added 'Naming convention' section in the CLI help content.
- Added support for single item multipart extension list as config folder name (e.g.
Release v1.5.4.0
- Issue #20: Incorrect context menu
Release v1.5.3.0
Release v1.5.2
- Issue #12: Icon too big on the nested context menu
Release v1.5.1.0
- Issues #17: 1.5.0.0 and spaces in filename
Release v1.5.0.0
- Added support multiselect execution of every selected file in the dedicated instance of the batch file process.
- Issue #16: Question about executing the BAT file in the menu
File name
<two_digits_order_prefix>.<menu_item_name>[.c][.ms].<cmd|bat|ps1>
.ms in the file name has a special meaning. It indicates that the batch file supports multi-select scenarios. Thus if multiple files are selected and executed against the shell extension menu item then every file will be executed in it's own process of the corresponding batch file. Otherwiseall files are passed to a single batch file.