Releases: xhydros/pdf-to-markdown-local
Releases · xhydros/pdf-to-markdown-local
v0.11.1
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.mjsrelease 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.jsmanifest.jsonstyles.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-distinternals insidemain.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
This is the first release at github to upload it as an obsidian plugin