kvasonaft_fb2-reader/versions.json
kvasonaft 1e0215f412 Release 0.1.4: avoid static references to 1.13-only SettingTab.update
The catalog lint (obsidianmd/no-unsupported-api) flagged the two
this.update() calls: the method exists only on Obsidian 1.13+, above
the declared minAppVersion 1.7.2. Route both through refreshTab(),
which looks update() up at runtime and falls back to display() on
older versions.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 10:30:42 +03:00

7 lines
124 B
JSON

{
"0.1.0": "1.4.0",
"0.1.1": "1.7.2",
"0.1.2": "1.13.0",
"0.1.3": "1.7.2",
"0.1.4": "1.7.2"
}