Release v0.13: Typography V3 (Safe mode) & Endnote Extraction Fix

This commit is contained in:
谭凯
2026-02-01 11:51:36 +08:00
parent 8e58415173
commit 40491e6386
95 changed files with 8493 additions and 11 deletions
+24
View File
@@ -0,0 +1,24 @@
# Changelog
## v0.13 (2026-02-01) - Typography & Extraction Fixes
### New Features
- **Typography V3 (Safe Mode)**: Implemented conservative CSS fixes for Drop Caps.
- Resolves overlap between Drop Caps and Chinese text using `clear: both`.
- Fixes "Double Indentation" on Drop Cap paragraphs.
- Preserves original alignment (e.g. centered titles) by relaxing aggressive resets.
- Intelligent `no-indent` class assignment based on specific keywords (`drop`, `no-indent`).
### Bug Fixes
- **Endnote Extraction**: Fixed a critical bug where citations like `[28]` caused Integrity Check failures.
- **Extraction Logic**: Regex updated to treat `[N]` patterns as structural elements, preserving links.
- **Integrity Check**: Added "Placeholder Hydration" to correctly validate content when placeholders encapsulate visible text.
- **Result**: Prevents fallback to plain text, ensuring links and italics are preserved in complex paragraphs.
### Pipeline
- **Preprocessing**: `FormatExtractor` now more robust against mixed content.
---
## v0.12 (Previous)
- Architecture Refactor complete.