[PR #999] [MERGED] 0.8.0 #986

Closed
opened 2026-02-15 18:16:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/999
Author: @Classic298
Created: 1/11/2026
Status: Merged
Merged: 2/12/2026
Merged by: @Classic298

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

71 files changed (+3846 additions, -431 deletions)

View changed files

📝 docs/contributing.mdx (+9 -1)
📝 docs/faq.mdx (+84 -7)
docs/features/analytics/index.mdx (+407 -0)
📝 docs/features/auth/sso/index.mdx (+42 -0)
📝 docs/features/chat-features/chatshare.md (+6 -0)
📝 docs/features/chat-features/code-execution/index.md (+78 -1)
📝 docs/features/chat-features/code-execution/python.md (+41 -3)
docs/features/chat-features/follow-up-prompts.md (+47 -0)
📝 docs/features/chat-features/index.mdx (+3 -0)
docs/features/chat-features/message-queue.mdx (+111 -0)
📝 docs/features/chat-features/reasoning-models.mdx (+1 -1)
docs/features/data-controls/archived-chats.md (+42 -0)
docs/features/data-controls/files.md (+65 -0)
docs/features/data-controls/import-export.md (+50 -0)
docs/features/data-controls/index.mdx (+13 -0)
docs/features/data-controls/shared-chats.md (+44 -0)
📝 docs/features/image-generation-and-editing/usage.md (+5 -2)
📝 docs/features/index.mdx (+12 -2)
📝 docs/features/memory.mdx (+2 -1)
docs/features/open-terminal/index.md (+256 -0)

...and 51 more files

📄 Description

No description provided


🔄 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/docs/pull/999 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 1/11/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f66684b`](https://github.com/open-webui/docs/commit/f66684b40417a8dadc27582806a587b3bb58bd64) code-interpreter - [`1fa5028`](https://github.com/open-webui/docs/commit/1fa5028aff3b4b5928c8e1f70497dfb366cca110) Merge pull request #998 from Classic298/dev - [`c8807fb`](https://github.com/open-webui/docs/commit/c8807fb7c54b9dc8cfa87a25f31e450a5f17db61) Merge pull request #1001 from open-webui/main - [`6ab1b5c`](https://github.com/open-webui/docs/commit/6ab1b5c2c10e931c31ac067d31758ad290c15b63) Update python.md - [`e00ecf4`](https://github.com/open-webui/docs/commit/e00ecf474224ce0172b99c958135a07d8e970d16) Merge pull request #1002 from Classic298/dev - [`94c28be`](https://github.com/open-webui/docs/commit/94c28bef721c197d000e27981b9bc75c17569abb) Merge pull request #1014 from open-webui/main - [`e689144`](https://github.com/open-webui/docs/commit/e689144a3840c2037a25485f457f817eb29eef95) update - [`5add3a3`](https://github.com/open-webui/docs/commit/5add3a3e9165ec6c9296fda5f2c3e7efd01848c6) Merge pull request #1015 from Classic298/dev - [`3c3850e`](https://github.com/open-webui/docs/commit/3c3850ee34bb67f851bd26431dd24574de943c80) weaviate - [`4dfecc6`](https://github.com/open-webui/docs/commit/4dfecc68046339f4941427c229cbd8a91bb9cafd) Merge pull request #1018 from Classic298/dev ### 📊 Changes **71 files changed** (+3846 additions, -431 deletions) <details> <summary>View changed files</summary> 📝 `docs/contributing.mdx` (+9 -1) 📝 `docs/faq.mdx` (+84 -7) ➕ `docs/features/analytics/index.mdx` (+407 -0) 📝 `docs/features/auth/sso/index.mdx` (+42 -0) 📝 `docs/features/chat-features/chatshare.md` (+6 -0) 📝 `docs/features/chat-features/code-execution/index.md` (+78 -1) 📝 `docs/features/chat-features/code-execution/python.md` (+41 -3) ➕ `docs/features/chat-features/follow-up-prompts.md` (+47 -0) 📝 `docs/features/chat-features/index.mdx` (+3 -0) ➕ `docs/features/chat-features/message-queue.mdx` (+111 -0) 📝 `docs/features/chat-features/reasoning-models.mdx` (+1 -1) ➕ `docs/features/data-controls/archived-chats.md` (+42 -0) ➕ `docs/features/data-controls/files.md` (+65 -0) ➕ `docs/features/data-controls/import-export.md` (+50 -0) ➕ `docs/features/data-controls/index.mdx` (+13 -0) ➕ `docs/features/data-controls/shared-chats.md` (+44 -0) 📝 `docs/features/image-generation-and-editing/usage.md` (+5 -2) 📝 `docs/features/index.mdx` (+12 -2) 📝 `docs/features/memory.mdx` (+2 -1) ➕ `docs/features/open-terminal/index.md` (+256 -0) _...and 51 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:53 -05:00
yindo closed this issue 2026-02-15 18:16:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#986