blessing-skin-server/resources/misc/changelogs/en/4.3.6.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2019-06-02 23:40:19 +08:00
## Added
- Supported Chrome's `theme-color`.
- Allowed to customize HTTP status code for rejecting accessing private texture.
2019-06-28 23:47:30 +08:00
- Added configurable "Explore" menu.
- Custom `PLUGINS_DIR` with relative path is allowed.
2019-07-02 11:20:43 +08:00
- Added link for editing announcement.
2019-07-02 23:34:27 +08:00
- New plugin API: [`Hook::addUserBadge`](https://bs-plugin.netlify.com/guide/bootstrap.html#%E6%98%BE%E7%A4%BA%E7%94%A8%E6%88%B7-badge).
2019-07-03 16:19:13 +08:00
- New feature: Notifications.
- New plugin API: [`Hook::sendNotification`](https://bs-plugin.netlify.com/guide/bootstrap.html#%E5%8F%91%E9%80%81%E9%80%9A%E7%9F%A5)
2019-07-03 19:33:08 +08:00
- New plugin API: [`Hook::pushMiddleware`](https://bs-plugin.netlify.com/guide/bootstrap.html#%E6%B3%A8%E5%86%8C%E4%B8%AD%E9%97%B4%E4%BB%B6)
2019-06-02 23:40:19 +08:00
## Tweaked
- Tweaked style of chart at administration panel.
2019-06-15 17:55:18 +08:00
- Optimized panel of changing theme color.
2019-07-01 23:16:46 +08:00
- Tweaked some links at closet page.
- Limited that only super administrators can visit update pages.
2019-07-05 14:48:12 +08:00
- Update source specification version has been changed to `2`.
## Fixed
- Fixed that possible duplicated signings.
- Fixed that OAuth tables not created at installation.
- Fixed occasion of `mounted` event of plugins system.