2019-06-02 23:40:19 +08:00
|
|
|
## Added
|
|
|
|
|
|
|
|
- Supported Chrome's `theme-color`.
|
2019-06-04 22:45:57 +08:00
|
|
|
- Allowed to customize HTTP status code for rejecting accessing private texture.
|
2019-06-28 23:47:30 +08:00
|
|
|
- Added configurable "Explore" menu.
|
2019-07-01 21:25:25 +08:00
|
|
|
- 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.
|
2019-07-05 12:40:14 +08:00
|
|
|
- Limited that only super administrators can visit update pages.
|
2019-06-25 22:59:05 +08:00
|
|
|
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
- Fixed that possible duplicated signings.
|
2019-06-30 23:25:48 +08:00
|
|
|
- Fixed that OAuth tables not created at installation.
|
2019-07-02 10:59:21 +08:00
|
|
|
- Fixed occasion of `mounted` event of plugins system.
|