Skip to content

Releases: oleg-shilo/shell-x

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.

Release v1.4.0.0

24 Sep 12:12
Compare
Choose a tag to compare
  • Added offline testing workflow (shell-x.exe -test <selected path>)
  • Issue #13: [Request] Special folder just for files
  • Added support for multi ext folder

Release v1.3.0.0

12 Nov 11:13
Compare
Choose a tag to compare
  • Issue #8: [Request] Support for wildcard with file extensions
  • Issue #10: Directory background support

Release v1.2.0.0

06 Sep 14:04
Compare
Choose a tag to compare
  • Issue #4: Removing icons is not possible because locking
  • Issue #5: PowerShell support