- Update some dependencies to the latest. #257
- Add my email to the main page. #252
- Show a notice of a free trial in the Marketplace. #248
- Bump the binary version to
0.1.23667
. #246
- fix: job is now an argument of local execute and not an option. #243
- Let Intel Macs use the same binary version as M1 Macs. #244
- Bump the CLI binary version to
v0.1.23241
. #241
- Bump the CLI binary version to
v0.1.22924
. #239
- Allow injecting environment variables to jobs. #237
- Bump the CCI binary to the latest. #234
- Raise the price to $20/month only for new users, existing users stay at $15/month. #234
- Remove images if 'no space left on device'. #231
- Bump the binary version to the latest:
v0.1.22426
. #229
- On a process error, add a button to retry. #226
- Add a button to open a folder if there isn't one open. #227
- Simulate
attach_workspace
so you don't have to run all of the requires jobs. #219
- Revert
cp -Lr
, which caused issues with the volume. #221
- Replace custom checkout steps so they work in Local CI. #216
- Give feedback when persisting to workspace. #217
- Add a button 'Start Docker'. #214
- Bump the binary version to the latest: v0.1.22272. #212
- Make the additional env vars more robust. #213
- Allow clicking a warning, like 'Please select repo'. #211
- Reload after certain failures, like if Docker isn't running. #208
- Bump the binary version to the latest, v0.1.21812. #202
- Use the new CircleCI Config SDK. #199
- Add more logging to a development logging file. #201
- Make the final terminal appear more. #197
- Fix a bug where there was no error in tree view. #195
- Add more 'Complain To Me' links. #193
- Bump the binary version to the latest: 0.1.21412. #191
- Add shellcheck for scripts, add dependency injection. #182
- Extend preview to 30 days. #180
- Fix an issue on Intel Mac, where it fails from the wrong build agent. #179
- Bump the version of the binary to the latest, v0.1.20500. #161
- Update binary version to the latest: 0.1.20397. #155
- Open the extension tab on selecting a repo. #149
- Update binary version to the latest: v0.1.20239. #150
- Fix the check for whether Docker is running. #151
- Allow opting out of message that a job completed. #153
- Ensure sudo is installed before calling it. #147
- Bump the CLI version to the latest: v0.1.19878. #143
- Add a CIRCLE_PROJECT_REPONAME env var. #141
- Bump the CLI version for everything but Intel Mac. #139
- Add a 'Get started' button after entering an email. #133
- Prevent an error from a lack of permissions to write to /tmp/local-ci. #134
- Ask new users for an email, though this still works without it. #130
- Fix a bug where this didn't get the right binary for other platforms. #129
- Only show the survey link when the preview expires. #128
- Fix a problem in the build process where this didn't work in macOS. #118
- Add a message for the message 'OCI runtime create failed'. #122
- Use
SHA-256
hashing with license key verification. #123
- Address a bug processing the config file in Linux. #118
- Remove terminal characters from logs. #110
- Move the paid badge to the beginning. #109
- Remove the boilerplate extension test. #106
- Update npm dependencies that npm outdated shows. #99
- Update most npm packages to the latest. #94
- Update npm packages. #91
- Improve bash script formatting, bump npm packages. #79, #81
- Fix a bug where the env var wasn't echoed. #82
- Ensure jobs have most recent config. #77
- Improved handling of dynamic configs, especially with the continuation orb. #75
- Prevent error from no job. #75
- Add several helper notices, like for internet connection. #73
- Stop committing images when the job succeeds or fails. #73
- Improve detection of job success. #67
- Add a 'Learn more' link when there's no
.circleci/config.yml
. #67
- Basic support for dynamic configs. #66
- Add ✅ and ❌ after jobs, depending on whether they passed. #66
- Nest jobs by dependencies, so you can see the order to run jobs. #58
- Allow entering a CircleCI® API token. #57
- Support
save_cache
andrestore_cache
. #53 - Prevent taking up too much storage with committed images. #53
- Add more telemetry events, like for no config paths, or wrong OS. #56
- Telemetry, including for errors like if there are no jobs. #55
- Fix cannot stat error in
tmp/
. #54
- Telemetry for activating, running a job, and no jobs, opt out with
"telemetry.telemetryLevel": "off"
. #50
- Extend the free preview for filling out a 2-minute survey. #49
- Bump the CLI to the latest. #44
- Correct links to macOS. #44
- 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