Skip to content

Commit

Permalink
update to 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Jul 11, 2022
1 parent 0b981cc commit 6633b06
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wnr",
"version": "1.25.0",
"version": "1.25.1",
"description": "Work and rest, with wnr now!",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"electron": "18.3.0",
"electron": "18.3.5",
"electron-builder": "23.0.3"
}
}
20 changes: 7 additions & 13 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
{
"version": "1.25.0",
"version": "1.25.1",
"feature-introduction": false,
"content": {
"zh-CN": [
"此版本主要解决了此前几个月由于准备考试未能解决的诸 issues 中提出的问题和功能,以及一些新发现的 bugs,并开始提供 arm64 版本的 macOS 包裹。",
"优化以下功能:统计模块、单纯计时功能、核心计时组件。",
"添加一些设置项:时间段结束后提醒的通知但不弹出模式、调节提示音音量、界面缩放、设置星期的第一天。",
"修复了以下 bugs:家长控制模式下多进程屏蔽失效、强制退出后再进入剩余时间不正确、菜单中显示或隐藏按钮在macOS上功能不正常等。"
"修复了一些关于计时和操作的 Bugs。",
"改善了 macOS 平台上的使用体验。"
],
"zh-TW": [
"此版本主要解決了此前幾個月由於準備考試未能解決的諸 issues 中提出的問題和功能,以及一些新發現的 bugs,並開始提供 arm64 版本的 macOS 包裹。",
"優化以下功能:統計模塊、單純計時功能、核心計時組件。",
"添加一些設置項:時間段結束後提醒的通知但不彈出模式、調節提示音音量、界面縮放、設置星期的第一天。",
"修復了以下 bugs:家長控制模式下多進程屏蔽失效、強制退出後再進入剩餘時間不正確、菜單中顯示或隱藏按鈕在macOS上功能不正常等。"
"修復了一些關於計時和操作的 Bugs。",
"改善了 macOS 平臺上的使用體驗。"
],
"en": [
"This version mainly solved the issues that wasn't fixed during the last semester when I was busily preparing for my exams. Also, arm64 (M1) arch of macOS is now natively supported.",
"Optimized: statistics, simple countdown mode and core timing component.",
"Updated settings panel: no pop-up mode for notifying when a period of time finishes, notify sound volume control, window zoom ratio control and changing the first day of a week.",
"Fixed several bugs related to timing, parent-control mode and macOS experience."
"Fixed several bugs.",
"Enhanced for macOS."
]
},
"introduce": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -946,10 +946,10 @@ [email protected]:
conf "^10.1.2"
type-fest "^2.12.2"

[email protected].0:
version "18.3.0"
resolved "https://mirrors.huaweicloud.com/repository/npm/electron/-/electron-18.3.0.tgz#43de95979341e63f1b209c569a0ad148d98ae5b7"
integrity sha512-2+pAUIViVvFOGE5mJKKi8F6ruyvQrcqdfsm/AUfz+6P05vbvR5ZsR6WBkr90mlyojHW5w/nAVX9ZSOtz3aHs4A==
[email protected].5:
version "18.3.5"
resolved "https://mirrors.huaweicloud.com/repository/npm/electron/-/electron-18.3.5.tgz#a589c2bfa3fe807914a055f54f665999329b739b"
integrity sha512-/GJ39X3ijpyZiOtYQ1ha5Ly0hWiIzF19CGEapM9euaM2AZrmt79x+MckQDXqJxOaVA9YHXju5Ho6b9pB9a/2pQ==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^16.11.26"
Expand Down

0 comments on commit 6633b06

Please sign in to comment.