Skip to content

Commit 7a95eb3

Browse files
committed
chore: release v1.2.0
1 parent 9b2d425 commit 7a95eb3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2026-01-14
9+
10+
### Added
11+
12+
- Support for GitHub Copilot account quota tracking (Premium requests)
13+
- New `copilot.ts` module for GitHub internal API integration
14+
- Updated `README.md` and `README.zh-CN.md` with Copilot documentation
15+
816
## [1.0.1] - 2026-01-11
917

1018
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-mystatus",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Check all your AI subscription quotas in one command. Supports OpenAI, Zhipu AI, Z.ai, and Google Antigravity. More platforms coming soon.",
55
"type": "module",
66
"main": "dist/plugin/mystatus.js",

0 commit comments

Comments
 (0)