mirror of
https://github.com/railly/agentfiles.git
synced 2026-07-22 14:30:25 +00:00
- 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
5 lines
63 B
JSON
5 lines
63 B
JSON
{
|
|
"0.1.0": "1.4.11",
|
|
"0.2.0": "1.4.11",
|
|
"0.2.1": "1.4.11"
|
|
}
|