UNagent 0.3.3
What's New in 0.3.3
- 🐛 Marketplace review fix — removed a call to
obsidian.getLanguage(), an API only available in Obsidian 1.8.7+, which exceeded the plugin's declaredminAppVersion(1.7.2) and failed the officialobsidianmd/no-unsupported-apireview lint. Language detection now usesmoment.locale()(always available) plus document/navigator heuristics, so behavior is unchanged on all supported Obsidian versions.
Verified with the official eslint-plugin-obsidianmd rule: full src/ scan shows zero no-unsupported-api violations.
Files
- main.js / manifest.json / styles.css (Obsidian installs from these)