Skip to content

Commit 53cb630

Browse files
committed
chore(release): v2.4.1
1 parent e9dc4e2 commit 53cb630

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>2.4.1 (2025-05-06)</small>
2+
3+
* feat(notifications): add notification settings (#39) ([e9dc4e2](https://github.com/samzong/chrome-tabboost/commit/e9dc4e2)), closes [#39](https://github.com/samzong/chrome-tabboost/issues/39)
4+
* fix(popup): fix duplicat url twice, fefactor popup.js and move all operation logic to the background ([02fa0b8](https://github.com/samzong/chrome-tabboost/commit/02fa0b8)), closes [#38](https://github.com/samzong/chrome-tabboost/issues/38) [#33](https://github.com/samzong/chrome-tabboost/issues/33)
5+
* chore(dev-build): add step to delete private key file after build ([d3c60c9](https://github.com/samzong/chrome-tabboost/commit/d3c60c9))
6+
* docs: update Chrome Store description to reflect enhanced iframe compatibility ([1aa68a0](https://github.com/samzong/chrome-tabboost/commit/1aa68a0))
7+
8+
9+
110
## 2.4.0 (2025-05-03)
211

312
* Chore/clean code, Add i18n (#30) ([898a973](https://github.com/samzong/chrome-tabboost/commit/898a973)), closes [#30](https://github.com/samzong/chrome-tabboost/issues/30)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_appName__",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",
77
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-tabboost",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A Chrome extension for tab management",
55
"main": "src/js/background.js",
66
"scripts": {

0 commit comments

Comments
 (0)