Skip to content

Commit

Permalink
4.9.78
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Feb 29, 2024
1 parent 89ba196 commit 49f82b2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,14 @@
## 4.9.78 (February 29, 2024)

- Optimized Adopted Style Sheets changes handling.
- Fixed watching for style/link element position changes.
- Fixed processing large style elements loaded by chunks.
- Fixed enabling the extension with a hotkey after it was disabled automatically.
- Fixed sliders in mobile UI.

## 4.9.77 (February 7, 2024)

- Firefox: Fixed errors when Adopted Stylesheets were not present.
- Firefox: Fixed errors when Adopted Style Sheets were not present.
- Fixed breaking on ::view-transition selectors (Airbnb issue).

## 4.9.76 (January 17, 2024)
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.77",
"version": "4.9.78",
"description": "Dark mode for every website",
"scripts": {
"api": "node --max-old-space-size=3072 tasks/cli.js build --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.77",
"version": "4.9.78",
"author": "Alexander Shutau",
"description": "__MSG_extension_description__",
"default_locale": "en",
Expand Down

0 comments on commit 49f82b2

Please sign in to comment.