mirror of
https://github.com/yashmurty/obsidian-people-graph.git
synced 2026-07-22 06:08:45 +00:00
- Bump minAppVersion to 1.7.2 (covers addAction/revealLeaf) + add versions.json - Obsidian API hygiene: createEl/createDiv, typed d3 callbacks, drop builtin-modules - Add release workflow with GitHub artifact attestation - Remove node-count gate and all Pro/Locked/Upgrade wording - Bump version to 0.1.2
9 lines
304 B
JSON
9 lines
304 B
JSON
{
|
|
"id": "people-graph",
|
|
"name": "People Graph",
|
|
"version": "0.1.2",
|
|
"minAppVersion": "1.7.2",
|
|
"description": "A visual force-directed graph of people and friends in your vault with photo nodes, closeness-based positioning, and company clustering.",
|
|
"author": "yashmurty",
|
|
"isDesktopOnly": false
|
|
}
|