Updated changelog

This commit is contained in:
Thorsten Sommer 2026-01-11 16:00:46 +01:00
parent 728fc8449b
commit 81a7ef17c1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -7,3 +7,5 @@
- Added the option to configure embedding providers through a config plugin and distribute them within an organization.
- Improved the app versioning. Starting in 2026, each version number includes the year, followed by the month. The last digit shows the release number for that month. For example, version `26.1.1` is the first release in January 2026.
- Fixed a bug in the profile selection where the "Use no profile" entry could not be localized, causing English text to appear in languages such as German. This behavior has now been fixed.
- Fixed a bug in the provider dialogs (LLMs, embeddings, and transcriptions) when editing a provider. In cases where an error had to be displayed, a non-localized message in English was used.
- Fixed a very rare bug in the provider dialogs (LLMs, embeddings, and transcriptions) where a validation error appeared if the API key could not be read from the operating system, but the error did not clear after the user changed the API key.