Skip to content

Commit

Permalink
Update changelog and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaprsd committed Oct 30, 2022
1 parent b0d6306 commit e78d99b
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.2 (2022-10-30)

### Release version 2.2

- Update: target PDF.js version 2.16
- Improvement: handle transparent canvas styles
- Improvement: color calc based on BG of the text centre
- Feature: support for PDF.js annotation editor
- Fix: separate canvas data for different pages
- Fix: apply invert filter to individual pages


# v2.1 (2022-05-21)

### Release version 2.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -14,9 +14,9 @@
"type": "add-on",
"target": "@mozilla/pdf.js",
"main": "addon/doq.js",
"version": "2.1",
"version": "2.2",
"pdfjs_version": {
"minimum": "2.7.570",
"target": "2.13.216"
"target": "2.16.105"
}
}

0 comments on commit e78d99b

Please sign in to comment.