Skip to content

Commit c2bfbe6

Browse files
committed
chore: update version to v0.4.0
1 parent c65b585 commit c2bfbe6

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.0] - 2026-03-15
8+
9+
### Added
10+
11+
- **Offline graceful degradation**: when the network is unavailable, the last known usage data is preserved in the
12+
status bar instead of showing an error icon
13+
- **Stale data indicator**: a `$(warning)` suffix is appended to the status bar text after 1 hour offline (e.g.
14+
`25% ⚠`), signalling that cached data may be outdated
15+
- **Rate-limit resilience**: when rate-limited by the API, last known data is likewise preserved with a tooltip
16+
notice instead of showing a red error icon
17+
- **`$(alert)` icon** when offline or rate-limited with no cached data available (consistent with VS Code's own
18+
offline status bar behaviour)
19+
20+
### Changed
21+
22+
- Tooltip notices ("Offline · data may be outdated", "Rate limit · data may be outdated") are now plain text,
23+
positioned as the last line of the tooltip
24+
- Unlimited plan tooltip now includes a link to Premium request analytics
25+
- README: updated status bar states table with the new states and Unicode icon representations
26+
727
## [0.3.3] - 2026-03-14
828

929
### Changed

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

0 commit comments

Comments
 (0)