Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:51
· 13 commits to main since this release

Changed

  • Removed eval/new Function usage to comply with Obsidian plugin guidelines: replaced the setimmediate/lie dependencies with safe shims and switched the HWP viewer to a readable hwpViewerMain.js, deleting the minified webpack bundle.
  • Replaced any with explicit types/unknown plus runtime type guards across platform, audio engine, GIS, tabular, and message handling code.
  • Used Obsidian's setCssStyles() instead of direct el.style assignment.
  • Removed !important and dead VSCode-only CSS variables from viewer templates.
  • Used Node's module.builtinModules instead of the builtin-modules package.
  • Gzip-compressed bundled assets to reduce main.js size.
  • Removed debug console.log statements while keeping error/warning handlers.
  • Cleaned up the command name and manifest/package description.

Docs

  • Added a privacy policy link for the share feature.