fancive_obsidian-parallel-r.../manifest.json
wujunchen 7d5bfffecf chore: bump minAppVersion to 1.7.2 to match revealLeaf API requirement
Workspace.revealLeaf was added in Obsidian 1.7.2 but the plugin has
been declaring minAppVersion 1.4.0 since 1.0.0. Update the manifest
and pin 1.0.15 in versions.json so the install gate reflects reality.
Older release entries in versions.json remain at 1.4.0 to avoid
retroactively changing their published compat declaration.

Change-Id: I1fa8c02770b4e88f9f1e1b31835adf4d4af5d718
2026-05-03 10:45:16 +08:00

10 lines
345 B
JSON

{
"id": "parallel-reader",
"name": "Parallel Reader",
"version": "1.0.15",
"minAppVersion": "1.7.2",
"description": "AI-powered split-view reading: source note on the left, LLM-generated summary cards on the right with scroll-sync highlighting.",
"author": "lancivez",
"fundingUrl": "https://github.com/fancive",
"isDesktopOnly": true
}