Skip to content

Commit bdf2201

Browse files
committed
Prepare v0.3.0-alpha release
1 parent 439d54d commit bdf2201

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

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

1515
- No unreleased user-facing changes yet.
1616

17+
## v0.3.0-alpha
18+
19+
Third public alpha release of DeepPaperNote.
20+
21+
### Changed
22+
23+
- Added a dedicated `创新点` section near the front of the note and strengthened the front-matter contract.
24+
- Added explicit `### 机制流程` guidance for method and system papers so the execution chain is reconstructed more clearly.
25+
- Strengthened ablation handling so notes are more likely to capture failed settings, weaker variants, and trade-offs rather than only best-case results.
26+
- Renamed the opening abstract block to `原文摘要翻译` and tightened the contract so it is treated as a Chinese translation of the original abstract rather than a newly written summary.
27+
- Tightened the `核心信息` block into a fixed metadata zone and explicitly forbade analysis or judgment from leaking into it.
28+
- Added a required `final_readability_review` stage after script lint to improve fluency, remove stiff phrasing, and reduce unnecessary English leftovers.
29+
- Added a dedicated math syntax gate to catch common Obsidian / MathJax rendering failures before final save.
30+
- Strengthened the overall workflow contract so the model is less likely to silently skip required stages, downgrade output behavior, or claim completion too early.
31+
- Tightened Obsidian save rules and fixed the duplicated paper-slug directory bug during note writing.
32+
33+
### Packaging
34+
35+
- Added a release zip asset for v0.3.0-alpha and narrowed the release package to omit README files, license/changelog docs, and showcase media.
36+
37+
### Notes
38+
39+
- This is still an alpha release.
40+
- Chinese remains the only fully supported output language.
41+
- Figure replacement is still conservative and placeholder-first when image confidence is insufficient.
42+
1743
## v0.2.0-alpha
1844

1945
Second public alpha release of DeepPaperNote.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[English](./README.md) | [简体中文](./README.zh-CN.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.2.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.3.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)
@@ -305,9 +305,10 @@ For release-level updates, see [CHANGELOG.md](./CHANGELOG.md).
305305

306306
| 🏷️ Version | 🚦 Status | ✨ Highlights |
307307
| --- | --- | --- |
308+
| v0.3.0-alpha | ✅ Released | Major quality upgrade: dedicated innovation section, explicit mechanism flow, stronger workflow discipline, final readability review, math syntax gate, and the new `Original Abstract Translation` front-matter block |
308309
| 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 |
309310
| 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 |
310-
| Unreleased | 🕒 No new release-level changes yet | There are currently no additional public release notes beyond v0.2.0-alpha |
311+
| Unreleased | 🕒 No new release-level changes yet | There are currently no additional public release notes beyond v0.3.0-alpha |
311312

312313
## ⚙️ Workflow
313314

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
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.2.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.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)
@@ -285,6 +285,7 @@ python3 -c "import pytesseract; print(pytesseract.get_tesseract_version())"
285285

286286
| 🏷️ 版本 | 🚦 状态 | ✨ 主要内容 |
287287
| --- | --- | --- |
288+
| v0.3.0-alpha | ✅ 已发布 | 一次较大的质量升级:新增固定创新点章节、显式机制流程、更强的整条 workflow 约束、最终可读性质检、公式语法检查,以及新的 `原文摘要翻译` 前置区块 |
288289
| v0.2.0-alpha | ✅ 已发布 | 复现级技术笔记写作升级:显式 `note_plan`、公式感知输出、更强的最终自检、摘要中英双写,以及更严格的格式校验 |
289290
| v0.1.0-alpha | ✅ 已发布 | 第一个公开 alpha 版:Codex 工作流、综合证据包流程、Zotero 优先辅助能力、占位优先图表处理、工作区回退输出、OCR 回退、测试与 CI |
290291
| 未发布 | 🕒 暂无新的 release 级变化 | 当前还没有下一版 release 的公开更新内容 |
93.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)