Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Jan 11, 2020
1 parent 5d43c25 commit ae7300b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions assets/locales/en-us.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
// ===================================================================================================================
// these logs should only be updated by the project maintainer, please do NOT put them in languages other than English and Chinese
"changelog_logs": [
"Optimized layout of background list",
"Optimized display of Live2D loading errors",
"Changed scrollbar to be static",
"Added Toggle Menu option",
"Added Reset Settings option",
"Added safe area mode",
"Added in-app changelog",
"Fixed only morning greetings would be made",
"Fixed greeting subtitles sometimes stuck to default language on startup",
"Fixed dragging offset in high resolutions",
"Fixed loading Live2D model would be endless when the file is not found"
],
// ===================================================================================================================

Expand Down
11 changes: 11 additions & 0 deletions assets/locales/zh-chs.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
// ===================================================================================================================
// 这些日志只应该被项目维护者所更新,请不要修改
"changelog_logs": [
"优化了背景列表的布局",
"优化了 Live2D 加载错误的显示",
"更改了滚动条为静态",
"增加了切换菜单选项",
"增加了重置设定选项",
"增加了安全区域模式",
"增加了内置的更新日志",
"修复了只有早上问候的问题",
"修复了启动时问候字幕有时始终是默认语言的问题",
"修复了高分辨率下的拖动错位",
"修复了加载 Live2D 模型时如果找不到文件则会无限加载的问题"
],
// ===================================================================================================================

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": "nep-live2d",
"version": "2.0.5",
"version": "2.0.6",
"description": "Live2D wallpaper for Neptune",
"main": "index.js",
"repository": "https://github.com/guansss/nep-live2d.git",
Expand Down

0 comments on commit ae7300b

Please sign in to comment.