Skip to content

Commit

Permalink
Release 2021.1.27 (EFForg#19906)
Browse files Browse the repository at this point in the history
* Update translations.

* Release: 2021.1.27

* Signing data from AMO.
  • Loading branch information
zoracon authored Jan 28, 2021
1 parent 3d6db01 commit 8d29046
Show file tree
Hide file tree
Showing 9 changed files with 435 additions and 417 deletions.
8 changes: 4 additions & 4 deletions chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"minimum_chrome_version": "55",
"name": "__MSG_about_ext_name__",
"options_ui": {
"page": "pages/options/index.html",
"open_in_tab": true
"open_in_tab": true,
"page": "pages/options/index.html"
},
"permissions": [
"webNavigation",
Expand All @@ -55,8 +55,8 @@
"*://*/*",
"ftp://*/*"
],
"version": "2020.11.17",
"version": "2021.1.27",
"web_accessible_resources": [
"/pages/cancel/index.html"
]
}
}
8 changes: 8 additions & 0 deletions src/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021.1.27
* EASE Mode UI Changes
* NPM Dependency updates
* Geckodriver pull update
* Chromedriver pull update
* Integrate CSS Grid for Options Page and EASE UI
* Put Options in new tab

2020.11.17
* Copy URL in EASE interstitial
* Dependapot NPM updates
Expand Down
Loading

0 comments on commit 8d29046

Please sign in to comment.