railly_agentfiles/versions.json
Railly 53d469c673 fix: address all obsidian-releases review issues
- Command ID: remove plugin ID prefix (open-agentfiles -> open)
- Command name: remove plugin name (Open Agentfiles -> Open)
- Settings: use setHeading() instead of createEl("h2"/"h3")
- Replace all require("obsidian") and require("electron") with imports
- Add /* empty */ to all empty catch blocks
- Fix unused variables: lstatSync, nameEl, typeTag
- Remove async from onOpen/onClose (no await needed)
- Use void operator for unhandled promises
- Fix MarkdownRenderer.render to use this.app directly
- Proper cleanup of store event ref in onClose
- Bump to 0.2.1
2026-03-28 12:40:17 -05:00

5 lines
63 B
JSON

{
"0.1.0": "1.4.11",
"0.2.0": "1.4.11",
"0.2.1": "1.4.11"
}