You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
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
+
7
13
## [0.4.1] - 2026-03-16
8
14
9
15
### Added
10
16
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.
14
18
15
19
## [0.4.0] - 2026-03-15
16
20
17
21
### Added
18
22
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)
27
27
28
28
### Changed
29
29
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
32
31
- Unlimited plan tooltip now includes a link to Premium request analytics
33
32
- README: updated status bar states table with the new states and Unicode icon representations
0 commit comments