Skip to content

Commit

Permalink
4.9.53
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Aug 9, 2022
1 parent c25c621 commit 9927859
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
@@ -1,15 +1,16 @@
## Unreleased
## 4.9.53 (Aug 9, 2022)

- Don't manage styles that have a empty `href` attribute.
- Don't manage styles that have an empty `href` attribute.
- Use `navigator.UserAgentData` when possible.
- Add a `<meta name="darkreader-lock">` detector, to disable Dark Reader when detected (only dynamic theme).
- Fix filter theme for Firefox v102+
- Correctly open static theme editor on Mobile.
- Migrate automation settings to it's own object. WARNING: this can lead to data loss of currently used automation settings due to browser behavior.
- Migrate automation settings to its own object.
- Correctly handle empty URL's in `background-image` property.
- Make parsing colors use cache.
- Only send updates to the affected tabs when toggling sites.
- Make color parsing use cache.
- Send updates only to affected tabs when toggling sites.
- Fixed images with masks (Gmail icons issue).
- Background page refactoring.

## 4.9.52 (June 28, 2022)

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.52",
"version": "4.9.53",
"description": "Dark mode for every website",
"scripts": {
"api": "node 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.52",
"version": "4.9.53",
"author": "Alexander Shutau",
"description": "__MSG_extension_description__",
"default_locale": "en",
Expand Down

0 comments on commit 9927859

Please sign in to comment.