Skip to content

Commit 0453b43

Browse files
committed
update to 1.30.3 and celebrate 6th year
1 parent a5a9a75 commit 0453b43

File tree

5 files changed

+58
-58
lines changed

5 files changed

+58
-58
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ to **[DEVELOPMENT_GUIDE](https://github.com/RoderickQiu/wnr/blob/master/DEVELOPM
5656

5757
## Copyright & Credit
5858

59-
Copyright (c) 2019-2023 **[Roderick Qiu](https://r-q.name)** and other contributors. All rights reserved.
59+
Copyright (c) 2019-2025 **[Roderick Qiu](https://r-q.name)** and other contributors. All rights reserved.
6060

6161
Licensed under the **[MPL 2.0 License](https://github.com/RoderickQiu/wnr/blob/master/LICENSE)**.
6262

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ yarn appimage # linux AppImage打包
5555

5656
## 版权和鸣谢
5757

58-
版权所有 (c) 2019-2023 **[Roderick Qiu](https://r-q.name)** 和其他贡献者。保留所有权利。
58+
版权所有 (c) 2019-2025 **[Roderick Qiu](https://r-q.name)** 和其他贡献者。保留所有权利。
5959

6060
使用 **[MPL 2.0 许可证](https://github.com/RoderickQiu/wnr/blob/master/LICENSE)** 进行许可。
6161

README.zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ yarn appimage # linux AppImage打包
5555

5656
## 版權和鳴謝
5757

58-
版權所有 (c) 2019-2023 **[Roderick Qiu](https://r-q.name)** 和其他貢獻者。保留所有權利。
58+
版權所有 (c) 2019-2025 **[Roderick Qiu](https://r-q.name)** 和其他貢獻者。保留所有權利。
5959

6060
使用 **[MPL 2.0 許可證](https://github.com/RoderickQiu/wnr/blob/master/LICENSE)** 進行許可。
6161

package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"name": "wnr",
3-
"version": "1.30.2",
4-
"description": "Work and rest, with wnr now!",
5-
"main": "main.js",
6-
"scripts": {
7-
"dep-update": "yarn",
8-
"start": "cross-env NODE_ENV=development electron .",
9-
"nsis": "cross-env NODE_ENV=production node ./res/builder/nsis.js",
10-
"7zip": "cross-env NODE_ENV=portable node ./res/builder/win-zip.js",
11-
"mac": "cross-env NODE_ENV=production node ./res/builder/mac.js",
12-
"linux": "cross-env NODE_ENV=production node ./res/builder/linux.js",
13-
"appimage": "cross-env NODE_ENV=production node ./res/builder/appimage.js",
14-
"dir": "cross-env NODE_ENV=production node ./res/builder/dir_test.js",
15-
"win-dir": "cross-env NODE_ENV=production node ./res/builder/win_dir.js",
16-
"ms-store": "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js"
2+
"name" : "wnr",
3+
"version" : "1.30.3",
4+
"description" : "Work and rest, with wnr now!",
5+
"main" : "main.js",
6+
"scripts" : {
7+
"dep-update" : "yarn",
8+
"start" : "cross-env NODE_ENV=development electron .",
9+
"nsis" : "cross-env NODE_ENV=production node ./res/builder/nsis.js",
10+
"7zip" : "cross-env NODE_ENV=portable node ./res/builder/win-zip.js",
11+
"mac" : "cross-env NODE_ENV=production node ./res/builder/mac.js",
12+
"linux" : "cross-env NODE_ENV=production node ./res/builder/linux.js",
13+
"appimage" : "cross-env NODE_ENV=production node ./res/builder/appimage.js",
14+
"dir" : "cross-env NODE_ENV=production node ./res/builder/dir_test.js",
15+
"win-dir" : "cross-env NODE_ENV=production node ./res/builder/win_dir.js",
16+
"ms-store" : "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js"
1717
},
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/RoderickQiu/wnr.git"
18+
"repository" : {
19+
"type" : "git",
20+
"url" : "https://github.com/RoderickQiu/wnr.git"
2121
},
22-
"author": "RoderickQiu",
23-
"license": "MPL-2.0",
24-
"homepage": "https://getwnr.com",
25-
"appId": "com.scrisstudio.wnr",
26-
"build": {
27-
"appId": "com.scrisstudio.wnr"
22+
"author" : "RoderickQiu",
23+
"license" : "MPL-2.0",
24+
"homepage" : "https://getwnr.com",
25+
"appId" : "com.scrisstudio.wnr",
26+
"build" : {
27+
"appId" : "com.scrisstudio.wnr"
2828
},
29-
"copyright": "(c) Roderick Qiu",
30-
"productName": "wnr",
31-
"dependencies": {
32-
"@eastdesire/jscolor": "2.5.1",
33-
"@electron/remote": "2.1.1",
34-
"bootstrap": "4.6.2",
35-
"cmd-or-ctrl": "0.3.1",
36-
"compare-version": "0.1.2",
37-
"copy-to-clipboard": "3.3.3",
38-
"crypto-js": "4.2.0",
39-
"electron-debug": "3.2.0",
40-
"electron-store": "8.1.0",
41-
"i18n": "0.15.1",
42-
"jquery": "3.7.1",
43-
"node-fetch": "2.7.0",
44-
"node-notifier": "10.0.1",
45-
"node-shi": "0.4.2",
46-
"popper.js": "1.16.1",
47-
"schart.js": "3.0.4",
48-
"win-release-id": "1.0.6"
29+
"copyright" : "(c) Roderick Qiu",
30+
"productName" : "wnr",
31+
"dependencies" : {
32+
"@eastdesire/jscolor" : "2.5.2",
33+
"@electron/remote" : "2.1.1",
34+
"bootstrap" : "4.6.2",
35+
"cmd-or-ctrl" : "0.3.1",
36+
"compare-version" : "0.1.2",
37+
"copy-to-clipboard" : "3.3.3",
38+
"crypto-js" : "4.2.0",
39+
"electron-debug" : "3.2.0",
40+
"electron-store" : "8.1.0",
41+
"i18n" : "0.15.1",
42+
"jquery" : "3.7.1",
43+
"node-fetch" : "2.7.0",
44+
"node-notifier" : "10.0.1",
45+
"node-shi" : "0.4.2",
46+
"popper.js" : "1.16.1",
47+
"schart.js" : "3.0.4",
48+
"win-release-id" : "1.0.6"
4949
},
50-
"devDependencies": {
51-
"cross-env": "7.0.3",
52-
"electron": "22.3.27",
53-
"electron-builder": "23.0.3"
50+
"devDependencies" : {
51+
"cross-env" : "7.0.3",
52+
"electron" : "22.3.27",
53+
"electron-builder" : "23.0.3"
5454
}
5555
}

update.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"version" : "1.30.2",
2+
"version" : "1.30.3",
33
"feature-introduction" : false,
44
"content" : {
55
"zh-CN" : [
6-
"修复了一些 Bugs,包括对 MINI Mode 大于一小时任务的正确处理,以及更换显示器后可能出现在显示器之外的问题",
7-
"预设任务中现在支持无限多位小数,以实现精确到秒的控制。"
6+
"修复了一些 Bugs,包括不能正确跟随自动切换暗黑模式和浅色模式,和切换首页功能设置不起作用等",
7+
"庆祝,这一应用已经来到了它的六岁生日!"
88
],
99
"zh-TW" : [
10-
"修復了一些 Bugs,包括對 MINI Mode 大於一小時任務的正確處理,以及更換顯示器後可能出現在顯示器之外的問題",
11-
"預設任務中現在支持無限多位小數,以實現精確到秒的控製。"
10+
"修復了一些 Bugs,包括不能正確跟隨自動切換暗黑模式和淺色模式,和切換首頁設置不起作用等",
11+
"慶祝,這一應用已經來到了它的六歲生日!"
1212
],
1313
"en" : [
14-
"Bugs fixed for MINI mode for tasks longer than 1 hour, and that it may be positioned out of the screen after changing displays. ",
15-
"Predefined tasks now support infinite decimal places to achieve precise control of seconds."
14+
"Fixed some bugs, including that the dark mode auto switch not working, and that changing homepage function is not effective. ",
15+
"Celebrate! this application has come to its sixth birthday!"
1616
]
1717
},
1818
"introduce" : {

0 commit comments

Comments
 (0)