Skip to content

Commit c5a161d

Browse files
committed
chore: update version to v0.4.2
1 parent aa29cb0 commit c5a161d

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,30 @@ 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.4.2] - 2026-03-16
8+
9+
### Changed
10+
11+
- **Overage percentage in status bar**: when quota is exceeded and overage is active, the status bar now shows the actual usage percentage (e.g. `111%`) instead of `100%`, making overage visible at a glance without opening the tooltip.
12+
713
## [0.4.1] - 2026-03-16
814

915
### Added
1016

11-
- **Automatic offline recovery**: when a network error or timeout occurs, a 10-second
12-
polling loop retries the API automatically. Once connectivity is restored, the normal
13-
refresh schedule resumes — no manual intervention required.
17+
- **Automatic offline recovery**: when a network error or timeout occurs, a 10-second polling loop retries the API automatically. Once connectivity is restored, the normal refresh schedule resumes — no manual intervention required.
1418

1519
## [0.4.0] - 2026-03-15
1620

1721
### Added
1822

19-
- **Offline graceful degradation**: when the network is unavailable, the last known usage data is preserved in the
20-
status bar instead of showing an error icon
21-
- **Stale data indicator**: a `$(warning)` suffix is appended to the status bar text after 1 hour offline (e.g.
22-
`25% ⚠`), signalling that cached data may be outdated
23-
- **Rate-limit resilience**: when rate-limited by the API, last known data is likewise preserved with a tooltip
24-
notice instead of showing a red error icon
25-
- **`$(alert)` icon** when offline or rate-limited with no cached data available (consistent with VS Code's own
26-
offline status bar behaviour)
23+
- **Offline graceful degradation**: when the network is unavailable, the last known usage data is preserved in the status bar instead of showing an error icon
24+
- **Stale data indicator**: a `$(warning)` suffix is appended to the status bar text after 1 hour offline (e.g. `25% ⚠`), signalling that cached data may be outdated
25+
- **Rate-limit resilience**: when rate-limited by the API, last known data is likewise preserved with a tooltip notice instead of showing a red error icon
26+
- **`$(alert)` icon** when offline or rate-limited with no cached data available (consistent with VS Code's own offline status bar behaviour)
2727

2828
### Changed
2929

30-
- Tooltip notices ("Offline · data may be outdated", "Rate limit · data may be outdated") are now plain text,
31-
positioned as the last line of the tooltip
30+
- Tooltip notices ("Offline · data may be outdated", "Rate limit · data may be outdated") are now plain text, positioned as the last line of the tooltip
3231
- Unlimited plan tooltip now includes a link to Premium request analytics
3332
- README: updated status bar states table with the new states and Unicode icon representations
3433

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

0 commit comments

Comments
 (0)