Skip to content

Commit

Permalink
update to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Aug 7, 2020
1 parent a3d2c6f commit 48a52b4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,10 @@
<script>
isTimerWindow(false);
if (process.platform == "darwin") {
$("#logo-bar").css("display", "none");
$("#win-hider").css("display", "none");
$("#no-use-space").css("display", "none");
} else {
$("#logo-bar").css("display", "inline-block");
}

let onlyrest = false;
Expand Down
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.17.1",
"version": "1.18.0",
"description": "Work and rest, with wnr now!",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ li input[type="checkbox"]::after {
position: absolute;
top: 2px;
left: 8px;
display: inline-block;
display: none;
background-clip: padding-box;
-webkit-app-region: no-drag;
/* let it clickable */
Expand Down Expand Up @@ -732,7 +732,7 @@ li input[type="checkbox"]::after {

#statistics-back {
position: absolute;
top: 4px;
bottom: 4px;
left: 10px;
font-size: 18px;
display: inline-block;
Expand Down
20 changes: 10 additions & 10 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "1.17.1",
"version": "1.18.0",
"content": {
"zh-CN": [
"修复问题,包括可能导致macOS系统上看不到通知的问题",
"改善触摸屏使用体验,尤其是对于设置页面和Mini模式",
"修复并升级更新组件,现在可以在应用程序内查看更新日志"
"修复了几个问题",
"改善暗黑模式使用体验",
"增加“仅休息”模式"
],
"zh-TW": [
"修複問題,包括可能導致macOS系統上看不到通知的問題",
"改善觸摸屏使用體驗,尤其是對于設置頁面和Mini模式",
"修複並升級更新組件,現在可以在應用程序內查看更新日志"
"修復了幾個問題",
"改善暗黑模式使用體驗",
"增加“僅休息”模式"
],
"en": [
"Bugs fixed, including one on macOS that could cause notifications failed to be sent.",
"Mini mode exprience improved for touchscreen.",
"Updater optimized and now allows users to directly see release notes inside the software."
"Bugs fixed.",
"Dark mode improved.",
"\"Only Rest\" mode added."
]
}
}

0 comments on commit 48a52b4

Please sign in to comment.