Răsfoiți Sursa

Update docs

Updated README to better describe issues related to end-to-end encryption affecting file attachments in certain circumstances. Updated CHANGELOG.
Kumi 11 luni în urmă
părinte
comite
ad0d694222
2 a modificat fișierele cu 7 adăugiri și 2 ștergeri
  1. 5 0
      CHANGELOG.md
  2. 2 2
      README.md

+ 5 - 0
CHANGELOG.md

@@ -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

+ 2 - 2
README.md

@@ -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),