Skip to content

UNagent 0.3.3

Choose a tag to compare

@UNcore-gh UNcore-gh released this 12 Aug 08:50
· 7 commits to main since this release

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 declared minAppVersion (1.7.2) and failed the official obsidianmd/no-unsupported-api review lint. Language detection now uses moment.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)