Skip to content

Commit 6f6dc33

Browse files
committed
v10.0.0
1 parent 9cde2dd commit 6f6dc33

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 10.0.0
2+
3+
The preferences now allow you to export a list of sites where you have enabled Chrome Mask, and you can also import the same (or another) list if you want. Additionally, there's a "Remove all sites" button for your convenience! All of that was contributed by [@changhuapeng](https://github.com/changhuapeng), thank you very much for your repeated contributions!
4+
15
# 9.0.0
26

37
- The settings page didn't allow you to manually add hosts if you are on Firefox ESR 115. It does now.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-mask",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Makes Firefox wear a mask to look like Chrome.",
55
"author": "Sky Schubert <sky@overengineer.dev>",
66
"license": "MIT",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "__MSG_extensionDescription__",
55
"author": "SKy Schubert",
66
"homepage_url": "https://github.com/skyschub/chrome-mask",
7-
"version": "9.0.0",
7+
"version": "10.0.0",
88
"default_locale": "en",
99
"browser_specific_settings": {
1010
"gecko": {

0 commit comments

Comments
 (0)