diff --git a/CHANGELOG.md b/CHANGELOG.md index 145d23c..2037eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This project uses [semantic versioning](https://semver.org/). +## v3.1.0 (2024-07-16) + +- Removed the `storage` permission +- Changed the option to always use sentence case (_Single tab only_) + +[`v3.0.0...v3.1.0`](https://github.com/valtlai/gmail-button/compare/v3.0.0...v3.1.0) + ## v3.0.0 (2022-04-01) - BREAKING: Upgraded to manifest v3 @@ -12,10 +19,10 @@ This project uses [semantic versioning](https://semver.org/). ## v2.0.0 (2019-06-23) - Made the `tabs` permission (labeled as _browsing history_) optional - - Replaced the _Allow multiple tabs_ option with _Single tab only_, - disabled by default - - The permission will be requested after the option is checked - and removed after it’s unchecked + - Replaced the _Allow multiple tabs_ option with _Single tab only_, + disabled by default + - The permission will be requested after the option is checked + and removed after it’s unchecked - Changed to use title case on Mac (_Single Tab Only_) ## v1.2.1 (2019-04-15) diff --git a/source/manifest.json b/source/manifest.json index 4914ee5..6c94e3e 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "minimum_chrome_version": "100", "name": "__MSG_name__", - "version": "3.0.0", + "version": "3.1.0", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "icon.png" },