Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

56 lines (42 loc) · 2.07 KB

Change Log

All notable changes to "Edit with Shell Command" extension will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.3.0] - 2021-05-26

Added

  • Made a selected text also available as an environment variable, ES_SELECTED. #18

[1.2.0] - 2019-01-17

Added

  • Support multi cursors. #11

[1.1.0] - 2018-12-26

Added

  • Introduced Quick Command. You can quickly run a pre-registered shell command with a keyboard shortcut. #7

[1.0.1] - 2018-09-12

Fixed

  • Fixed the problem that entire text is passed to a command when editWithShell.processEntireTextIfNoneSelected is set to true. #6

[1.0.0] - 2018-05-12

Added

  • Introduced a configuration to pass the entire text to the shell command if no text is selected. #5

[0.4.0] - 2018-04-02

Added

  • Introduced a command to clear command history. #4

[0.3.0] - 2018-02-13

Added

  • Support non-default shells. bash on Windows is now possible. #1

[0.2.2] - 2018-02-09

Fixed

  • Fixed the problem that error messages were not shown on shell command failure if they contain certain character sequences. #2

[0.2.1] - 2017-09-14

Fixed

  • Fixed the link to the gif animation

[0.2.0] - 2016-12-07

Added

  • Introduced a configuration for choosing the current directory of shell command execution

[0.1.0] - 2016-12-04

Added

  • Support command history. Edit and reuse past commands

[0.0.1] - 2016-09-29

Added

  • Initial release of the extension