-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathupdate.json
45 lines (45 loc) · 2.1 KB
/
update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"version" : "1.30.3",
"feature-introduction" : false,
"content" : {
"zh-CN" : [
"修复了一些 Bugs,包括不能正确跟随自动切换暗黑模式和浅色模式,和切换首页功能设置不起作用等。",
"庆祝,这一应用已经来到了它的六岁生日!"
],
"zh-TW" : [
"修復了一些 Bugs,包括不能正確跟隨自動切換暗黑模式和淺色模式,和切換首頁設置不起作用等。",
"慶祝,這一應用已經來到了它的六歲生日!"
],
"en" : [
"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" : {
"id" : "introduced-1.27.0",
"zh-CN" : {
"title" : "<b>欢迎升级至 1.27.0:</b>新功能概览",
"description" : {
"universal" : "<p>1. 新增了每几轮计时进行一次长休息、在计时结束前几秒弹出通知提示的功能,可以在设置面板中打开。</p><p>2. 还新增了第一轮工作计时缩短一定时间的功能,使计时更加灵活,可以在计时主界面“更多设置”菜单中打开。</p>",
"darwin" : "",
"win32" : ""
}
},
"zh-TW" : {
"title" : "<b>歡迎升級至 1.27.0:</b>新功能概覽",
"description" : {
"universal" : "<p>1. 新增了每幾輪計時進行一次長休息、在計時結束前幾秒彈出通知提示的功能,可以在設置面板中打開。</p><p>2. 還新增了第一輪工作計時縮短一定時間的功能,使計時更加靈活,可以在計時主界面“更多設置”菜單中打開。</p>",
"darwin" : "",
"win32" : ""
}
},
"en" : {
"title" : "<b>Welcome to v1.27.0!</b>",
"description" : {
"universal" : "<p>New features: 1. Optimized long break (toggle in preferences panel), 2. Notification before a time period will end in seconds (toggle in preferences panel), 3.First work period discount (toggle in more items in index page), 4. A new dialog box style that can prevent being hidden.</p>",
"darwin" : "",
"win32" : ""
}
}
}
}