[PR #17549] [CLOSED] Dev frontend 0.4.11 #79340

Closed
opened 2026-05-13 13:10:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17549
Author: @Jordan00000007
Created: 9/18/2025
Status: Closed

Base: mainHead: dev_frontend_0.4.11


📝 Commits (5)

  • 83a0511 feat: chatbot version 0.4.9, openwebui is 0.6.5.
  • 2bdb4e8 chore: modify AccelBrain-dev repo owner
  • c76b98f test: for release practice
  • d20449a Merge pull request #1 from InnoIPA/dev
  • e597828 v0.4.11

📊 Changes

700 files changed (+807996 additions, -87647 deletions)

View changed files

📝 .env.example (+0 -9)
📝 .gitattributes (+1 -49)
.github/ISSUE_TEMPLATE/bug_report.md (+80 -0)
📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+8 -29)
.github/ISSUE_TEMPLATE/feature_request.md (+35 -0)
📝 .github/dependabot.yml (+0 -14)
📝 .github/pull_request_template.md (+3 -7)
📝 .github/workflows/build-release.yml (+145 -17)
.github/workflows/deploy-to-hf-spaces.yml.disable (+63 -0)
📝 .github/workflows/docker-build.yaml (+40 -546)
📝 .github/workflows/format-backend.yaml (+2 -12)
📝 .github/workflows/format-build-frontend.yaml (+3 -11)
📝 .github/workflows/release-pypi.yml (+0 -4)
.github/workflows/release-pypi.yml.disabled (+32 -0)
.github/workflows/test_modify_other_repo.yml.disable (+137 -0)
📝 .gitignore (+1 -4)
📝 .prettierrc (+1 -2)
📝 CHANGELOG.md (+38 -2466)
📝 CODE_OF_CONDUCT.md (+3 -3)
CONTRIBUTOR_LICENSE_AGREEMENT (+0 -7)

...and 80 more files

📄 Description

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.4.11] - 2025-09-18

Fixed

  • UI improvment

[0.4.10] - 2025-09-01

Test

  • Test: for release practice.

[0.4.9] - 2025-07-02

Fixed

  • Update front end UI from OpenWebUI v0.6.5

[0.4.8] - 2025-07-01

Fixed

  • Update the base version from OpenWebUI v0.6.5

[0.4.7] - 2025-05-19

Fixed

  • Admin panel page user page number issue

[0.4.6] - 2025-05-08

Fixed

  • Admin panel page bottom issue fix

[0.4.5] - 2025-05-06

Fixed

  • User setting page bottom been hided fix

[0.4.4] - 2025-05-05

Removed

  • Remove dialog share button

[0.4.3] - 2025-04-28

Fixed

  • Fix workspace tools save button issue

[0.4.2] - 2025-04-23

Fixed

  • Fix version issue

[0.4.1] - 2025-04-18

Fixed

  • Fix admin general setting page where the save button not exist

[0.4] - 2025-04-15

Removed

  • Remove useless information from OpenWebUI v0.5.18

[0.3] - 2025-03-10

Added

  • User & Model Permission: (Backend) The Root User can configure model permissions and user permissions. Users are only allowed to access models with a permission level equal to or lower than their assigned user permission level.

Fixed

  • Update the base version from OpenWebUI v0.5.18

[0.2] - 2025-02-10

Fixed

  • Update the base version from OpenWebUI v0.3.35

[0.1] - 2025-01-10

Fixed

  • Get error when do data process(PPT XlS MD) : Pre-install the nessage package into the Docker image.

🔄 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/17549 **Author:** [@Jordan00000007](https://github.com/Jordan00000007) **Created:** 9/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev_frontend_0.4.11` --- ### 📝 Commits (5) - [`83a0511`](https://github.com/open-webui/open-webui/commit/83a051190763fc198b524ee19dfbcf5e1e41182b) feat: chatbot version 0.4.9, openwebui is 0.6.5. - [`2bdb4e8`](https://github.com/open-webui/open-webui/commit/2bdb4e8cef2f3c1fae86c4bbb29cf00a66d933ae) chore: modify AccelBrain-dev repo owner - [`c76b98f`](https://github.com/open-webui/open-webui/commit/c76b98f16484669ff258361f69f6646aa19050c8) test: for release practice - [`d20449a`](https://github.com/open-webui/open-webui/commit/d20449a58fcab645511b679e3439e369e08e6c9a) Merge pull request #1 from InnoIPA/dev - [`e597828`](https://github.com/open-webui/open-webui/commit/e59782818d8e1dee3c58d9e2efc6fffccb88beaf) v0.4.11 ### 📊 Changes **700 files changed** (+807996 additions, -87647 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+0 -9) 📝 `.gitattributes` (+1 -49) ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+80 -0) 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+8 -29) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+35 -0) 📝 `.github/dependabot.yml` (+0 -14) 📝 `.github/pull_request_template.md` (+3 -7) 📝 `.github/workflows/build-release.yml` (+145 -17) ➕ `.github/workflows/deploy-to-hf-spaces.yml.disable` (+63 -0) 📝 `.github/workflows/docker-build.yaml` (+40 -546) 📝 `.github/workflows/format-backend.yaml` (+2 -12) 📝 `.github/workflows/format-build-frontend.yaml` (+3 -11) 📝 `.github/workflows/release-pypi.yml` (+0 -4) ➕ `.github/workflows/release-pypi.yml.disabled` (+32 -0) ➕ `.github/workflows/test_modify_other_repo.yml.disable` (+137 -0) 📝 `.gitignore` (+1 -4) 📝 `.prettierrc` (+1 -2) 📝 `CHANGELOG.md` (+38 -2466) 📝 `CODE_OF_CONDUCT.md` (+3 -3) ➖ `CONTRIBUTOR_LICENSE_AGREEMENT` (+0 -7) _...and 80 more files_ </details> ### 📄 Description # Changelog 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.4.11] - 2025-09-18 ### Fixed - **UI improvment** ## [0.4.10] - 2025-09-01 ### Test - **Test**: for release practice. ## [0.4.9] - 2025-07-02 ### Fixed - **Update front end UI from OpenWebUI v0.6.5** ## [0.4.8] - 2025-07-01 ### Fixed - **Update the base version from OpenWebUI v0.6.5** ## [0.4.7] - 2025-05-19 ### Fixed - **Admin panel page user page number issue** ## [0.4.6] - 2025-05-08 ### Fixed - **Admin panel page bottom issue fix** ## [0.4.5] - 2025-05-06 ### Fixed - **User setting page bottom been hided fix** ## [0.4.4] - 2025-05-05 ### Removed - **Remove dialog share button** ## [0.4.3] - 2025-04-28 ### Fixed - **Fix workspace tools save button issue** ## [0.4.2] - 2025-04-23 ### Fixed - **Fix version issue** ## [0.4.1] - 2025-04-18 ### Fixed - **Fix admin general setting page where the save button not exist** ## [0.4] - 2025-04-15 ### Removed - **Remove useless information from OpenWebUI v0.5.18** ## [0.3] - 2025-03-10 ### Added - **User & Model Permission**: (Backend) The Root User can configure model permissions and user permissions. Users are only allowed to access models with a permission level equal to or lower than their assigned user permission level. ### Fixed - **Update the base version from OpenWebUI v0.5.18** ## [0.2] - 2025-02-10 ### Fixed - **Update the base version from OpenWebUI v0.3.35** ## [0.1] - 2025-01-10 ### Fixed - **Get error when do data process(PPT XlS MD)** : Pre-install the nessage package into the Docker image. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 13:10:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#79340