Skip to content

Commit 3605a86

Browse files
rcurrieclaude
andcommitted
release: 0.1.2
EPUB export and Send to Kindle, packages named after the paper, and the two parsing failures found on the Kimi K3 paper — a title taken from the document's own section 2, and a title page whose abstract was silently absent. Also carries the authorUrl correction that was sitting in the working tree. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014cn3CGmnTn2EJSnMK1Z9A6
1 parent 4efb619 commit 3605a86

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "reflow",
33
"name": "Reflow",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"minAppVersion": "1.5.0",
66
"description": "Convert a PDF into clean, readable Markdown, and export it to EPUB for e-readers, entirely on your device. Figures, tables, and math survive. No API key, no upload, no page limit.",
77
"author": "Ampdat",
8-
"authorUrl": "https://github.com/ampdat",
8+
"authorUrl": "https://github.com/rcurrie",
99
"isDesktopOnly": true
1010
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.1.0": "1.5.0",
3-
"0.1.1": "1.5.0"
3+
"0.1.1": "1.5.0",
4+
"0.1.2": "1.5.0"
45
}

0 commit comments

Comments
 (0)