Skip to content

Commit

Permalink
2023.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Oct 5, 2023
1 parent 86f2b34 commit b3ed3f6
Show file tree
Hide file tree
Showing 13 changed files with 2,302 additions and 417 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
2023.9.0 (dev)
2023.10.0

New features:

* Support for ~135 new websites (using ~100 new rules)
* Support for images stored within SVG tags (#268)
* Option to allow rules to be run under archive.org's Wayback Machine (disabled by default)
* Option to bypass CSP restrictions when loading 3rd-party libraries from the userscript (disabled by default)
Expand Down
Binary file modified build/ImageMaxURL_crx3.crx
Binary file not shown.
Binary file modified build/ImageMaxURL_unsigned.xpi
Binary file not shown.
602 changes: 472 additions & 130 deletions build/userscript_extr.user.js

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions build/userscript_extr_min.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extension/updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='momhpkepmajdopjgahiglmboldkepibg'>
<updatecheck codebase='https://raw.githubusercontent.com/qsniyg/maxurl/master/build/ImageMaxURL_crx3.crx' version="2023.8.0" status='ok' />
<updatecheck codebase='https://raw.githubusercontent.com/qsniyg/maxurl/master/build/ImageMaxURL_crx3.crx' version="2023.10.0" status='ok' />
</app>
</gupdate>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Image Max URL",
"author": "qsniyg",
"version": "2023.8.0",
"version": "2023.10.0",

"description": "Finds larger or original versions of images",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-max-url",
"version": "2023.8.0",
"version": "2023.10.0",
"author": "qsniyg",
"license": "Apache-2.0",
"private": true,
Expand Down
Loading

0 comments on commit b3ed3f6

Please sign in to comment.