Skip to content

Commit edcb8ca

Browse files
committed
chore: update version to v0.3.0
- Bump version to 0.3.0 - Update CHANGELOG with 0.3.0 entries (billing link, timestamp, refresh button, remove dot) - Update README tooltip description - Update screenshots
1 parent 3a3055b commit edcb8ca

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

.github/assets/critical.png

-1.24 KB
Loading

.github/assets/normal.png

-965 Bytes
Loading

.github/assets/warning.png

-1.31 KB
Loading

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.3.0] - 2026-03-11
8+
9+
- ⏱️ Show last-updated timestamp in tooltip (`Updated at HH:mm:ss`, or full date across days)
10+
- 📊 Add link icon in tooltip to open Premium request analytics on GitHub
11+
712
## [0.2.0] - 2026-03-10
813

914
- ⚙️ Reorganize threshold settings under `threshold.*` namespace (`threshold.enabled`, `threshold.warning`, `threshold.critical`)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Features
1111

1212
- **Status bar**: shows used percentage (`15%`), turns yellow/red near threshold
13-
- **Hover tooltip**: plan, used / quota, overage (if any), reset date
13+
- **Hover tooltip**: plan, used / quota, overage (if any), reset date, last-updated timestamp — with a refresh button and a link to [Premium request analytics](https://github.com/settings/billing/premium_requests_usage)
1414
- **Auto-refresh**: configurable interval (default 5 min)
1515
- **Zero config**: uses your existing VS Code GitHub account sign-in
1616

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.2.0",
5+
"version": "0.3.0",
66
"author": "euxx",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)