Skip to content

Commit

Permalink
4.9.58
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Sep 22, 2022
1 parent f7873d1 commit fb9da5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
## Unreleased
## 4.9.58 (Sep 22, 2022)

- Remove newlines from CSS URL values, before handling them.
- Better detection for text color property in variables.
- es-419 (Latin America & Caribbean Spanish) translation.
- Updates to Hebrew and Portuguese (Brazilian) translations.

## 4.9.57 (Aug 23, 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.57",
"version": "4.9.58",
"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.57",
"version": "4.9.58",
"author": "Alexander Shutau",
"description": "__MSG_extension_description__",
"default_locale": "en",
Expand Down

0 comments on commit fb9da5a

Please sign in to comment.