Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 844 Bytes

Change Log

All notable changes to the "run-command" extension will be documented in this file.

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

[1.4.0] - 2024-07-21

  • Added command examples to the README.
  • Removed addition of parameters from command creation.
  • Added package-lock to project.

[1.3.0] - 2024-03-10

  • Added parameters to commands.
  • Removed unnecessary configurations where possible.

[1.2.0] - 2023-05-28

  • Added prettier and eslint configurations.
  • Added terminal disposal to reset starting path.
  • Added tests.

[1.0.0] - 2022-09-04

  • Run commands.
  • Create new commands with optional name and path.
  • Reutilize the same terminal for each command.
  • Extension available from Command Palette and Status Bar.