Skip to content

Commit d084087

Browse files
committed
Prepare v0.2.0-alpha release
1 parent c8626e7 commit d084087

3 files changed

Lines changed: 31 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,31 @@ Add an entry here when the project meaningfully changes for users, for example:
1414

1515
- No unreleased user-facing changes yet.
1616

17+
## v0.2.0-alpha
18+
19+
Second public alpha release of DeepPaperNote.
20+
21+
### Changed
22+
23+
- Strengthened the note-writing contract so technical papers are pushed closer to replication-oriented reading notes rather than polished summary rewrites.
24+
- Added explicit short note planning before final note generation.
25+
- Added equation-aware output guidance so key formulas can be preserved in LaTeX when they are central to understanding the method.
26+
- Added stricter final self-review requirements for key numbers, method explanation depth, and technical completeness.
27+
- Added stronger formatting checks for suspicious mid-sentence line breaks and math accidentally rendered as code.
28+
- Updated the abstract section contract to keep both the original abstract and a Chinese translation.
29+
- Made the Chinese README the default GitHub homepage and clarified that Chinese is currently the only fully supported note language.
30+
31+
### Documentation
32+
33+
- Split the English README into `README.en.md` while keeping the Chinese README as the default repository homepage.
34+
- Updated homepage messaging to better emphasize replication-oriented technical note quality.
35+
36+
### Notes
37+
38+
- This is still an alpha release.
39+
- Chinese remains the only fully supported output language at this stage.
40+
- High-confidence figure replacement remains conservative; placeholder-first behavior is still preferred when image certainty is low.
41+
1742
## v0.1.0-alpha
1843

1944
First public alpha release of DeepPaperNote.

README.en.md

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

99
[![Status](https://img.shields.io/badge/status-alpha-2563eb?style=for-the-badge)](https://github.com/917Dhj/DeepPaperNote)
10-
[![Release](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&style=for-the-badge)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v0.1.0-alpha)
10+
[![Release](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&style=for-the-badge)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v0.2.0-alpha)
1111
[![License](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
[![Output](https://img.shields.io/badge/output-Obsidian-16a34a?style=for-the-badge)](./references/obsidian-format.md)
@@ -264,8 +264,9 @@ For release-level updates, see [CHANGELOG.md](./CHANGELOG.md).
264264

265265
| Version | Status | Highlights |
266266
| --- | --- | --- |
267+
| v0.2.0-alpha | ✅ Released | Replication-oriented note-writing upgrade: explicit `note_plan`, equation-aware output, stricter final self-review, bilingual abstract handling, and stronger formatting checks |
267268
| v0.1.0-alpha | ✅ Released | First public alpha: Codex workflow, synthesis bundle pipeline, Zotero-first helpers, placeholder-first figure handling, workspace fallback, OCR fallback, tests, and CI |
268-
| Unreleased | 🕒 In progress | Stronger replication-oriented note writing, explicit `note_plan`, equation-aware output, stricter self-review, and better formatting checks |
269+
| Unreleased | 🕒 No new release-level changes yet | There are currently no additional public release notes beyond v0.2.0-alpha |
269270

270271
## Why DeepPaperNote
271272

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[English](./README.en.md) | [简体中文](./README.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.1.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.2.0-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)
@@ -246,8 +246,9 @@ python3 -c "import pytesseract; print(pytesseract.get_tesseract_version())"
246246

247247
| 版本 | 状态 | 主要内容 |
248248
| --- | --- | --- |
249+
| v0.2.0-alpha | ✅ 已发布 | 复现级技术笔记写作升级:显式 `note_plan`、公式感知输出、更强的最终自检、摘要中英双写,以及更严格的格式校验 |
249250
| v0.1.0-alpha | ✅ 已发布 | 第一个公开 alpha 版:Codex 工作流、综合证据包流程、Zotero 优先辅助能力、占位优先图表处理、工作区回退输出、OCR 回退、测试与 CI |
250-
| 未发布 | 🕒 持续打磨中 | 正在加强复现级技术写作、显式 `note_plan`、公式保留、更硬的最终自检,以及更严格的格式校验 |
251+
| 未发布 | 🕒 暂无新的 release 级变化 | 当前还没有下一版 release 的公开更新内容 |
251252

252253
## 🧠 这不是另一个摘要工具
253254

0 commit comments

Comments
 (0)