Skip to content

Commit 7db1273

Browse files
committed
v3.5.0
1 parent ee9ca6c commit 7db1273

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to Time Tracker will be documented in this file.
44

55
It is worth mentioning that the release time of each change refers to the time when the installation package is submitted to the webstore. It is about one week for Edge to moderate packages, while only 1-2 days for Chrome and Firefox.
66

7+
## [3.5.0] - 2025-06-17
8+
9+
- Supported to track the time of tab groups (#481)
10+
711
## [3.4.7] - 2025-06-03
812

913
- Fixed the error of menu

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timer",
3-
"version": "3.4.7",
3+
"version": "3.5.0",
44
"description": "Time tracker for browser",
55
"homepage": "https://www.wfhg.cc",
66
"scripts": {
@@ -38,8 +38,8 @@
3838
"@swc/jest": "^0.2.38",
3939
"@types/chrome": "0.0.326",
4040
"@types/decompress": "^4.2.7",
41-
"@types/jest": "^29.5.14",
42-
"@types/node": "^24.0.1",
41+
"@types/jest": "^30.0.0",
42+
"@types/node": "^24.0.3",
4343
"@types/punycode": "^2.1.4",
4444
"@vue/babel-plugin-jsx": "^1.4.0",
4545
"babel-loader": "^10.0.0",
@@ -50,7 +50,7 @@
5050
"jest": "^30.0.0",
5151
"jest-environment-jsdom": "^30.0.0",
5252
"jest-junit": "^16.0.0",
53-
"postcss": "^8.5.5",
53+
"postcss": "^8.5.6",
5454
"postcss-loader": "^8.1.1",
5555
"postcss-rtlcss": "^5.7.1",
5656
"puppeteer": "^24.10.1",

0 commit comments

Comments
 (0)