fix: bump minAppVersion to 1.4.4 to match actual API usage

The "reset to default" button in the advanced toolbar settings calls
ExtraButtonComponent.setTooltip(), which Obsidian only added in
1.4.4. minAppVersion was still declared as 1.4.0, so that call was
already unsupported on 1.4.0-1.4.3 for anyone still on it. This just
makes the declared minimum match reality; 1.4.4 predates essentially
every currently-active install.
This commit is contained in:
johnny1093 2026-07-11 09:26:32 -04:00
parent 445a378a0d
commit 58e895e7e2

View file

@ -2,7 +2,7 @@
"id": "cmdr",
"name": "Commander",
"version": "0.5.5",
"minAppVersion": "1.4.0",
"minAppVersion": "1.4.4",
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
"author": "jsmorabito & phibr0",
"authorUrl": "https://github.com/phibr0",