Skip to content

Commit fc2b32d

Browse files
committed
chore: update version to v0.3.2
1 parent 2c408ec commit fc2b32d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.3.2] - 2026-03-13
8+
9+
- Update icon image to a clearer version
10+
- Fix: `threshold.warning`/`threshold.critical` values now coerced to numbers — non-numeric config strings (e.g. `"off"`) no longer produce `NaN` and silently break status bar coloring
11+
- Fix: rate-limit handler no longer lets `updateStatusBar` errors escape as unhandled promise rejections
12+
- Add unit tests for `formatTimestamp`, `getConfig`, and `buildTooltip`
13+
714
## [0.3.1] - 2026-03-12
815

916
- Packaging: exclude dev files (tests, configs, dotfiles) from the published extension

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)