Skip to content

Releases: xhydros/pdf-to-markdown-local

v0.11.1

17 Jun 08:03
55aaa49

Choose a tag to compare

PDF to Markdown Local v0.11.1

This release prepares the plugin for the next Obsidian review pass and cleans up the packaging and settings surface.

Highlights

  • Removed the external pdf.worker.mjs release asset.
  • Switched the PDF pipeline to an inline local worker/fake-worker setup bundled in main.js.
  • Migrated plugin settings to the modern declarative Obsidian settings API.
  • Reduced global vault enumeration in source by traversing only the configured template folder tree and selected batch folder trees.
  • Cleaned up plugin metadata and release packaging for store compatibility.
  • Added GitHub release workflow with artifact attestation support.

Release assets

This release contains only the supported files:

  • main.js
  • manifest.json
  • styles.css

Notes for review

  • The plugin remains fully local-first.
  • No remote worker, CDN, telemetry, or PDF upload is introduced.
  • Some automated disclosures may still reference bundled pdfjs-dist internals inside main.js, such as dynamic code execution helpers or DOM internals. Those come from the upstream library bundle rather than plugin-specific network or telemetry code.

Version info

  • Plugin version: 0.11.1
  • Minimum Obsidian version: 1.13.0

Obsidian Plugin Alpha Release

16 Jun 13:41
ae8419b

Choose a tag to compare

This is the first release at github to upload it as an obsidian plugin