Skip to content

Commit 8062c9b

Browse files
committed
v3.7.3
1 parent b6ea873 commit 8062c9b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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 Firefox to moderate packages, while only 1-2 days for Chrome and Edge.
66

7+
## [3.7.3] - 2025-11-11
8+
9+
- Supported Polish
10+
- Supported Turkish
11+
- Considered audible tabs as active, and not to pause tracking. Thanks to [mrfragger](https://github.com/mrfragger)
12+
- Fixed a bug when backup via WebDAV
13+
- Reduced some lint warnings from web-ext
14+
715
## [3.7.2] - 2025-11-03
816

917
- Supported to collapse the menu

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timer",
3-
"version": "3.7.2",
3+
"version": "3.7.3",
44
"description": "Time tracker for browser",
55
"homepage": "https://www.wfhg.cc",
66
"scripts": {
@@ -71,4 +71,4 @@
7171
"engines": {
7272
"node": ">=20"
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)