mirror of
https://github.com/z-fab/agentmd-obsidian.git
synced 2026-07-22 07:32:24 +00:00
- Add eslint (typescript-eslint + eslint-plugin-obsidianmd) with a lint script and run it in the release workflow - Replace direct element.style assignments with CSS utility classes - Use window timers, activeDocument, and FileSystemAdapter for popout/window compatibility and to drop unsafe any casts - Use Notice.messageEl (was deprecated noticeEl) and await revealLeaf; bump minAppVersion to 1.8.7 accordingly - Replace electron require() with a typed import + ambient module declaration - Mark fire-and-forget promises with void; tidy command name - Provide window in the test setup so window-timer code runs under Node
5 lines
63 B
JSON
5 lines
63 B
JSON
{
|
|
"0.2.0": "1.5.0",
|
|
"0.3.0": "1.5.0",
|
|
"0.3.1": "1.8.7"
|
|
}
|