Skip to content

Commit e22f0a1

Browse files
committed
v2.1.0
1 parent a4bb45b commit e22f0a1

File tree

3 files changed

+29
-23
lines changed

3 files changed

+29
-23
lines changed

assets/locales/en-us.json5

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
// ===================================================================================================================
33
// these logs should only be updated by the project maintainer, please do NOT put them in languages other than English and Chinese
4+
"changelog_important": "\
5+
Due to some changes in coordinate calculation, some Live2D models will offset to incorrect positions, you may need to reposition them. Sorry for the inconvenience.\
6+
Any regular model of Live2D 2.1 is now supported to import by folder.\n\n\
7+
For more information about using custom models, please visit the Workshop page.",
48
"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"
9+
"Supports importing Live2D model by folder",
10+
"Supports newer Live2D models of Neptunia series",
11+
"Highlights Live2D models when dragging",
12+
"Copies to clipboard when dumping logs and storage",
13+
"Removed layout offset of built-in Live2D models",
14+
"Added French subtitles contributed by Lord Lionnel",
15+
"Added auto backup for configs",
16+
"Fixed discontinuous animation after resuming",
17+
"Fixed texture errors occur when using Live2D models that have single texture",
18+
"Fixed incorrect layout of Live2D models"
1619
],
1720
// ===================================================================================================================
1821

assets/locales/zh-chs.json5

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
// ===================================================================================================================
33
// 这些日志只应该被项目维护者所更新,请不要修改
4+
"changelog_important": "\
5+
由于坐标计算方式的变更,某些 Live2D 模型会发生位置偏移,需要手动调整其位置,对此造成的不便敬请谅解\n\n\
6+
现在支持通过文件夹导入任意 Live2D 2.1 标准模型\n\n\
7+
关于自定义模型的更多信息,请访问创意工坊页面",
48
"changelog_logs": [
5-
"优化了背景列表的布局",
6-
"优化了 Live2D 加载错误的显示",
7-
"更改了滚动条为静态",
8-
"增加了切换菜单选项",
9-
"增加了重置设定选项",
10-
"增加了安全区域模式",
11-
"增加了内置的更新日志",
12-
"修复了只有早上问候的问题",
13-
"修复了启动时问候字幕有时始终是默认语言的问题",
14-
"修复了高分辨率下的拖动错位",
15-
"修复了加载 Live2D 模型时如果找不到文件则会无限加载的问题"
9+
"支持通过文件夹导入 Live2D 模型",
10+
"支持海王星系列的新 Live2D 模型",
11+
"在拖动时高亮 Live2D 模型",
12+
"导出日志和内部存储时复制到剪贴板",
13+
"移除了内置 Live2D 模型的位置偏移",
14+
"增加了由 Lord Lionnel 贡献的法语字幕",
15+
"增加了配置的自动备份",
16+
"修复了从暂停中恢复时动画不连续的问题",
17+
"修复了当使用单个材质的 Live2D 模型时会发生材质错误的问题",
18+
"修复了 Live2D 模型位置偏移的问题"
1619
],
1720
// ===================================================================================================================
1821

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.6",
3+
"version": "2.1.0",
44
"description": "Live2D wallpaper for Neptune",
55
"main": "index.js",
66
"repository": "https://github.com/guansss/nep-live2d.git",

0 commit comments

Comments
 (0)