Skip to content

Commit 589132a

Browse files
committed
chore: release v1.9.5
1 parent 231df3f commit 589132a

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

22

3+
## [1.9.5](https://github.com/msgbyte/tailchat/compare/v1.9.4...v1.9.5) (2023-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* add limit for emotion style to fix transparent panel ([766477a](https://github.com/msgbyte/tailchat/commit/766477ac171be5d1817c8a5beca6bb393d4f1208))
9+
* fix a bug ban user clean cache will be have a gap between userinfo and token cache [#179](https://github.com/msgbyte/tailchat/issues/179) ([7e239ea](https://github.com/msgbyte/tailchat/commit/7e239ead8675b46becf66222de396cbde06987bb))
10+
* fixed an issue where the inbox groupId was incorrect when replying in a private conversation ([5b16ff9](https://github.com/msgbyte/tailchat/commit/5b16ff90c9e481a4f463a7c0b928342a7fced6ec))
11+
12+
13+
### Features
14+
15+
* add action inviteCall in livekit ([087713a](https://github.com/msgbyte/tailchat/commit/087713afbf4aae7c50c139871eae6ecabc16956c))
16+
* add dark theme support for notification ([aa43d04](https://github.com/msgbyte/tailchat/commit/aa43d0462bb954d54fe920819a3421ffcb78e6ed))
17+
* add env MINIO_SSL [#172](https://github.com/msgbyte/tailchat/issues/172) ([7be0489](https://github.com/msgbyte/tailchat/commit/7be0489542229bf5d2e202950720dbdb2b7403c9))
18+
* add fast change role group with group member right click menu manage [#171](https://github.com/msgbyte/tailchat/issues/171) ([ed3e9ca](https://github.com/msgbyte/tailchat/commit/ed3e9ca6d756fda56af6e4e3a18f54dee6786edf))
19+
* add invite call when start meeting from conversation ([8906b93](https://github.com/msgbyte/tailchat/commit/8906b933d7e0e50e487770da16f296f86636b8de))
20+
* add livekit call invite notication card and actions ([505c6c3](https://github.com/msgbyte/tailchat/commit/505c6c38eda3d180eb9086c6bc68f02b00301a8c))
21+
* add livekit meeting context and ([c937178](https://github.com/msgbyte/tailchat/commit/c937178956a119a618da103ce839ac11f78f84bf))
22+
* add livekit member panel ([19a1e5d](https://github.com/msgbyte/tailchat/commit/19a1e5dbe58346ec9dd7aaffe12cc413a08d7982))
23+
* add livekit panel for converse dm meeting ([0be2bf6](https://github.com/msgbyte/tailchat/commit/0be2bf6c470cb202acae90c4be3194d98b8549d4))
24+
* add ref to avoid send invite twice ([67b29ac](https://github.com/msgbyte/tailchat/commit/67b29ac26cac3fbe0512a189f2b5823104ccb9b3))
25+
* add search friend feature [#157](https://github.com/msgbyte/tailchat/issues/157) ([a7fe82e](https://github.com/msgbyte/tailchat/commit/a7fe82eff341e071597d24229f4fa6b2efae9223))
26+
* added reload button ([72a68d3](https://github.com/msgbyte/tailchat/commit/72a68d3bdef0726ffa24d3e534081b10fea3d78d))
27+
* web panel support add background color which useful for transparent background website ([5fe0ff0](https://github.com/msgbyte/tailchat/commit/5fe0ff06d7c9248f3769a9c3294f7485764e5b44))
28+
29+
30+
### Performance Improvements
31+
32+
* **desktop:** improve server list manager logic ([3a6a729](https://github.com/msgbyte/tailchat/commit/3a6a729e1f17589edd63a7216a3258eed881b70c))
33+
334
## [1.9.4](https://github.com/msgbyte/tailchat/compare/v1.9.3...v1.9.4) (2023-11-06)
435

536
## [1.9.3](https://github.com/msgbyte/tailchat/compare/v1.9.2...v1.9.3) (2023-11-06)

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.9.4",
3+
"version": "1.9.5",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)