Skip to content

Commit

Permalink
update to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Apr 4, 2021
1 parent 6eb7090 commit 02b9bc7
Show file tree
Hide file tree
Showing 4 changed files with 778 additions and 503 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wnr",
"version": "1.22.0",
"version": "1.22.1",
"description": "Work and rest, with wnr now!",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ li input:nth-last-child(4)::after {
#all-sum {
position: absolute;
bottom: 60px;
z-index: -9999;
-webkit-app-region: no-drag;
/* let it clickable */
-webkit-user-select: none;
Expand Down
29 changes: 13 additions & 16 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
{
"version": "1.22.0",
"version": "1.22.1",
"feature-introduction": false,
"content": {
"zh-CN": [
"添加了预设任务功能。",
"添加了只对休息或工作时禁止暂停的功能。",
"重新设计了MacOS上的图标,使之符合最新规范。",
"优化了其它数个功能。",
"由于我比预想中更忙,一些预定要上线的功能暂时还没做。"
"添加了置换首页的功能。",
"修复了几个工作不正常的设置项。",
"将最短时间缩短至5秒。",
"还进行了一些其它优化。"
],
"zh-TW": [
"添加了預設任務功能。",
"添加了只對休息或工作時禁止暫停的功能。",
"重新設計了MacOS上的圖標,使之符合最新規範。",
"優化了其它數個功能。",
"由于我比預想中更忙,一些預定要上線的功能暫時還沒做。"
"添加了置換首頁的功能。",
"修復了幾個工作不正常的設置項。",
"將最短時間縮短至5秒。",
"還進行了一些其它優化。"
],
"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."
"Add change default page feature.",
"Fix some settings items that were malfunctioning.",
"Change the minimum period length from 12s to 5s.",
"Optimized & bugs fixed."
]
},
"introduce": {
Expand Down
Loading

0 comments on commit 02b9bc7

Please sign in to comment.