-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9b5e70
commit 3ec8105
Showing
2 changed files
with
106 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
{ | ||
"name": "wnr", | ||
"version": "1.21.1", | ||
"description": "Work and rest, with wnr now!", | ||
"main": "main.js", | ||
"scripts": { | ||
"dep-update": "yarn", | ||
"start": "cross-env NODE_ENV=development electron .", | ||
"nsis": "cross-env NODE_ENV=production node ./res/builder/nsis.js", | ||
"nsis-ia32": "cross-env NODE_ENV=production node ./res/builder/nsis-ia32.js", | ||
"7zip": "cross-env NODE_ENV=portable node ./res/builder/win-zip.js", | ||
"7zip-ia32": "cross-env NODE_ENV=portable node ./res/builder/win-zip-ia32.js", | ||
"mac": "cross-env NODE_ENV=production node ./res/builder/mac.js", | ||
"linux": "cross-env NODE_ENV=production node ./res/builder/linux.js", | ||
"dir": "cross-env NODE_ENV=production node ./res/builder/dir_test.js", | ||
"ms-store": "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RoderickQiu/wnr.git" | ||
}, | ||
"author": "RoderickQiu", | ||
"license": "MPL-2.0", | ||
"homepage": "https://getwnr.com", | ||
"appId": "com.scrisstudio.wnr", | ||
"copyright": "(c) Roderick Qiu", | ||
"productName": "wnr", | ||
"dependencies": { | ||
"@electron/remote": "^1.0.4", | ||
"@types/winreg": "^1.2.30", | ||
"auto-launch": "^5.0.5", | ||
"bootstrap": "^4.6.0", | ||
"cmd-or-ctrl": "^0.3.1", | ||
"compare-version": "^0.1.2", | ||
"copy-to-clipboard": "^3.3.1", | ||
"crypto-js": "^4.0.0", | ||
"dotenv": "^8.2.0", | ||
"electron-debug": "^3.2.0", | ||
"electron-store": "^7.0.2", | ||
"i18n": "^0.13.2", | ||
"jquery": "^3.5.1", | ||
"leancloud-storage": "^4.10.0", | ||
"node-fetch": "^2.6.1", | ||
"node-notifier": "^9.0.0", | ||
"node-shi": "^0.4.2", | ||
"popper.js": "^1.16.1", | ||
"schart.js": "^3.0.0", | ||
"windows-release": "^4.0.0", | ||
"winreg": "^1.2.4" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"electron": "^11.3.0", | ||
"electron-builder": "^22.9.1" | ||
} | ||
"name": "wnr", | ||
"version": "1.22.0", | ||
"description": "Work and rest, with wnr now!", | ||
"main": "main.js", | ||
"scripts": { | ||
"dep-update": "yarn", | ||
"start": "cross-env NODE_ENV=development electron .", | ||
"nsis": "cross-env NODE_ENV=production node ./res/builder/nsis.js", | ||
"nsis-ia32": "cross-env NODE_ENV=production node ./res/builder/nsis-ia32.js", | ||
"7zip": "cross-env NODE_ENV=portable node ./res/builder/win-zip.js", | ||
"7zip-ia32": "cross-env NODE_ENV=portable node ./res/builder/win-zip-ia32.js", | ||
"mac": "cross-env NODE_ENV=production node ./res/builder/mac.js", | ||
"linux": "cross-env NODE_ENV=production node ./res/builder/linux.js", | ||
"dir": "cross-env NODE_ENV=production node ./res/builder/dir_test.js", | ||
"ms-store": "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RoderickQiu/wnr.git" | ||
}, | ||
"author": "RoderickQiu", | ||
"license": "MPL-2.0", | ||
"homepage": "https://getwnr.com", | ||
"appId": "com.scrisstudio.wnr", | ||
"copyright": "(c) Roderick Qiu", | ||
"productName": "wnr", | ||
"dependencies": { | ||
"@electron/remote": "^1.0.4", | ||
"@types/winreg": "^1.2.30", | ||
"auto-launch": "^5.0.5", | ||
"bootstrap": "^4.6.0", | ||
"cmd-or-ctrl": "^0.3.1", | ||
"compare-version": "^0.1.2", | ||
"copy-to-clipboard": "^3.3.1", | ||
"crypto-js": "^4.0.0", | ||
"dotenv": "^8.2.0", | ||
"electron-debug": "^3.2.0", | ||
"electron-store": "^7.0.2", | ||
"i18n": "^0.13.2", | ||
"jquery": "^3.5.1", | ||
"leancloud-storage": "^4.10.0", | ||
"node-fetch": "^2.6.1", | ||
"node-notifier": "^9.0.0", | ||
"node-shi": "^0.4.2", | ||
"popper.js": "^1.16.1", | ||
"schart.js": "^3.0.0", | ||
"windows-release": "^4.0.0", | ||
"winreg": "^1.2.4" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"electron": "^11.3.0", | ||
"electron-builder": "^22.9.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,54 @@ | ||
{ | ||
"version": "1.21.1", | ||
"feature-introduction": false, | ||
"content": { | ||
"zh-CN": [ | ||
"修复了MacOS上MINI模式和全屏专心模式的衔接问题。", | ||
"修复了统计功能工作不正常的问题。", | ||
"我们正在花许多时间构建许多令人激动的功能。" | ||
], | ||
"zh-TW": [ | ||
"修復了MacOS上MINI模式和全屏專心模式的銜接問題。", | ||
"修復了統計功能工作不正常的問題。", | ||
"我們正在花許多時間構建許多令人激動的功能。" | ||
], | ||
"en": [ | ||
"Fixed MINI mode on macOS.", | ||
"Fixed statistics bugs related to pausing.", | ||
"We are currently spending time making some brilliant new features." | ||
] | ||
}, | ||
"introduce": { | ||
"id": "introduced-1.21.0", | ||
"zh-CN": { | ||
"title": "不少新功能。", | ||
"description": { | ||
"darwin": "我们有了新的快捷键系统。访问操作->设置->个性化设置见识一下它们。", | ||
"win32": "我们有了新的快捷键系统。点击wnr徽标,选择“设置->个性化设置”来见识一下它们。", | ||
"universal": "\n此外,新的“单纯计时”模式等更新,大概也会让你耳目一新吧。" | ||
} | ||
}, | ||
"zh-TW": { | ||
"title": "不少新功能。", | ||
"description": { | ||
"darwin": "我們有了新的快捷鍵系統。訪問操作->設置->個性化設置見識一下它們。", | ||
"win32": "我們有了新的快捷鍵系統。點擊wnr徽標,選擇“設置->個性化設置”來見識一下它們。", | ||
"universal": "\n此外,新的“單純計時”模式等更新,大概也會讓你耳目一新吧。" | ||
} | ||
}, | ||
"en": { | ||
"title": "Many new features", | ||
"description": { | ||
"darwin": "We now have a new hotkey system. Go to Top Bar -> Operations -> Settings -> Personalization to see it.", | ||
"win32": "We now have a new hotkey system. Click Logo icon -> Settings -> Personalization to see it.", | ||
"universal": "\n Moreover, other new features like the new \"Just Timing\" mode may also attract you!" | ||
} | ||
} | ||
} | ||
"version": "1.22.0", | ||
"feature-introduction": false, | ||
"content": { | ||
"zh-CN": [ | ||
"添加了预设任务功能。", | ||
"添加了只对休息或工作时禁止暂停的功能。", | ||
"重新设计了MacOS上的图标,使之符合最新规范。", | ||
"优化了其它数个功能。", | ||
"由于我比预想中更忙,一些预定要上线的功能暂时还没做。" | ||
], | ||
"zh-TW": [ | ||
"添加了預設任務功能。", | ||
"添加了只對休息或工作時禁止暫停的功能。", | ||
"重新設計了MacOS上的圖標,使之符合最新規範。", | ||
"優化了其它數個功能。", | ||
"由于我比預想中更忙,一些預定要上線的功能暫時還沒做。" | ||
], | ||
"en": [ | ||
"Add reserved tasks feature.", | ||
"Add setting to only ban pausing when working or resting.", | ||
"Redesigned icon on macOS to follow Big Sur rules.", | ||
"Optimized & bugs fixed.", | ||
"Because I was actually buuuussssy recently, some granted features hadn't been finished." | ||
] | ||
}, | ||
"introduce": { | ||
"id": "introduced-1.21.0", | ||
"zh-CN": { | ||
"title": "不少新功能。", | ||
"description": { | ||
"darwin": "我们有了新的快捷键系统。访问操作->设置->个性化设置见识一下它们。", | ||
"win32": "我们有了新的快捷键系统。点击wnr徽标,选择“设置->个性化设置”来见识一下它们。", | ||
"universal": "\n此外,新的“单纯计时”模式等更新,大概也会让你耳目一新吧。" | ||
} | ||
}, | ||
"zh-TW": { | ||
"title": "不少新功能。", | ||
"description": { | ||
"darwin": "我們有了新的快捷鍵系統。訪問操作->設置->個性化設置見識一下它們。", | ||
"win32": "我們有了新的快捷鍵系統。點擊wnr徽標,選擇“設置->個性化設置”來見識一下它們。", | ||
"universal": "\n此外,新的“單純計時”模式等更新,大概也會讓你耳目一新吧。" | ||
} | ||
}, | ||
"en": { | ||
"title": "Many new features", | ||
"description": { | ||
"darwin": "We now have a new hotkey system. Go to Top Bar -> Operations -> Settings -> Personalization to see it.", | ||
"win32": "We now have a new hotkey system. Click Logo icon -> Settings -> Personalization to see it.", | ||
"universal": "\n Moreover, other new features like the new \"Just Timing\" mode may also attract you!" | ||
} | ||
} | ||
} | ||
} |