Skip to content

Commit

Permalink
4.9.62
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Jan 8, 2023
1 parent 9654563 commit 4f53649
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
## Unreleased
## 4.9.62 (Jan 8, 2023)

- Fixed a edge case with extracting numbers, it's now able to extract `rgb(0 0 0/0.04)`. (#10565)
- Fixed a edge case with extracting color numbers, it's now able to extract `rgb(0 0 0/0.04)`. (#10565)
- Improved IPv6 check. (#10564)
- Faster UI loading. (#10589)

## 4.9.61 (Jan 2, 2023)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "darkreader",
"version": "4.9.61",
"version": "4.9.62",
"description": "Dark mode for every website",
"scripts": {
"api": "node --max-old-space-size=3072 tasks/build.js --api",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Dark Reader",
"version": "4.9.61",
"version": "4.9.62",
"author": "Alexander Shutau",
"description": "__MSG_extension_description__",
"default_locale": "en",
Expand Down

0 comments on commit 4f53649

Please sign in to comment.