Skip to content

Commit

Permalink
Prepare for major release: version 2.0
Browse files Browse the repository at this point in the history
Also added a changelog with v1.x history included.
  • Loading branch information
shivaprsd committed Nov 5, 2021
1 parent ded44ac commit c423cb6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,44 @@
# v2.0 (2021-11-05)

### Release version 2.0

Major update, almost a complete rewrite. See c941877, 4b42993.

#### Changes

- Name, logo, core functionality: convert to Reader mode
- Stop tweaking the text layer; act directly on the canvas
- Properly apply a color scheme: preserve monotones and accents
- Accurate color transformations based on color science
- Process/leave images instead of show/hiding them
- Move the UI to its own separate (accessible) toolbar
- Remove the PDF.js wrapper; this is now addon-only


# v1.2 (2021-01-25)

### Release version 1.2

- Feature: support multiple color schemes
- Feature: gestures for toggling toolbar and scrolling
- Improvement: change font resize buttons to html slider
- Fix: random text inflation in iOS Safari
- Fix: URL encode the path to the PDF file
- Refactor: linking CSS


# v1.1 (2020-12-19)

### Release version 1.1

- Fix: make font resize persistent across page loads
- Feature: make Terminal Mode and Lights Off mutually exclusive
- Feature: plugin buttons are now highlighted when toggled On
- Feature: toolbar buttons now disappear only in small views
- Add: all plugin controls can now be accessed using Tab key
- Improvement: minor code refactor


# v1.0 (2020-12-17)

### Release version 1.0
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -138,8 +138,13 @@ goal in future if time permits.\

Suggestions and contributions are welcome!

---

This project started out slightly differently; versions 1.x are now legacy. If
interested, see v2.0 release notes for an overview of what changed, and why.

[1]: https://mozilla.github.io/pdf.js/
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
[3]: https://github.com/shivaprsd/doq/releases/tag/v2.0-beta
[3]: https://github.com/shivaprsd/doq/releases/latest
[4]: https://ethanschoonover.com/solarized/
[5]: https://en.wikipedia.org/wiki/CIELAB_color_space
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"type": "add-on",
"target": "@mozilla/pdf.js",
"main": "addon/doq.js",
"version": "2.0-beta",
"version": "2.0",
"pdfjs_version": {
"minimum": "2.7.570",
"target": "2.10.377"
Expand Down

0 comments on commit c423cb6

Please sign in to comment.