Skip to content

Commit 258ecee

Browse files
committed
chore: update version to v0.4.3
1 parent 7cffa68 commit 258ecee

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.3] - 2026-04-30
8+
9+
### Fixed
10+
11+
- **Status bar refresh deadlock** when the API response body stalls: the 15s timeout now covers `res.json()` body reading, not only the headers. Previously a hung response body could leave `refreshInFlight` stuck `true`, blocking all subsequent manual and automatic refreshes until VS Code reload.
12+
713
## [0.4.2] - 2026-03-16
814

915
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-copilot-usage",
33
"displayName": "GitHub Copilot Usage",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"description": "Show GitHub Copilot Premium requests usage in the status bar.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)