Skip to content

Commit

Permalink
Update PDF.js, doq, pages and metadata for release
Browse files Browse the repository at this point in the history
PDF.js to include polyfill for Promise.withResolvers for older browsers.
doq update fixes slow rendering of pages with shapes/images in Firefox.
Pages updated to match the new layouts of viewer toolbar & Chrome menus.
Browser action icon is temporarily changed to the logo. This is because
Firefox stopped supporting context-fill for non-Mozilla extension icons.
  • Loading branch information
shivaprsd committed Jun 7, 2024
1 parent ab2b780 commit 2529128
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doqment",
"version": "0.7.1",
"version": "0.8",
"description": "Mozilla's HTML5 PDF Viewer with Reader-mode add-on.",
"homepage": "https://github.com/shivaprsd/doqment",
"repository": "github:shivaprsd/doqment",
Expand Down
2 changes: 1 addition & 1 deletion src/doq
Submodule doq updated 2 files
+2 −1 addon/app/reader.js
+16 −5 lib/engine.js
4 changes: 2 additions & 2 deletions src/manifest-v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.7.1",
"version": "0.8",

"name": "doqment PDF Reader",
"short_name": "doqment",
Expand Down Expand Up @@ -30,7 +30,7 @@
"default_popup": "pages/popup.html"
},
"browser_action": {
"default_icon": "images/button.svg",
"default_icon": "images/icon.svg",
"default_title": "Open PDF Reader in New Tab"
},
"commands": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-v3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "0.7.1",
"version": "0.8",
"minimum_chrome_version": "102",

"name": "doqment PDF Reader",
Expand Down
Binary file modified src/pages/Access Denied
Binary file not shown.
Binary file modified src/pages/Open File
Binary file not shown.
Binary file modified src/pages/Try Again
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pdfjs

0 comments on commit 2529128

Please sign in to comment.