Skip to content

Commit

Permalink
update to 1.30.3 and celebrate 6th year
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Jan 24, 2025
1 parent a5a9a75 commit 0453b43
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ to **[DEVELOPMENT_GUIDE](https://github.com/RoderickQiu/wnr/blob/master/DEVELOPM

## Copyright & Credit

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

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

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ yarn appimage # linux AppImage打包

## 版权和鸣谢

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

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

Expand Down
2 changes: 1 addition & 1 deletion README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ yarn appimage # linux AppImage打包

## 版權和鳴謝

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

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

Expand Down
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "wnr",
"version": "1.30.2",
"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",
"7zip": "cross-env NODE_ENV=portable node ./res/builder/win-zip.js",
"mac": "cross-env NODE_ENV=production node ./res/builder/mac.js",
"linux": "cross-env NODE_ENV=production node ./res/builder/linux.js",
"appimage": "cross-env NODE_ENV=production node ./res/builder/appimage.js",
"dir": "cross-env NODE_ENV=production node ./res/builder/dir_test.js",
"win-dir": "cross-env NODE_ENV=production node ./res/builder/win_dir.js",
"ms-store": "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js"
"name" : "wnr",
"version" : "1.30.3",
"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",
"7zip" : "cross-env NODE_ENV=portable node ./res/builder/win-zip.js",
"mac" : "cross-env NODE_ENV=production node ./res/builder/mac.js",
"linux" : "cross-env NODE_ENV=production node ./res/builder/linux.js",
"appimage" : "cross-env NODE_ENV=production node ./res/builder/appimage.js",
"dir" : "cross-env NODE_ENV=production node ./res/builder/dir_test.js",
"win-dir" : "cross-env NODE_ENV=production node ./res/builder/win_dir.js",
"ms-store" : "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/RoderickQiu/wnr.git"
"repository" : {
"type" : "git",
"url" : "https://github.com/RoderickQiu/wnr.git"
},
"author": "RoderickQiu",
"license": "MPL-2.0",
"homepage": "https://getwnr.com",
"appId": "com.scrisstudio.wnr",
"build": {
"appId": "com.scrisstudio.wnr"
"author" : "RoderickQiu",
"license" : "MPL-2.0",
"homepage" : "https://getwnr.com",
"appId" : "com.scrisstudio.wnr",
"build" : {
"appId" : "com.scrisstudio.wnr"
},
"copyright": "(c) Roderick Qiu",
"productName": "wnr",
"dependencies": {
"@eastdesire/jscolor": "2.5.1",
"@electron/remote": "2.1.1",
"bootstrap": "4.6.2",
"cmd-or-ctrl": "0.3.1",
"compare-version": "0.1.2",
"copy-to-clipboard": "3.3.3",
"crypto-js": "4.2.0",
"electron-debug": "3.2.0",
"electron-store": "8.1.0",
"i18n": "0.15.1",
"jquery": "3.7.1",
"node-fetch": "2.7.0",
"node-notifier": "10.0.1",
"node-shi": "0.4.2",
"popper.js": "1.16.1",
"schart.js": "3.0.4",
"win-release-id": "1.0.6"
"copyright" : "(c) Roderick Qiu",
"productName" : "wnr",
"dependencies" : {
"@eastdesire/jscolor" : "2.5.2",
"@electron/remote" : "2.1.1",
"bootstrap" : "4.6.2",
"cmd-or-ctrl" : "0.3.1",
"compare-version" : "0.1.2",
"copy-to-clipboard" : "3.3.3",
"crypto-js" : "4.2.0",
"electron-debug" : "3.2.0",
"electron-store" : "8.1.0",
"i18n" : "0.15.1",
"jquery" : "3.7.1",
"node-fetch" : "2.7.0",
"node-notifier" : "10.0.1",
"node-shi" : "0.4.2",
"popper.js" : "1.16.1",
"schart.js" : "3.0.4",
"win-release-id" : "1.0.6"
},
"devDependencies": {
"cross-env": "7.0.3",
"electron": "22.3.27",
"electron-builder": "23.0.3"
"devDependencies" : {
"cross-env" : "7.0.3",
"electron" : "22.3.27",
"electron-builder" : "23.0.3"
}
}
14 changes: 7 additions & 7 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version" : "1.30.2",
"version" : "1.30.3",
"feature-introduction" : false,
"content" : {
"zh-CN" : [
"修复了一些 Bugs,包括对 MINI Mode 大于一小时任务的正确处理,以及更换显示器后可能出现在显示器之外的问题",
"预设任务中现在支持无限多位小数,以实现精确到秒的控制。"
"修复了一些 Bugs,包括不能正确跟随自动切换暗黑模式和浅色模式,和切换首页功能设置不起作用等",
"庆祝,这一应用已经来到了它的六岁生日!"
],
"zh-TW" : [
"修復了一些 Bugs,包括對 MINI Mode 大於一小時任務的正確處理,以及更換顯示器後可能出現在顯示器之外的問題",
"預設任務中現在支持無限多位小數,以實現精確到秒的控製。"
"修復了一些 Bugs,包括不能正確跟隨自動切換暗黑模式和淺色模式,和切換首頁設置不起作用等",
"慶祝,這一應用已經來到了它的六歲生日!"
],
"en" : [
"Bugs fixed for MINI mode for tasks longer than 1 hour, and that it may be positioned out of the screen after changing displays. ",
"Predefined tasks now support infinite decimal places to achieve precise control of seconds."
"Fixed some bugs, including that the dark mode auto switch not working, and that changing homepage function is not effective. ",
"Celebrate! this application has come to its sixth birthday!"
]
},
"introduce" : {
Expand Down

0 comments on commit 0453b43

Please sign in to comment.