Releases: getlocalci/local-ci
Releases · getlocalci/local-ci
1.2.0
Added
- Add more telemetry events, add a notice for the walkthrough in #55
- Bump husky version to latest in #52
Fixed
- Fix
cannot stat
error in tmp/
in #54
Full Changelog: 1.1.0...1.2.0
1.1.0
Added
- Add basic telemetry via VS Code telemetry in #51
- Bump
vsce
to 1.5.1, which is the latest in #50
Full Changelog: 1.0.2...1.1.0
1.0.2
Added
- Offer a longer trial for filling out a short survey in #49
- Add the YAML keyword back in #46
Fixed
- Update the links to preview and paid to point to
/pricing
in #47
- Add a link to get started with CircleCI® in #48
Full Changelog: 1.0.1...1.0.2
1.0.1
Added
- Bump the CLI to the latest. #44
Fixed
- Correct links to macOS. #44
1.0.0
Initial Release
- Allow running jobs in VS Code, with a TreeView UI
- Open a terminal to show the running job
- Open a debugging terminal for Bash access to the job
- If the job fails, open another Bash terminal
- Select from multiple config files in a workspace
- Add a walkthrough that runs a job and prompts to run another
- Show a notice if Docker isn't running
- Add a warning if there are uncommitted changes