Releases: nktnet1/pdfoxjs
Releases · nktnet1/pdfoxjs
0.3.0
What's Changed
- feat: bump pdf.js to v6.0.227 by @nktnet1 in #12
- feat: allow drag and drop pdf files by @nktnet1 in #13
Other dev changes:
- use tsdown as the bundler (previously tsc)
- switch from eslint/prettier to biome
- change backend from express to hono
Full Changelog: v0.2.3...v0.3.0
0.2.3
Enabled new features from pdf.js!
1. Enable Signature Editor
2. Enable Comment
3. Enable Updated Add Image
4. Enable Highlight Floating Button
Full Changelog: v0.2.2...v0.2.3
0.2.2
0.2.1
Changes
- fix: use hex encoding for PDF path (3a0e68c)
- fix: allow dot files in express res.sendFile for config (89c9b5b)
Full Changelog: v0.2.0...v0.2.1
0.2.0
Changes
- Update npm dependencies (security fixes)
- Update pdf.js to v5.4.530
- Re-focus after command or file picker
Pull Requests
- build(deps): bump express from 4.18.2 to 4.19.2 by @dependabot[bot] in #5
- build(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot[bot] in #7
- build(deps): bump tar from 6.2.0 to 6.2.1 by @dependabot[bot] in #6
- deps: update pdf.js to 5.4.530 by @nktnet1 in #8
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.0.2
fix: ensure second instance launches even without a file argument
Full Changelog: v0.0.1...v0.0.2
v0.0.1
fix: window crash when launching an app with a PDF file argument (poorly resolved path)
Full Changelog: v0.0.0...v0.0.1
v0.0.0
Initial release of pdfoxjs