Skip to content

Commit fc19096

Browse files
committed
chore: release v1.7.2
1 parent c2de4e1 commit fc19096

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

22

3+
## [1.7.2](https://github.com/msgbyte/tailchat/compare/v1.7.1...v1.7.2) (2023-05-10)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve zIndex problem which will make zIndex level incorrect ([52f1534](https://github.com/msgbyte/tailchat/commit/52f153472f075c214cc10d52f9e2d6d09921ca77))
9+
* upgrade level with zIndex in PageContent ([c902731](https://github.com/msgbyte/tailchat/commit/c902731aec4ebba3f4f1c5f0640366e09f67d958))
10+
11+
12+
### Features
13+
14+
* add AI Assistant plugin for Tailchat with ChatGPT ([060d07a](https://github.com/msgbyte/tailchat/commit/060d07ae8ee36dcf088ad253a18e6cabcd80f4d7))
15+
* add starred event push for github service ([2b20aee](https://github.com/msgbyte/tailchat/commit/2b20aee3dd58c0ef00bd1209bf72f68e69bb59cb))
16+
* **admin-next:** add custom routes ([ef88363](https://github.com/msgbyte/tailchat/commit/ef88363bbf0ade9d328164543a665d45cd98dc90))
17+
* **admin-next:** add file list ([d68108b](https://github.com/msgbyte/tailchat/commit/d68108b21a1b7e9da6edf56d0bc41443927fe461))
18+
* **admin-next:** add message and group list ([65e7cfe](https://github.com/msgbyte/tailchat/commit/65e7cfe11647dc785d03014423c7e86c03d8fa23))
19+
* **ai:** add message summary ([12c8813](https://github.com/msgbyte/tailchat/commit/12c8813b68d174d3ecfcc28533ea4c2c6c49a150))
20+
* **ai:** add output apply ([00c45d3](https://github.com/msgbyte/tailchat/commit/00c45d305024301ffb4ec13e17ab5efadc6fe8e5))
21+
322
## [1.7.1](https://github.com/msgbyte/tailchat/compare/v1.7.0...v1.7.1) (2023-04-29)
423

524

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

0 commit comments

Comments
 (0)