From aa58bd9e88f63777bd32001f83ab2dafb5d617ac Mon Sep 17 00:00:00 2001 From: Justin Gu <97915@qq.com> Date: Tue, 16 Jun 2026 03:04:12 +0800 Subject: [PATCH] =?UTF-8?q?release:=20v1.14.3=20=E2=80=94=20=E7=BC=A0?= =?UTF-8?q?=E8=AE=BA=20CLI=20table=20=E6=A8=A1=E5=BC=8F=E8=A1=A5=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=EF=BC=88=E4=B8=AD=E6=9E=A2/=E4=B9=B0=E5=8D=96?= =?UTF-8?q?=E7=82=B9/=E8=83=8C=E9=A9=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"