Skip to content

Releases: oleg-shilo/shell-x

Release v1.5.9.0

03 Jan 05:51
Compare
Choose a tag to compare
  • 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

02 Jan 08:54
Compare
Choose a tag to compare
  • 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

31 Dec 06:42
Compare
Choose a tag to compare
  • 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 and ServerRegistrationManager packages.

Release v1.5.6

01 May 12:43
Compare
Choose a tag to compare
  • Issue #26: Is it possible to implement context menu for the same type of files?

Release v1.5.5.0

19 Apr 12:37
Compare
Choose a tag to compare
  • #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 as png)
    • Added 'Naming convention' section in the CLI help content.

Release v1.5.4.0

19 Mar 23:30
Compare
Choose a tag to compare
  • Issue #20: Incorrect context menu

Release v1.5.3.0

04 Feb 15:18
Compare
Choose a tag to compare
  • Some improvements to minimize the frequency of #22
  • Issue #20: Incorrect context menu

Release v1.5.2

06 Jan 01:34
Compare
Choose a tag to compare
  • Issue #12: Icon too big on the nested context menu

Release v1.5.1.0

06 Oct 06:11
Compare
Choose a tag to compare
  • Issues #17: 1.5.0.0 and spaces in filename

Release v1.5.0.0

01 Oct 13:01
Compare
Choose a tag to compare
  • 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.