-
1.0.4 Stable
released this
2026-07-25 12:09:36 +00:00 | 12 commits to main since this releaseFixed
minAppVersionraised from 1.5.0 to 1.8.7 — the actually-lowest floor that covers every API
the plugin calls (Workspace.revealLeaf,Vault.getAllFolders,getLanguage).- Every command's display name no longer duplicates the plugin name — Obsidian already prefixes
command-palette entries with it, so commands used to show up doubled ("Kuro Gamification: Kuro: ..."). - UI language detection now uses Obsidian's
getLanguage()instead of readinglocalStorage
directly. - The "no data yet" message inside an embedded
kuro-statuscode block was a hardcoded German
string, shown regardless of the user's language — now properly localized. - Popout-window-safe globals:
window/injectedDocumentinstead ofglobalThis/global
document.createElement/element.style.displayin a few remaining spots. console.info(disallowed by the store guideline) replaced withconsole.debugin the logger.
Internal
- Added
eslint-plugin-obsidianmdas an additive guideline gate (npm run lint:obsidian) next to
biome — mirrors the real Community Plugin review scanner locally.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads