Skip to content

Commit 19a3389

Browse files
committed
chore: update version to v0.2.0
1 parent aa02bdd commit 19a3389

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.2.0] - 2026-03-10
8+
9+
- ⚙️ Reorganize threshold settings under `threshold.*` namespace (`threshold.enabled`, `threshold.warning`, `threshold.critical`)
10+
- 🔕 Add `threshold.enabled` toggle to disable status bar coloring
11+
- 💫 Show loading spinner only on manual refresh (auto-refresh updates silently)
12+
713
## [0.1.0] - 2026-03-10
814

915
- 📊 Show GitHub Copilot Premium requests usage in the VS Code status bar

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-copilot-usage",
33
"displayName": "GitHub Copilot Usage",
44
"description": "Show GitHub Copilot Premium requests usage in the status bar.",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"author": "euxx",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)