Skip to content

Commit 0fd7b85

Browse files
committed
chore(release): 0.5.0
1 parent 7bbd11a commit 0fd7b85

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.5.0](https://github.com/TRPGEngine/Client/compare/v0.4.8...v0.5.0) (2020-11-12)
6+
7+
8+
### Features
9+
10+
* **web:** 增加最近使用的表情 ([715f4b8](https://github.com/TRPGEngine/Client/commit/715f4b8f83e190f8b1c42dae6464babf3d8ff197))
11+
* **web:** 增加表情包搜索 ([6af8372](https://github.com/TRPGEngine/Client/commit/6af8372f38740e383f438bee93443a415b9d0b7e))
12+
13+
14+
### Bug Fixes
15+
16+
* error request in none uuid and token ([60f30cb](https://github.com/TRPGEngine/Client/commit/60f30cbfc015a29d8493eaea0f38eac7ade18cc9))
17+
* 修复新版UI无法正确处理图片lightbox的bug ([627518f](https://github.com/TRPGEngine/Client/commit/627518fe5528e1cc505414a0df1a1a2655647a52))
18+
* **web:** 修复解析成bbcode无法处理换行符的问题 ([001aef0](https://github.com/TRPGEngine/Client/commit/001aef00e6258712db4672e472d3dc090ea97705))
19+
* **web:** 增加跳转限制防止循环跳转 ([eec4e00](https://github.com/TRPGEngine/Client/commit/eec4e00f23392c515b906627d139728f2b9283e4))
20+
521
### [0.4.8](https://github.com/TRPGEngine/Client/compare/v0.4.7...v0.4.8) (2020-11-07)
622

723

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trpg-game-client",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"description": "专注于TRPG跑团的IM即时应用聊天软件",
55
"main": "./dist/entry.js",
66
"productName": "TRPG Engine",

0 commit comments

Comments
 (0)