Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valtlai committed Jul 16, 2024
1 parent 91ddeca commit cc73bc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit cc73bc4

Please sign in to comment.