[PR #910] [MERGED] 0.1.104 #7319

Closed
opened 2025-11-11 17:23:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/910
Author: @tjbck
Created: 2/25/2024
Status: Merged
Merged: 2/25/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

14 files changed (+210 additions, -66 deletions)

View changed files

📝 CHANGELOG.md (+11 -0)
📝 backend/apps/web/models/tags.py (+21 -0)
📝 backend/apps/web/routers/chats.py (+5 -2)
📝 backend/constants.py (+1 -0)
📝 backend/main.py (+21 -1)
📝 package.json (+1 -1)
📝 src/lib/apis/index.ts (+34 -0)
📝 src/lib/components/chat/MessageInput.svelte (+12 -14)
📝 src/lib/components/chat/MessageInput/Suggestions.svelte (+40 -38)
📝 src/lib/components/chat/Messages/Placeholder.svelte (+4 -1)
📝 src/lib/components/chat/Settings/About.svelte (+48 -2)
📝 src/lib/components/layout/Sidebar.svelte (+8 -2)
📝 src/lib/utils/index.ts (+2 -3)
📝 src/routes/(app)/+layout.svelte (+2 -2)

📄 Description

Resolves #580


🔄 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/910 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/25/2024 **Status:** ✅ Merged **Merged:** 2/25/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`b82ac66`](https://github.com/open-webui/open-webui/commit/b82ac66c7017b3838594a3bb31a150c4a0276c63) Merge pull request #908 from open-webui/main - [`6bfe2a6`](https://github.com/open-webui/open-webui/commit/6bfe2a6306478ff86368557e9cfc5794329d1b22) feat: latest release check api - [`759883a`](https://github.com/open-webui/open-webui/commit/759883a4c87566cfc60a5faa954655a2ca81e0ab) feat: check for updates - [`13db1d5`](https://github.com/open-webui/open-webui/commit/13db1d50638a6c34650e54f92d98c3aced427954) Merge pull request #909 from open-webui/check-updates - [`fb3804a`](https://github.com/open-webui/open-webui/commit/fb3804ac9597df10e2e11b5f0e5d0535d63ec019) fix: check version loading progress - [`129bb21`](https://github.com/open-webui/open-webui/commit/129bb21a0aa574c750a749dd817101cb403e314c) Merge pull request #911 from open-webui/check-updates - [`0d9e38a`](https://github.com/open-webui/open-webui/commit/0d9e38a0ce1cff7ddb5404c808bf4a71a2f43520) refac: styling - [`8dce6b4`](https://github.com/open-webui/open-webui/commit/8dce6b4b498cf28c013dec91d574fd149c187f0a) feat: personalised greeting - [`6780b1b`](https://github.com/open-webui/open-webui/commit/6780b1b19e797c3542223b61dd479ff2af3cf222) fix: styling - [`c500990`](https://github.com/open-webui/open-webui/commit/c5009907ffd0a985bf4e15e5aaae5354fbf56787) Update CHANGELOG.md ### 📊 Changes **14 files changed** (+210 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+11 -0) 📝 `backend/apps/web/models/tags.py` (+21 -0) 📝 `backend/apps/web/routers/chats.py` (+5 -2) 📝 `backend/constants.py` (+1 -0) 📝 `backend/main.py` (+21 -1) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/index.ts` (+34 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+12 -14) 📝 `src/lib/components/chat/MessageInput/Suggestions.svelte` (+40 -38) 📝 `src/lib/components/chat/Messages/Placeholder.svelte` (+4 -1) 📝 `src/lib/components/chat/Settings/About.svelte` (+48 -2) 📝 `src/lib/components/layout/Sidebar.svelte` (+8 -2) 📝 `src/lib/utils/index.ts` (+2 -3) 📝 `src/routes/(app)/+layout.svelte` (+2 -2) </details> ### 📄 Description Resolves #580 --- <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 2025-11-11 17:23:23 -06: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#7319