Skip to content

Tags: imraywang/wewrite

Tags

v4.2.1

Toggle v4.2.1's commit message
Release v4.2.1

v4.2.0

Toggle v4.2.0's commit message
Release v4.2.0

v4.0.0

Toggle v4.0.0's commit message
WeWrite 4.0.0

v3.6.1

Toggle v3.6.1's commit message
feat: fetch-article 增加微信 WebView UA 重试层,修复 -o 与 --json 互斥

Level 1b:浏览器 UA 拿不到正文时先用 MicroMessenger UA + Referer 重试
(应对「环境异常请完成验证」拦截页),仍是纯 requests,不行才掉浏览器层。
-o 与 --json 改为正交:给了 -o 就落盘,--json 只管 stdout(此前 json
模式会吞掉 -o,文件不写)。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v3.5.0

Toggle v3.5.0's commit message
fix: 版本号单一真源收敛到 VERSION 文件

v3.5.0 发版失败根因:VERSION/pyproject/__init__ 三处版本各自维护,
tag 触发的构建打出的仍是 pyproject 里写死的 3.3.0,撞 PyPI 已存在文件。
pyproject 改 dynamic version 读 VERSION;__init__ 优先读包 metadata,
源码运行回退读 VERSION。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v3.3.0

Toggle v3.3.0's commit message
ci: tag 触发 PyPI 自动发版(Trusted Publishing,免 token)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v3.2.0

Toggle v3.2.0's commit message
v3.2.0 — 首个 PyPI 发布版本