From c71adb4bf062ed45523362ab60261878b3fcd12d Mon Sep 17 00:00:00 2001 From: U8F69 Date: Tue, 26 Aug 2025 14:48:59 +0800 Subject: [PATCH 1/2] chore(repo): transfer ownership --- README.md | 4 ++-- backend/open_webui/main.py | 2 +- src/lib/components/admin/Settings/General.svelte | 6 +++--- src/lib/components/chat/Settings/About.svelte | 10 +++++----- src/lib/components/layout/Sidebar/UserMenu.svelte | 2 +- src/lib/components/layout/UpdateInfoToast.svelte | 2 +- src/lib/i18n/locales/en-US/translation.json | 2 +- src/lib/i18n/locales/zh-CN/translation.json | 2 +- src/lib/i18n/locales/zh-TW/translation.json | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e114410cf5..a605aa3ddc 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ ## 部署方式 -部署二开版本只需要替换镜像和版本,其他的部署与官方版本没有差别,版本号请在 [Release](https://github.com/U8F69/open-webui/releases/latest) 中查看 +部署二开版本只需要替换镜像和版本,其他的部署与官方版本没有差别,版本号请在 [Release](https://github.com/ovinc-cn/openwebui/releases/latest) 中查看 ``` -ghcr.io/u8f69/open-webui:<版本号> +ghcr.io/ovinc-cn/openwebui:<版本号> ``` ## 拓展特性 diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 6732c7365a..079f82cfc0 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -1897,7 +1897,7 @@ async def get_app_latest_release_version(user=Depends(get_verified_user)): timeout = aiohttp.ClientTimeout(total=1) async with aiohttp.ClientSession(timeout=timeout, trust_env=True) as session: async with session.get( - "https://api.github.com/repos/U8F69/open-webui/releases/latest", + "https://api.github.com/repos/ovinc-cn/openwebui/releases/latest", ssl=AIOHTTP_CLIENT_SESSION_SSL, ) as response: response.raise_for_status() diff --git a/src/lib/components/admin/Settings/General.svelte b/src/lib/components/admin/Settings/General.svelte index cd95f10c9b..c8daf053ff 100644 --- a/src/lib/components/admin/Settings/General.svelte +++ b/src/lib/components/admin/Settings/General.svelte @@ -141,7 +141,7 @@ {#if $config?.features?.enable_version_update_check} {updateAvailable === null @@ -214,10 +214,10 @@ /> - + Github Repo diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte index 37d71c2eca..2f3358bb8a 100644 --- a/src/lib/components/chat/Settings/About.svelte +++ b/src/lib/components/chat/Settings/About.svelte @@ -51,8 +51,8 @@
{$WEBUI_NAME} {$i18n.t('Version')} - ({$i18n.t('Second revision by U8F69')}{$i18n.t('Second revision by OVINC CN')})
@@ -65,7 +65,7 @@ {#if $config?.features?.enable_version_update_check} {updateAvailable === null @@ -140,10 +140,10 @@ /> - + Github Repo diff --git a/src/lib/components/layout/Sidebar/UserMenu.svelte b/src/lib/components/layout/Sidebar/UserMenu.svelte index 057e30fce8..d31b1d0c2d 100644 --- a/src/lib/components/layout/Sidebar/UserMenu.svelte +++ b/src/lib/components/layout/Sidebar/UserMenu.svelte @@ -173,7 +173,7 @@ on:click={() => { show = false; }} - href="https://github.com/U8F69/releases" + href="https://github.com/ovinc-cn/openwebui/releases" >
{$i18n.t('Releases')}
diff --git a/src/lib/components/layout/UpdateInfoToast.svelte b/src/lib/components/layout/UpdateInfoToast.svelte index 6d88ec70fd..069e5c1921 100644 --- a/src/lib/components/layout/UpdateInfoToast.svelte +++ b/src/lib/components/layout/UpdateInfoToast.svelte @@ -21,7 +21,7 @@ LATEST_VERSION: version.latest })} - + {$i18n.t('Update for the latest features and improvements.')} diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index f2daa83c5b..7982088d56 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -1352,7 +1352,7 @@ "Searching Knowledge for \"{{searchQuery}}\"": "", "Searching the web...": "", "Searxng Query URL": "", - "Second revision by U8F69": "", + "Second revision by OVINC CN": "", "See readme.md for instructions": "", "See what's new": "", "Seed": "", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 8377429fb4..c8fa55b27a 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -1351,7 +1351,7 @@ "Searching Knowledge for \"{{searchQuery}}\"": "检索有关 \"{{searchQuery}}\" 的知识中", "Searching the web...": "正在搜索网络...", "Searxng Query URL": "Searxng 查询 URL", - "Second revision by U8F69": "U8F69 二开版本", + "Second revision by OVINC CN": "OVINC CN 二开版本", "See readme.md for instructions": "查看 readme.md 以获取说明", "See what's new": "查阅最新更新内容", "Seed": "种子 (Seed)", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index f235a2351f..67729fdadd 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -1351,7 +1351,7 @@ "Searching Knowledge for \"{{searchQuery}}\"": "正在搜尋知識庫中的「{{searchQuery}}」", "Searching the web...": "正在搜尋網路...", "Searxng Query URL": "Searxng 查詢 URL", - "Second revision by U8F69": "", + "Second revision by OVINC CN": "", "See readme.md for instructions": "檢視 readme.md 以取得說明", "See what's new": "檢視新功能", "Seed": "種子值", From eb8d4e984e4338dca26132c1a8f2ac6bfde0d522 Mon Sep 17 00:00:00 2001 From: U8F69 Date: Tue, 26 Aug 2025 15:34:59 +0800 Subject: [PATCH 2/2] chore(repo): transfer ownership --- CHANGELOG_EXTRA.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_EXTRA.md b/CHANGELOG_EXTRA.md index 7e4f6daf0f..4a8863372f 100644 --- a/CHANGELOG_EXTRA.md +++ b/CHANGELOG_EXTRA.md @@ -5,6 +5,12 @@ 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.6.25.2] - 2025.08.26 + +### Changed + +- Github 仓库迁移 + ## [0.6.25.1] - 2025.08.22 ### Changed diff --git a/package-lock.json b/package-lock.json index d717181931..2c1c6ee71c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.6.25.1", + "version": "0.6.25.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.6.25.1", + "version": "0.6.25.2", "dependencies": { "@azure/msal-browser": "^4.5.0", "@codemirror/lang-javascript": "^6.2.2", diff --git a/package.json b/package.json index 57285f7e1e..6f1a9757f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.6.25.1", + "version": "0.6.25.2", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host",