Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Mar 20, 2020
1 parent a4bb45b commit e22f0a1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
25 changes: 14 additions & 11 deletions assets/locales/en-us.json5
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
// ===================================================================================================================
// these logs should only be updated by the project maintainer, please do NOT put them in languages other than English and Chinese
"changelog_important": "\
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.\
Any regular model of Live2D 2.1 is now supported to import by folder.\n\n\
For more information about using custom models, please visit the Workshop page.",
"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"
"Supports importing Live2D model by folder",
"Supports newer Live2D models of Neptunia series",
"Highlights Live2D models when dragging",
"Copies to clipboard when dumping logs and storage",
"Removed layout offset of built-in Live2D models",
"Added French subtitles contributed by Lord Lionnel",
"Added auto backup for configs",
"Fixed discontinuous animation after resuming",
"Fixed texture errors occur when using Live2D models that have single texture",
"Fixed incorrect layout of Live2D models"
],
// ===================================================================================================================

Expand Down
25 changes: 14 additions & 11 deletions assets/locales/zh-chs.json5
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
// ===================================================================================================================
// 这些日志只应该被项目维护者所更新,请不要修改
"changelog_important": "\
由于坐标计算方式的变更,某些 Live2D 模型会发生位置偏移,需要手动调整其位置,对此造成的不便敬请谅解\n\n\
现在支持通过文件夹导入任意 Live2D 2.1 标准模型\n\n\
关于自定义模型的更多信息,请访问创意工坊页面",
"changelog_logs": [
"优化了背景列表的布局",
"优化了 Live2D 加载错误的显示",
"更改了滚动条为静态",
"增加了切换菜单选项",
"增加了重置设定选项",
"增加了安全区域模式",
"增加了内置的更新日志",
"修复了只有早上问候的问题",
"修复了启动时问候字幕有时始终是默认语言的问题",
"修复了高分辨率下的拖动错位",
"修复了加载 Live2D 模型时如果找不到文件则会无限加载的问题"
"支持通过文件夹导入 Live2D 模型",
"支持海王星系列的新 Live2D 模型",
"在拖动时高亮 Live2D 模型",
"导出日志和内部存储时复制到剪贴板",
"移除了内置 Live2D 模型的位置偏移",
"增加了由 Lord Lionnel 贡献的法语字幕",
"增加了配置的自动备份",
"修复了从暂停中恢复时动画不连续的问题",
"修复了当使用单个材质的 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.6",
"version": "2.1.0",
"description": "Live2D wallpaper for Neptune",
"main": "index.js",
"repository": "https://github.com/guansss/nep-live2d.git",
Expand Down

0 comments on commit e22f0a1

Please sign in to comment.