File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments