Skip to content

Commit ae7300b

Browse files
committed
v2.0.6
1 parent 5d43c25 commit ae7300b

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

assets/locales/en-us.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
// ===================================================================================================================
33
// these logs should only be updated by the project maintainer, please do NOT put them in languages other than English and Chinese
44
"changelog_logs": [
5+
"Optimized layout of background list",
6+
"Optimized display of Live2D loading errors",
7+
"Changed scrollbar to be static",
8+
"Added Toggle Menu option",
9+
"Added Reset Settings option",
10+
"Added safe area mode",
11+
"Added in-app changelog",
12+
"Fixed only morning greetings would be made",
13+
"Fixed greeting subtitles sometimes stuck to default language on startup",
14+
"Fixed dragging offset in high resolutions",
15+
"Fixed loading Live2D model would be endless when the file is not found"
516
],
617
// ===================================================================================================================
718

assets/locales/zh-chs.json5

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nep-live2d",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Live2D wallpaper for Neptune",
55
"main": "index.js",
66
"repository": "https://github.com/guansss/nep-live2d.git",

0 commit comments

Comments
 (0)