Skip to content

Commit dc8d710

Browse files
committed
update to 1.30.2
also migrate to new yarn
1 parent 98c46be commit dc8d710

File tree

4 files changed

+3872
-2451
lines changed

4 files changed

+3872
-2451
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

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.1",
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.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"
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.0.9",
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.1.1",
39-
"electron-debug" : "3.2.0",
40-
"electron-store" : "8.1.0",
41-
"i18n" : "0.15.1",
42-
"jquery" : "3.7.0",
43-
"node-fetch" : "2.6.12",
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.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"
4949
},
50-
"devDependencies" : {
51-
"cross-env" : "7.0.3",
52-
"electron" : "22.3.18",
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.1",
2+
"version" : "1.30.2",
33
"feature-introduction" : false,
44
"content" : {
55
"zh-CN" : [
6-
"修复了一些 Bugs,并且做了一些优化;例如对旧系统、MINI 模式、计时中途提醒等的支持变得更好",
7-
"一段时间结束后的对话框现在支持按 Enter 键快速关闭"
6+
"修复了一些 Bugs,包括对 MINI Mode 大于一小时任务的正确处理,以及更换显示器后可能出现在显示器之外的问题",
7+
"预设任务中现在支持无限多位小数,以实现精确到秒的控制"
88
],
99
"zh-TW" : [
10-
"修復了一些 Bugs,並且做了一些優化;例如對舊系統、MINI 模式、計時中途提醒等的支持變得更好",
11-
"一段時間結束後的對話框現在支持按 Enter 鍵快速關閉"
10+
"修復了一些 Bugs,包括對 MINI Mode 大於一小時任務的正確處理,以及更換顯示器後可能出現在顯示器之外的問題",
11+
"預設任務中現在支持無限多位小數,以實現精確到秒的控製"
1212
],
1313
"en" : [
14-
"Bugs fixed and several features optimized. ",
15-
"The dialogs now support pressing Enter button to close. "
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."
1616
]
1717
},
1818
"introduce" : {

0 commit comments

Comments
 (0)