From 9cf3dfbceccb8f289b3872dcbf847c729f89df06 Mon Sep 17 00:00:00 2001 From: inimaz <93inigo93@gmail.com> Date: Mon, 30 Mar 2026 19:48:11 +0200 Subject: [PATCH] release: 0.4.0 --- README.md | 6 ++---- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 35edd50..98b785c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![CodeCarbon](https://raw.githubusercontent.com/inimaz/vscode-extension-codecarbon/master/images/banner.png)](https://www.codecarbon.io/) - -> :construction: **EARLY ACCESS**: This extension is in active development. We encourage everyone to try it out and provide feedback to help us improve. Your input is invaluable in making this tool better for everyone. Please share your thoughts, report bugs, and suggest features on our [GitHub Issues page](https://github.com/inimaz/vscode-extension-codecarbon/issues). +[![CodeCarbon](https://raw.githubusercontent.com/mlco2/vscode-extension-codecarbon/master/images/banner.png)](https://www.codecarbon.io/) # Codecarbon extension @@ -11,7 +9,7 @@ This extension allows you to track the carbon emissions of your code directly fr - Track the carbon emissions of your code directly from your VsCode. - Start and stop the emissions tracking with a simple click. -![Demo](https://raw.githubusercontent.com/inimaz/vscode-extension-codecarbon/master/images/demo.gif) +![Demo](https://raw.githubusercontent.com/mlco2/vscode-extension-codecarbon/master/images/demo.gif) - **Real-time metrics display**: View live CPU, GPU, and RAM power usage, energy consumption, and total emissions directly in the status bar. - Detailed tooltip showing: diff --git a/package.json b/package.json index 86d7d17..052addb 100644 --- a/package.json +++ b/package.json @@ -2,21 +2,21 @@ "name": "codecarbon", "displayName": "Codecarbon", "description": "Estimate and track carbon emissions from your computer, quantify and analyze their impact.", - "version": "0.3.2", - "preview": true, + "version": "0.4.0", + "preview": false, "pythonPackageInfo": { "name": "Codecarbon", "module": "codecarbon" }, "publisher": "codecarbon", "license": "MIT", - "homepage": "https://github.com/inimaz/vscode-extension-codecarbon", + "homepage": "https://github.com/mlco2/vscode-extension-codecarbon", "repository": { "type": "git", - "url": "https://github.com/inimaz/vscode-extension-codecarbon.git" + "url": "https://github.com/mlco2/vscode-extension-codecarbon.git" }, "bugs": { - "url": "https://github.com/inimaz/vscode-extension-codecarbon/issues" + "url": "https://github.com/mlco2/vscode-extension-codecarbon/issues" }, "galleryBanner": { "color": "#1e415e",