Skip to content

Commit ec13aca

Browse files
committed
Prepare v0.3.1-alpha release
1 parent bffb155 commit ec13aca

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.zh-CN.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[English](./README.md) | [简体中文](./README.zh-CN.md)
88

99
[![状态](https://img.shields.io/badge/status-alpha-2563eb?style=for-the-badge)](https://github.com/917Dhj/DeepPaperNote)
10-
[![版本](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&style=for-the-badge)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v0.3.0-alpha)
10+
[![版本](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&style=for-the-badge)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v0.3.1-alpha)
1111
[![许可证](https://img.shields.io/badge/license-MIT-475569?style=for-the-badge)](./LICENSE)
1212
[![Codex](https://img.shields.io/badge/Codex-skill-111827?style=for-the-badge)](./SKILL.md)
1313
[![输出](https://img.shields.io/badge/output-Obsidian-16a34a?style=for-the-badge)](./references/obsidian-format.md)
@@ -92,10 +92,10 @@ DeepPaperNote 不是靠“把摘要重新措辞一遍”来显得更完整,而
9292

9393
推荐去 [release](https://github.com/917Dhj/DeepPaperNote/releases) 页面下载最新版本的 zip 包,解压后放进你的 Codex 技能目录。
9494

95-
例如,下载 `DeepPaperNote-v0.3.0-alpha.zip` 后,可以把解压出来的文件夹放到:
95+
例如,下载 `DeepPaperNote-v0.3.1-alpha.zip` 后,可以把解压出来的文件夹放到:
9696

9797
```bash
98-
~/.codex/skills/DeepPaperNote-v0.3.0-alpha
98+
~/.codex/skills/DeepPaperNote-v0.3.1-alpha
9999
```
100100

101101
当然,你也可以选择直接 `git clone`
@@ -336,10 +336,11 @@ python3 -c "import pytesseract; print(pytesseract.get_tesseract_version())"
336336

337337
| 🏷️ 版本 | 🚦 状态 | ✨ 主要内容 |
338338
| --- | --- | --- |
339+
| v0.3.1-alpha | ✅ 已发布 | 默认 Obsidian 论文根目录改为 `Research/Papers`,运行时路径解析和写入行为也同步对齐到这个新位置 |
339340
| v0.3.0-alpha | ✅ 已发布 | 一次较大的质量升级:新增固定创新点章节、显式机制流程、更强的整条 workflow 约束、最终可读性质检、公式语法检查,以及新的 `原文摘要翻译` 前置区块 |
340341
| v0.2.0-alpha | ✅ 已发布 | 复现级技术笔记写作升级:显式 `note_plan`、公式感知输出、更强的最终自检、摘要中英双写,以及更严格的格式校验 |
341342
| v0.1.0-alpha | ✅ 已发布 | 第一个公开 alpha 版:Codex 工作流、综合证据包流程、Zotero 优先辅助能力、占位优先图表处理、工作区回退输出、OCR 回退、测试与 CI |
342-
| 未发布 | 🕒 暂无新的 release 级变化 | 当前还没有下一版 release 的公开更新内容 |
343+
| 未发布 | 🕒 暂无新的 release 级变化 | 当前还没有下一版 release 的公开更新内容,最新版本为 v0.3.1-alpha |
343344

344345
## ⚙️ 工作流
345346

0 commit comments

Comments
 (0)