Skip to content

Commit

Permalink
Update changelog, license and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaprsd committed May 20, 2022
1 parent 7d88dc2 commit 3302ef1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.1 (2022-05-21)

### Release version 2.1

- Update: target PDF.js version 2.13
- Add themes: Nord and Firefox reader view
- Revamp UI: neat, minimal & simplified toolbar
- Feature: separate preferences based on OS theme
- Feature: configurable options to control behaviour
- Improvement: accessibility and color schemes
- Improvement: better performance when reader is off
- Fix: printing, thumbnails & some minor errors


# v2.0 (2021-11-05)

### Release version 2.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020, 2021 Shiva Prasad
Copyright (c) 2020-2022 Shiva Prasad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doq",
"description": "The missing reader mode/color schemes add-on for PDFs.",
"description": "The missing reader mode/color schemes tool for PDFs.",
"homepage": "https://github.com/shivaprsd/doq",
"keywords": [ "pdf", "pdf.js", "reader mode", "color schemes" ],
"license": "MIT",
Expand All @@ -9,14 +9,14 @@
"dependencies": [],
"repository": {
"type": "git",
"url": "git://github.com/shivaprsd/doq.git"
"url": "https://github.com/shivaprsd/doq.git"
},
"type": "add-on",
"target": "@mozilla/pdf.js",
"main": "addon/doq.js",
"version": "2.0",
"version": "2.1",
"pdfjs_version": {
"minimum": "2.7.570",
"target": "2.10.377"
"target": "2.13.216"
}
}

0 comments on commit 3302ef1

Please sign in to comment.