Skip to content

StoneGate v2.0.4

Latest

Choose a tag to compare

@xsiphr xsiphr released this 18 Jun 00:29
· 4 commits to main since this release

๐Ÿš€ v2.0.4 - Stability & Compliance Patch

This release finalizes the compliance requirements for the Obsidian Community Plugins store.

๐Ÿ› ๏ธ Changes

  • Fix: Resolved no-static-styles-assignment error by replacing direct element.style assignments with setCssStyles.
  • Cleanup: Removed all hardcoded system paths, replaced with environment-based configuration for privacy.
  • Compliance: Addressed all remaining Obsidian linter warnings, including deprecated setWarning usage and unsafe promise handling.
  • Optimization: Minor internal cleanup of build scripts and build artifacts.