From 47d1f50cb2f8d84fbad89193197a6f8abe78e0ab Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 3 May 2019 10:58:36 +0800 Subject: [PATCH] Bump version to 4.1.0 --- config/app.php | 2 +- package.json | 2 +- resources/misc/changelogs/en/4.1.0.md | 16 ++++++++++++++++ resources/misc/changelogs/zh_CN/4.1.0.md | 16 ++++++++++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 resources/misc/changelogs/en/4.1.0.md create mode 100644 resources/misc/changelogs/zh_CN/4.1.0.md diff --git a/config/app.php b/config/app.php index 76baf327..2b6b20f8 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | Version of Blessing Skin Server. | */ - 'version' => '4.0.4', + 'version' => '4.1.0', /* |-------------------------------------------------------------------------- diff --git a/package.json b/package.json index e3da8e8f..5bd4b91f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blessing-skin-server", - "version": "4.0.4", + "version": "4.1.0", "description": "A web application brings your custom skins back in offline Minecraft servers.", "repository": { "type": "git", diff --git a/resources/misc/changelogs/en/4.1.0.md b/resources/misc/changelogs/en/4.1.0.md new file mode 100644 index 00000000..a0f323ab --- /dev/null +++ b/resources/misc/changelogs/en/4.1.0.md @@ -0,0 +1,16 @@ +## Added +- Allowed to add multiple plugin marketplace registries. +- Supported JWT-based authentication for API. +- Supported OAuth2-based authentication for API. +- Introduced HTTP-based Blessing Skin API. (Experimental and there will be breaking changes.) +- New front end event `i18nLoaded` for plugins. + +## Tweaked +- Rejected Internet Explorer users. +- Optimized chart at administration panel. + +## Fixed +- Fixed an error when disabling plugin in some cases. +- Fixed that navigation bar would turn transparent when scrolling even transparent bar was disabled. +- Fixed style error of language switch for mobile users. +- Truncated too long texture name at skin library. This just affected UI, not actually modified texture name. diff --git a/resources/misc/changelogs/zh_CN/4.1.0.md b/resources/misc/changelogs/zh_CN/4.1.0.md new file mode 100644 index 00000000..6f966439 --- /dev/null +++ b/resources/misc/changelogs/zh_CN/4.1.0.md @@ -0,0 +1,16 @@ +## 新增 +- 允许添加多个插件市场源 +- 支持基于 JWT 的 API 认证 +- 支持基于 OAuth2 的 API 认证 +- 开放基于 HTTP 的 Blessing Skin API(目前处于试验阶段,随时会出现不兼容的变更) +- 插件前端事件:`i18nLoaded` + +## 调整 +- 完全拒绝 IE 用户的访问 +- 优化管理面板中的图表 + +## 修复 +- 某些情况下禁用插件时出错 +- 在关闭首页顶部导航栏的情况下滚动时仍然变透明 +- 移动端下语言选择栏异常 +- 材质页面当材质名过长时未被截断的问题