mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
995 B
Markdown
29 lines
995 B
Markdown
---
|
|
title: Release Note v1.9.4
|
|
authors: moonrailgun
|
|
image: /img/logo.svg
|
|
slug: release-1.9.4
|
|
keywords:
|
|
- tailchat
|
|
tags: [Release Note]
|
|
---
|
|
|
|
### Feature updates
|
|
|
|
#### Add message search function
|
|
|
|

|
|
|
|

|
|
|
|
Searching for chat information in a session is now supported. Because of the search is directly request to database, there will be a timeout for performance reasons. That is, if the database does not return search results within 5 seconds, it will be considered a timeout.
|
|
|
|
### Other updates
|
|
|
|
- HTTP requests add static caching to object storage and public files
|
|
- Add the environment variable `REQUEST_TIMEOUT` to customize the rpc request timeout, the default is **10 * 1000**, in milliseconds
|
|
- AI assistant adds more tips
|
|
- Add telemetry information collection (can be turned off through environment variables)
|
|
- Fix issue with iam plugin not fitting light theme in login view
|
|
- Add defer tag to tianji script
|