aaronsb_obsidian-mcp-plugin/versions.json
Aaron Bockelie 3608eac37b chore(release): bump version to 0.11.21 and raise minAppVersion to 1.6.6
The plugin code already calls APIs introduced in newer Obsidian versions
(FileManager.trashFile in 1.6.6, Workspace.getLeaf in 0.16.0,
Vault.createFolder in 1.4.0, ToggleComponent.setDisabled in 1.2.3,
AbstractTextComponent.setDisabled in 1.2.3, ButtonComponent.setTooltip
in 1.1.0). Declaring minAppVersion 0.15.0 was misleading — anyone
between 0.15 and 1.5 would have the plugin load and then crash at
runtime. Set the floor to 1.6.6 to match the highest API actually used.
2026-05-15 15:01:29 -05:00

14 lines
272 B
JSON

{
"0.1.0": "0.15.0",
"0.1.1": "0.15.0",
"0.1.2": "0.15.0",
"0.11.13": "0.15.0",
"0.11.14": "0.15.0",
"0.11.15": "0.15.0",
"0.11.16": "0.15.0",
"0.11.17": "0.15.0",
"0.11.18": "0.15.0",
"0.11.19": "0.15.0",
"0.11.20": "0.15.0",
"0.11.21": "1.6.6"
}