diff --git a/README.md b/README.md index c0607b7..df8f5c2 100644 --- a/README.md +++ b/README.md @@ -1618,6 +1618,14 @@ ruff format --check src/ tests/ # format check ## Changelog +### 1.14.3 (2026-06-16) + +**缠论 CLI table 模式补日期** — 延续 v1.14.2 的可视化增强,在 `easy-tdx chanlun --table` 表格输出中也为中枢 / 买卖点 / 背驰带上对应日期,与 `笔` / `线段` 的风格对齐。日期缺失时显示 `—`。 + +- **中枢**:`[idx] zg=... zd=...` +- **买卖点**:` (): ` +- **背驰**:`[✓/✗] (): ` + ### 1.14.2 (2026-06-16) **缠论结果可视化字段增强** — 响应 [Discussion #2](https://github.com/handsomejustin/easy-tdx/discussions/2),为缠论分析 JSON 输出(`ChanlunResult.to_dict()`)中的中枢 / 买卖点 / 背驰补上对应 K 线日期,方便前端/可视化工具直接用来标点画图。纯增量、向后兼容,不破坏任何已有 JSON 字段。 diff --git a/pyproject.toml b/pyproject.toml index 60cc56c..fe0383b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "easy-tdx" -version = "1.14.2" +version = "1.14.3" description = "通达信 TCP 协议行情数据客户端,支持在线行情、离线数据读取与写入同步" readme = "README.md" requires-python = ">=3.10"