🔧 Translation Issues: Addressed various translation discrepancies. 🔒 LiteLLM Security Fix: Updated LiteLLM version to resolve a security vulnerability. 🖥️ HTML Tag Display: Rectified the issue where the '< br >' tag wasn't displaying correctly. 🔗 WebSocket Connection: Resolved the failure of WebSocket connection under HTTPS security for ComfyUI server. 📜 FileReader Optimization: Implemented FileReader initialization per image in multi-file drag & drop to ensure reusability. 🏷️ Tag Display: Corrected tag display inconsistencies. 📦 Archived Chat Styling: Fixed styling issues in archived chat. 🔖 Safari Copy Button Bug: Addressed the bug where the copy button failed to copy links in Safari. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@Axodouble, @cheahjs, @dannyl1u, @velaton618, @buroa, @dyamagishi, @Entaigner
🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@MorrisLu-Taipei, @rfernandez760, @GenieDev101
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/1765
**Author:** [@GeorgelPreput](https://github.com/GeorgelPreput)
**Created:** 4/26/2024
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `open-webui-main`
---
### 📝 Commits (6)
- [`e475674`](https://github.com/open-webui/open-webui/commit/e475674f8d03b03026494ab0bee31157d6eac10d) Added RevoData theme customizations
- [`1ec43cc`](https://github.com/open-webui/open-webui/commit/1ec43ccef2a195388856ef4f1b8ebfa5f6ed20c9) Added WebUI name environment variable, and use GPU by default
- [`65736ce`](https://github.com/open-webui/open-webui/commit/65736ceb20b5b1700001fd46d7eff88ab3317f49) Fixed theme option not matching
- [`2788e22`](https://github.com/open-webui/open-webui/commit/2788e2249a51337fc46855c14f26931194ec3d8e) Merge branch 'open-webui:main' into main
- [`5677aef`](https://github.com/open-webui/open-webui/commit/5677aeffec9d2ca784f027c789f58be844243ec8) Updated stylesheets
- [`9d75542`](https://github.com/open-webui/open-webui/commit/9d755421ea4a780ab2c6803972b2f4074dd89850) Merge branch 'main' of https://github.com/open-webui/open-webui into open-webui-main
### 📊 Changes
**13 files changed** (+136 additions, -24 deletions)
<details>
<summary>View changed files</summary>
📝 `.env.example` (+1 -0)
📝 `Dockerfile` (+21 -20)
📝 `README.md` (+9 -1)
📝 `run.sh` (+19 -1)
📝 `src/lib/components/chat/Settings/General.svelte` (+5 -2)
📝 `src/routes/+layout.svelte` (+3 -0)
➕ `static/favicon.cloudnation.png` (+0 -0)
📝 `static/favicon.png` (+0 -0)
➕ `static/favicon.revodata.png` (+0 -0)
➕ `static/favicon.uniserver.png` (+0 -0)
➕ `static/themes/cloudnation.css` (+26 -0)
➕ `static/themes/revodata.css` (+26 -0)
➕ `static/themes/uniserver.css` (+26 -0)
</details>
### 📄 Description
### [0.1.121] - 2024-04-24
### Fixed
🔧 Translation Issues: Addressed various translation discrepancies.
🔒 LiteLLM Security Fix: Updated LiteLLM version to resolve a security vulnerability.
🖥️ HTML Tag Display: Rectified the issue where the '< br >' tag wasn't displaying correctly.
🔗 WebSocket Connection: Resolved the failure of WebSocket connection under HTTPS security for ComfyUI server.
📜 FileReader Optimization: Implemented FileReader initialization per image in multi-file drag & drop to ensure reusability.
🏷️ Tag Display: Corrected tag display inconsistencies.
📦 Archived Chat Styling: Fixed styling issues in archived chat.
🔖 Safari Copy Button Bug: Addressed the bug where the copy button failed to copy links in Safari.
👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@Axodouble, @cheahjs, @dannyl1u, @velaton618, @buroa, @dyamagishi, @Entaigner
🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@MorrisLu-Taipei, @rfernandez760, @GenieDev101
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1765
Author: @GeorgelPreput
Created: 4/26/2024
Status: ❌ Closed
Base:
main← Head:open-webui-main📝 Commits (6)
e475674Added RevoData theme customizations1ec43ccAdded WebUI name environment variable, and use GPU by default65736ceFixed theme option not matching2788e22Merge branch 'open-webui:main' into main5677aefUpdated stylesheets9d75542Merge branch 'main' of https://github.com/open-webui/open-webui into open-webui-main📊 Changes
13 files changed (+136 additions, -24 deletions)
View changed files
📝
.env.example(+1 -0)📝
Dockerfile(+21 -20)📝
README.md(+9 -1)📝
run.sh(+19 -1)📝
src/lib/components/chat/Settings/General.svelte(+5 -2)📝
src/routes/+layout.svelte(+3 -0)➕
static/favicon.cloudnation.png(+0 -0)📝
static/favicon.png(+0 -0)➕
static/favicon.revodata.png(+0 -0)➕
static/favicon.uniserver.png(+0 -0)➕
static/themes/cloudnation.css(+26 -0)➕
static/themes/revodata.css(+26 -0)➕
static/themes/uniserver.css(+26 -0)📄 Description
[0.1.121] - 2024-04-24
Fixed
🔧 Translation Issues: Addressed various translation discrepancies.
🔒 LiteLLM Security Fix: Updated LiteLLM version to resolve a security vulnerability.
🖥️ HTML Tag Display: Rectified the issue where the '< br >' tag wasn't displaying correctly.
🔗 WebSocket Connection: Resolved the failure of WebSocket connection under HTTPS security for ComfyUI server.
📜 FileReader Optimization: Implemented FileReader initialization per image in multi-file drag & drop to ensure reusability.
🏷️ Tag Display: Corrected tag display inconsistencies.
📦 Archived Chat Styling: Fixed styling issues in archived chat.
🔖 Safari Copy Button Bug: Addressed the bug where the copy button failed to copy links in Safari.
👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@Axodouble, @cheahjs, @dannyl1u, @velaton618, @buroa, @dyamagishi, @Entaigner
🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@MorrisLu-Taipei, @rfernandez760, @GenieDev101
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.