Bump version to 4.1.0

This commit is contained in:
Pig Fang 2019-05-03 10:58:36 +08:00
parent 33c345b6e6
commit 47d1f50cb2
4 changed files with 34 additions and 2 deletions

View File

@ -9,7 +9,7 @@ return [
| Version of Blessing Skin Server. | Version of Blessing Skin Server.
| |
*/ */
'version' => '4.0.4', 'version' => '4.1.0',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{ {
"name": "blessing-skin-server", "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.", "description": "A web application brings your custom skins back in offline Minecraft servers.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -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.

View File

@ -0,0 +1,16 @@
## 新增
- 允许添加多个插件市场源
- 支持基于 JWT 的 API 认证
- 支持基于 OAuth2 的 API 认证
- 开放基于 HTTP 的 Blessing Skin API目前处于试验阶段随时会出现不兼容的变更
- 插件前端事件:`i18nLoaded`
## 调整
- 完全拒绝 IE 用户的访问
- 优化管理面板中的图表
## 修复
- 某些情况下禁用插件时出错
- 在关闭首页顶部导航栏的情况下滚动时仍然变透明
- 移动端下语言选择栏异常
- 材质页面当材质名过长时未被截断的问题