Updated changelog

This commit is contained in:
Thorsten Sommer 2025-05-30 22:38:39 +02:00
parent 746d103274
commit 47258a90ad
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -1,3 +1,4 @@
# v0.9.46, build 221 (2025-06-xx xx:xx UTC) # v0.9.46, build 221 (2025-06-xx xx:xx UTC)
- Added the ability to configure the maximum number of results returned per request for all data sources. Please note that this feature remains in preview and is not visible to all users. - Added the ability to configure the maximum number of results returned per request for all data sources. Please note that this feature remains in preview and is not visible to all users.
- Added more text content to the I18N system & added the German translation for it. - Added more text content to the I18N system & added the German translation for it.
- Added the Pandoc integration, which enables us to use Pandoc for data processing (e.g., RAG) and for generating files (e.g., Office documents). We thank Nils `nilskruthoff` for the excellent contribution.