Skip to content

Releases: nktnet1/pdfoxjs

0.3.0

04 Jun 02:34
af8a27e

Choose a tag to compare

What's Changed


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

21 Jan 05:23
a36e53c

Choose a tag to compare

Enabled new features from pdf.js!

1. Enable Signature Editor

enableSignatureEditor demo

2. Enable Comment

enableComment demo 1 enableComment demo 2

3. Enable Updated Add Image

enableUpdatedAddImage demo

4. Enable Highlight Floating Button

enableHighlightFloatingButton demo

#10

Full Changelog: v0.2.2...v0.2.3

0.2.2

14 Jan 05:14
a0858c5

Choose a tag to compare

Changes

  • fix: opening files on macos via events by @nktnet1 in #9

Full Changelog: v0.2.1...v0.2.2

0.2.1

12 Jan 23:59

Choose a tag to compare

Changes

Full Changelog: v0.2.0...v0.2.1

0.2.0

12 Jan 14:03

Choose a tag to compare

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

01 Dec 09:45
f687fe9

Choose a tag to compare

Auto Update

What's Changed

Full Changelog: v0.0.2...v0.1.0

v0.0.2

26 Nov 12:30
17c948b

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

fix: ensure second instance launches even without a file argument

Full Changelog: v0.0.1...v0.0.2

v0.0.1

26 Nov 10:58

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

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

26 Nov 08:56

Choose a tag to compare

v0.0.0 Pre-release
Pre-release

Initial release of pdfoxjs