Releases: Akecel/makefiles-runner
Releases · Akecel/makefiles-runner
v3.0.0
What's Changed
- New: changes makefile parsing to include commands without a description comment; adds optional alphabetical command list sorting and two new options to control terminal usage/behavior by @JeremyCaron in #19
Full Changelog: v1.1.2...v3.0.O
v1.1.2
What's Changed
- #7: add re-read makefile "status item" in the status bar when the current workspace has a Makefile in it by @jeremy-allocate in #16
Full Changelog: v.1.1.1...v1.1.2
v.1.1.0
What's Changed
- #7: add re-read makefile "status item" in the status bar when the current workspace has a Makefile in it by @jeremy-allocate in #15
New Contributors
- @jeremy-allocate made their first contribution in #15
Full Changelog: v1.0.6...v1.1.0
v.1.1.1
Full Changelog: v1.1.0...v.1.1.1
v1.0.6
v1.0.5
v1.0.4
- Replaced the use of
workspace.rootPathbecause it was deprecated. It has been replaced byworkspace.workspaceFoldersaccording to the documentation.