Skip to content

Commit 4a4fc3c

Browse files
committed
chore: release v1.8.6
1 parent d46ef16 commit 4a4fc3c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11

22

3+
## [1.8.6](https://github.com/msgbyte/tailchat/compare/v1.8.5...v1.8.6) (2023-07-24)
4+
5+
6+
### Bug Fixes
7+
8+
* fix i18n problem in about panel ([542e029](https://github.com/msgbyte/tailchat/commit/542e0292ca04659a40715ad879fbb6e80eca98db))
9+
10+
11+
### Features
12+
13+
* add TailchatWsClient and update tailchat-types ([924f644](https://github.com/msgbyte/tailchat/commit/924f644d49c6b56190854ac111ec156f2b0c44b9))
14+
* add tushan icon in about page ([a88c3a6](https://github.com/msgbyte/tailchat/commit/a88c3a62a8fa6c484995e53c26fc42ddcbf1a69a))
15+
* **desktop:** add flash frame when receive message ([bf5c040](https://github.com/msgbyte/tailchat/commit/bf5c0405153f90e24c54889d3da4fb55147a2d1e))
16+
* **electron:** add auto upgrade version check ([5305b31](https://github.com/msgbyte/tailchat/commit/5305b31ebd18cc9788f79024776e0f93f396dc49))
17+
18+
19+
### Performance Improvements
20+
21+
* append missed offline icons ([a17fe34](https://github.com/msgbyte/tailchat/commit/a17fe349d3a2eba8277e47b270f2dd6945fb22ac))
22+
* **desktop:** reduce logo png size ([9d24b10](https://github.com/msgbyte/tailchat/commit/9d24b10f5101eec3a7100dadb53d5d585943e084))
23+
* optimize page loading timing, and allow refresh on resource loading issues ([f48ecfb](https://github.com/msgbyte/tailchat/commit/f48ecfb9e80aaab90d4def95c4e43789f8a927d4))
24+
* optimize the avatar text performance of the `com.msgbyte.genshin` plugin ([734afff](https://github.com/msgbyte/tailchat/commit/734afff15d8131234db294fe48a50b0c426f6e73))
25+
* reduce instance number in docker-compose ([920cbf6](https://github.com/msgbyte/tailchat/commit/920cbf6a448339348b27c384b7ba9e95e56d8a44))
26+
* remove admin-old to reduce image size ([6f57f80](https://github.com/msgbyte/tailchat/commit/6f57f80f578c621e21d7f3150bc6bf23bcdb61e3))
27+
328
## [1.8.5](https://github.com/msgbyte/tailchat/compare/v1.8.4...v1.8.5) (2023-07-19)
429

530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailchat",
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)