Skip to content

Releases: bannert1337/open-webui

v0.3.5

22 Jun 18:32
9e4dd4b
Compare
Choose a tag to compare

[0.3.5] - 2024-06-16

Added

  • 📞 Enhanced Voice Call: Text-to-speech (TTS) callback now operates in real-time for each sentence, reducing latency by not waiting for full completion.
  • 👆 Tap to Interrupt: During a call, you can now stop the assistant from speaking by simply tapping, instead of using voice. This resolves the issue of the speaker's voice being mistakenly registered as input.
  • 😊 Emoji Call: Toggle this feature on from the Settings > Interface, allowing LLMs to express emotions using emojis during voice calls for a more dynamic interaction.
  • 🖱️ Quick Archive/Delete: Use the Shift key + mouseover on the chat list to swiftly archive or delete items.
  • 📝 Markdown Support in Model Descriptions: You can now format model descriptions with markdown, enabling bold text, links, etc.
  • 🧠 Editable Memories: Adds the capability to modify memories.
  • 📋 Admin Panel Sorting: Introduces the ability to sort users/chats within the admin panel.
  • 🌑 Dark Mode for Quick Selectors: Dark mode now available for chat quick selectors (prompts, models, documents).
  • 🔧 Advanced Parameters: Adds 'num_keep' and 'num_batch' to advanced parameters for customization.
  • 📅 Dynamic System Prompts: New variables '{{CURRENT_DATETIME}}', '{{CURRENT_TIME}}', '{{USER_LOCATION}}' added for system prompts. Ensure '{{USER_LOCATION}}' is toggled on from Settings > Interface.
  • 🌐 Tavily Web Search: Includes Tavily as a web search provider option.
  • 🖊️ Federated Auth Usernames: Ability to set user names for federated authentication.
  • 🔗 Auto Clean URLs: When adding connection URLs, trailing slashes are now automatically removed.
  • 🌐 Enhanced Translations: Improved Chinese and Swedish translations.

Fixed

  • ⏳ AIOHTTP_CLIENT_TIMEOUT: Introduced a new environment variable 'AIOHTTP_CLIENT_TIMEOUT' for requests to Ollama lasting longer than 5 minutes. Default is 300 seconds; set to blank ('') for no timeout.
  • ❌ Message Delete Freeze: Resolved an issue where message deletion would sometimes cause the web UI to freeze.

v0.2.5

05 Jun 21:04
a8d80f9
Compare
Choose a tag to compare

[0.2.5] - 2024-06-05

Added

  • 👥 Active Users Indicator: Now you can see how many people are currently active and what they are running. This helps you gauge when performance might slow down due to a high number of users.
  • 🗂️ Create Ollama Modelfile: The option to create a modelfile for Ollama has been reintroduced in the Settings > Models section, making it easier to manage your models.
  • ⚙️ Default Model Setting: Added an option to set the default model from Settings > Interface. This feature is now easily accessible, especially convenient for mobile users as it was previously hidden.
  • 🌐 Enhanced Translations: We've improved the Chinese translations and added support for Turkmen and Norwegian languages to make the interface more accessible globally.

Fixed

  • 📱 Mobile View Improvements: The UI now uses dvh (dynamic viewport height) instead of vh (viewport height), providing a better and more responsive experience for mobile users.

v0.2.4

04 Jun 13:10
f28877f
Compare
Choose a tag to compare

[0.2.4] - 2024-06-03

Added

  • 👤 Improved Account Pending Page: The account pending page now displays admin details by default to avoid confusion. You can disable this feature in the admin settings if needed.
  • 🌐 HTTP Proxy Support: We have enabled the use of the 'http_proxy' environment variable in OpenAI and Ollama API calls, making it easier to configure network settings.
  • ❓ Quick Access to Documentation: You can now easily access Open WebUI documents via a question mark button located at the bottom right corner of the screen (available on larger screens like PCs).
  • 🌍 Enhanced Translation: Improvements have been made to translations.

Fixed

  • 🔍 SearxNG Web Search: Fixed the issue where the SearxNG web search functionality was not working properly.