Update docs

Updated README to better describe issues related to end-to-end encryption affecting file attachments in certain circumstances. Updated CHANGELOG.
This commit is contained in:
Kumi 2023-12-29 23:01:03 +01:00
parent e6bc23e564
commit ad0d694222
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
### 0.3.3 (WIP)
* Implement recursion check in response generation (e6bc23e564e51aa149432fc67ce381a9260ee5f5)
* Implement tool emulation for models without tool support (0acc1456f9e4efa09e799f6ce2ec9a31f439fe4a)
### 0.3.2 (2023-12-14)
* Removed key upload from room event handler

View file

@ -50,8 +50,8 @@ to install the latest version from the Git repository.
#### End-to-end encryption
WARNING: Using end-to-end encryption is currently not recommended, as it is
seems to break file up- and downloads.
WARNING: Using end-to-end encryption seems to sometimes cause problems with
file attachments, even in rooms that are not encrypted.
The bot itself does not implement end-to-end encryption. However, it can be
used in conjunction with [pantalaimon](https://github.com/matrix-org/pantalaimon),