mirror of
https://github.com/kvasonaft/fb2-reader.git
synced 2026-07-22 08:31:14 +00:00
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>
7 lines
124 B
JSON
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"
|
|
}
|