Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

- 0.4.1: Improve python handling in macOS + installation instructions.
- 0.4.0: First stable release.

## Previous releases (preview/alpha releases)
- 0.3.2: Enforced single-run tracker policy (`allow_multiple_runs=false`), added stale tracker PID cleanup across VS Code reopen/start flows, fixed lock-contention startup behavior to exit cleanly, and documented this behavior in README Q&A.
- 0.3.0: Added install/repair and version-check commands, improved notification/config behavior, and stabilized tests/CI.
- 0.0.3: Launch the extension at startup by default + bug fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codecarbon",
"displayName": "Codecarbon",
"description": "Estimate and track carbon emissions from your computer, quantify and analyze their impact.",
"version": "0.4.0",
"version": "0.4.1",
"preview": false,
"pythonPackageInfo": {
"name": "Codecarbon",
Expand Down