Skip to content

Commit 11dea79

Browse files
committed
chore: update version to v0.4.1
1 parent c47529f commit 11dea79

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.1] - 2026-03-16
8+
9+
### Added
10+
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.
14+
715
## [0.4.0] - 2026-03-15
816

917
### Added

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

0 commit comments

Comments
 (0)