Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

54 lines (38 loc) · 2.81 KB

Change Log

0.4.1

  • When there is only a single shell launch config the quick pick will be skipped #49 via @Varstahl

0.4.0

  • Support WoW64 path conversion (System32 -> SysWOW64) #41 via @jabalv
  • Update tar dev dependency #42 via @dependabot
  • Several updates to clean up repo #44 via @Tyriar
    • typescript@3.7
    • @types/node@10
    • Enable TS strict mode
    • Move to @types/vscode over vscode
    • Add lint
    • Add GitHub action to release
    • Move to yarn, remove package-lock.json

0.3.0

  • Added a env override option #33 via @DoctorJew
  • Environment variables are now resolved in shell and args using the %VAR% format on Windows and $VAR on non-Windows #32, #35 via @Vigilans, @Tyriar
  • Setup CI and unit tests #34 via @Tyriar

0.2.0

0.1.6

  • Fixed regression where shells from $PATH would not be picked up #14 via @Tyriar

0.1.5

  • Added the launchName setting which allows naming of terminal instances #10 via @Jared-Miller
  • Shell paths are now validated before being displayed in the picker #11 via @Jared-Miller
  • Fixed an exception when canceling out of the shell launcher dialog #13 via @Tyriar

0.1.4

  • Use System32 over sysnative as the default on Windows to fix launching shells from the 64-bit client

0.1.3

  • Fix example
  • Added configuration section to readme via @jonbgallant

0.1.2

  • Fix syntax highlighting in readme

0.1.1

  • Fix images in readme

0.1.0

  • Initial release