Skip to content

Releases: getlocalci/local-ci

1.2.0

07 Dec 07:24
a879250
Compare
Choose a tag to compare

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

06 Dec 01:41
7579f8e
Compare
Choose a tag to compare

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

05 Dec 06:05
14c3438
Compare
Choose a tag to compare

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

25 Nov 02:31
d0fef03
Compare
Choose a tag to compare

Added

  • Bump the CLI to the latest. #44

Fixed

  • Correct links to macOS. #44

1.0.0

22 Nov 15:00
fa43f40
Compare
Choose a tag to compare

Initial Release

Local CI Demo

  • 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