Skip to content

0.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 13 May 09:17
· 2 commits to main since this release

Fixed

  • Submission Compliance: Addressed multiple warnings and errors flagged by the Obsidian community review process.
  • Updated minAppVersion to 1.7.2 to support Workspace.revealLeaf.
  • Fixed popout window compatibility by migrating document to activeDocument and window to activeWindow.
  • Improved type safety across files by removing any usage in src/BookmarkPanel.ts and src/BrowserPanel.ts.
  • Removed "General" heading from the settings tab.
  • Replaced document.createElement('webview') with createEl('webview') for proper initialization.
  • Re-named the command palette entry to "Open" to prevent redundant prefixing.
  • Added a GitHub Actions workflow to generate artifact attestations for main.js and styles.css.