Skip to content

Commit 06b87d2

Browse files
committed
v2.5.0
1 parent 51dacb1 commit 06b87d2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [2.5.0] - 2024-10-19
8+
9+
- Supported RTL and Arabic
10+
- Fixed some bugs
11+
- Optimized the performance of popup page
12+
713
## [2.4.7] - 2024-09-28
814

915
- Fixed some style bugs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timer",
3-
"version": "2.4.7",
3+
"version": "2.5.0",
44
"description": "Time tracker",
55
"homepage": "https://www.wfhg.cc",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
2828
"@babel/preset-env": "^7.25.8",
29-
"@crowdin/crowdin-api-client": "^1.37.1",
29+
"@crowdin/crowdin-api-client": "^1.38.0",
3030
"@types/chrome": "0.0.278",
3131
"@types/copy-webpack-plugin": "^10.1.0",
3232
"@types/decompress": "^4.2.7",
@@ -72,7 +72,7 @@
7272
"@vueuse/core": "^11.1.0",
7373
"countup.js": "^2.8.0",
7474
"echarts": "^5.5.1",
75-
"element-plus": "2.8.5",
75+
"element-plus": "2.8.6",
7676
"js-base64": "^3.7.7",
7777
"punycode": "^2.3.1",
7878
"stream-browserify": "^3.0.0",

0 commit comments

Comments
 (0)