Bump version to 0.3.4

This commit is contained in:
2026-07-07 18:43:05 +02:00
parent 6386326473
commit 5f017d3b22
5 changed files with 22 additions and 9 deletions

View File

@@ -4,6 +4,15 @@ All notable changes to `pdf-tools` are documented here.
The project follows a pragmatic versioning scheme while the app is still below `1.0.0`: minor versions mark coherent user-facing milestones; patch versions mark fixes and small improvements.
## 0.3.4 — PDF.js browser compatibility fix
### Changed
- Centralized PDF.js setup in a shared module so thumbnail rendering and page preview use the same legacy PDF.js build and worker configuration.
- Added a local PDF.js worker wrapper that installs a `Uint8Array.prototype.toHex` compatibility shim before PDF.js worker code runs.
- Added the same `toHex` compatibility shim in the main app bundle for browsers that do not provide it natively.
- Bumped the app/package version to `0.3.4`.
## 0.3.2 — Multi-file merge queue release
### Added