From d823783295bb7fe09c4a8fb0dcab3c4a0744f66d Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 3 Jun 2026 17:12:53 +0800 Subject: [PATCH] docs: Add CLI v0.22.3 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 longbridge CLI v0.22.3 补充 Release Notes(en / zh-CN / zh-HK 三种语言)。 - quote 新增美股隔夜时段数据(overnight_quote),与盘前/盘后并列(#228) - positions / fund-positions / assets / portfolio 显示账户类型 banner,JSON 输出不变(#226) Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/en/docs/cli/release-notes.md | 5 +++++ docs/zh-CN/docs/cli/release-notes.md | 5 +++++ docs/zh-HK/docs/cli/release-notes.md | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/docs/en/docs/cli/release-notes.md b/docs/en/docs/cli/release-notes.md index 27d31abf..23b3c2fc 100644 --- a/docs/en/docs/cli/release-notes.md +++ b/docs/en/docs/cli/release-notes.md @@ -7,6 +7,11 @@ sidebar_icon: newspaper # Release Notes +### [v0.22.3](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.3) + +- **`quote` now includes the US overnight session** — `quote --format json` now populates `overnight_quote` alongside `pre_market_quote` and `post_market_quote`; previously the overnight field was always `null`, skewing after-close analysis in AI workflows +- **Account-type banner on holdings commands** — `positions`, `fund-positions`, `assets`, and `portfolio` now print a one-line banner (`Live A/C (real account)` / `Demo A/C (simulated account)`) before the table, so it's clear which account the data belongs to; `--format json` output is unchanged + ### [v0.22.2](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.2) - **JSON timestamps now RFC 3339** — time-series and history commands (`kline`, `kline-history`, `trades`, `intraday`, `capital-flow`, `capital-dist`, `market-temp`, `topics`) and account P&L flows now output ISO 8601 / RFC 3339 datetimes instead of raw Unix epochs diff --git a/docs/zh-CN/docs/cli/release-notes.md b/docs/zh-CN/docs/cli/release-notes.md index 4defe036..689f0a13 100644 --- a/docs/zh-CN/docs/cli/release-notes.md +++ b/docs/zh-CN/docs/cli/release-notes.md @@ -7,6 +7,11 @@ sidebar_icon: newspaper # Release Notes +### [v0.22.3](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.3) + +- **`quote` 新增美股隔夜时段数据** — `quote --format json` 现会输出 `overnight_quote`,与 `pre_market_quote`、`post_market_quote` 并列;此前隔夜字段始终为 `null`,会影响 AI 工作流中的盘后判断 +- **持仓类命令显示账户类型 banner** — `positions`、`fund-positions`、`assets`、`portfolio` 现会在表格前打印一行账户标识(`Live A/C (real account)` / `Demo A/C (simulated account)`),便于直接区分数据所属账户;`--format json` 输出保持不变 + ### [v0.22.2](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.2) - **JSON 时间戳统一为 RFC 3339** — 时序与历史类命令(`kline`、`kline-history`、`trades`、`intraday`、`capital-flow`、`capital-dist`、`market-temp`、`topics`)及账户盈亏流水现输出 ISO 8601 / RFC 3339 日期时间,不再使用原始 Unix 时间戳 diff --git a/docs/zh-HK/docs/cli/release-notes.md b/docs/zh-HK/docs/cli/release-notes.md index 284b8b7b..9a2d8bd8 100644 --- a/docs/zh-HK/docs/cli/release-notes.md +++ b/docs/zh-HK/docs/cli/release-notes.md @@ -7,6 +7,11 @@ sidebar_icon: newspaper # Release Notes +### [v0.22.3](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.3) + +- **`quote` 新增美股隔夜時段數據** — `quote --format json` 現會輸出 `overnight_quote`,與 `pre_market_quote`、`post_market_quote` 並列;此前隔夜欄位始終為 `null`,會影響 AI 工作流中的盤後判斷 +- **持倉類命令顯示賬戶類型 banner** — `positions`、`fund-positions`、`assets`、`portfolio` 現會在表格前打印一行賬戶標識(`Live A/C (real account)` / `Demo A/C (simulated account)`),便於直接區分數據所屬賬戶;`--format json` 輸出保持不變 + ### [v0.22.2](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.2) - **JSON 時間戳統一為 RFC 3339** — 時序與歷史類命令(`kline`、`kline-history`、`trades`、`intraday`、`capital-flow`、`capital-dist`、`market-temp`、`topics`)及賬戶盈虧流水現輸出 ISO 8601 / RFC 3339 日期時間,不再使用原始 Unix 時間戳