From 8a23704138a0f5a9ad3768aabd5dbdcfc703fb2b Mon Sep 17 00:00:00 2001 From: Jannik Streidl Date: Thu, 14 Mar 2024 17:19:39 +0100 Subject: [PATCH] added changelog entry --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57ba400c..dfcd88408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.112] - 2024-03-XX + +### Added + +- 🌍 **Localization**: You can now change the UI language in Settings -> General. We support Ukrainian, German, Farsi (Persian), Traditional and Simplified Chinese and French translations. You can help us to translate the UI into your language! More info in our [CONTRIBUTION.md](https://github.com/open-webui/open-webui/blob/main/docs/CONTRIBUTING.md#-translations-and-internationalization). + +### Fixed + +- 🔒 **Dark background on select fields**: Added dark background to select fields, as this caused bad readability on some browsers/devices. + ## [0.1.111] - 2024-03-10 +0.1.112 + ### Added - 🛡️ **Model Whitelisting**: Admins now have the ability to whitelist models for users with the 'user' role.