mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
chore: bump version to v1.5.2
This commit is contained in:
parent
90060bc79e
commit
cceef359d9
5 changed files with 19 additions and 4 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.5.2] — 2026-05-11
|
||||
|
||||
### Added
|
||||
|
||||
- **PyPI 发布**: 包发布到 PyPI (`pip install paperforge==1.5.2`),安装不再需要 git
|
||||
- **安装双通道**: 所有安装路径 PyPI 优先,失败自动切 git fallback
|
||||
- **CI 自动发布**: `.github/workflows/publish.yml` — tag push 时自动构建并发布到 PyPI
|
||||
- **安装源日志**: 控制台输出当前使用的是 PyPI 还是 git
|
||||
|
||||
### Fixed
|
||||
|
||||
- **Sync Runtime**: 补充 `paperforgeEnrichedEnv()` 到所有 pip install spawn 点
|
||||
- **Git tag 前缀**: 所有 `git+https://...@version` 修正为 `@v{version}` 匹配 release tag
|
||||
|
||||
## [1.5.1] — 2026-05-11
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "paperforge",
|
||||
"name": "PaperForge",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"minAppVersion": "1.9.0",
|
||||
"description": "PaperForge — Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.",
|
||||
"author": "Lin Zhaoxuan",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""paperforge — PaperForge package."""
|
||||
|
||||
__version__ = "1.5.1"
|
||||
__version__ = "1.5.2"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "paperforge",
|
||||
"name": "PaperForge",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"minAppVersion": "1.9.0",
|
||||
"description": "PaperForge — Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.",
|
||||
"author": "Lin Zhaoxuan",
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
"1.4.17": "1.9.0",
|
||||
"1.4.18": "1.9.0",
|
||||
"1.5.0": "1.9.0",
|
||||
"1.5.1": "1.9.0"
|
||||
"1.5.1": "1.9.0",
|
||||
"1.5.2": "1.9.0"
|
||||
}
|
||||
Loading…
Reference in a new issue