diff --git a/.github/update.log b/.github/update.log index 7314121e95..17d3d0d1ef 100644 --- a/.github/update.log +++ b/.github/update.log @@ -1178,3 +1178,4 @@ Update On Fri Nov 7 19:41:20 CET 2025 Update On Sat Nov 8 19:37:24 CET 2025 Update On Sun Nov 9 19:36:09 CET 2025 Update On Mon Nov 10 19:41:15 CET 2025 +Update On Tue Nov 11 19:39:14 CET 2025 diff --git a/clash-meta/go.mod b/clash-meta/go.mod index d203eb6407..90362be0c6 100644 --- a/clash-meta/go.mod +++ b/clash-meta/go.mod @@ -22,7 +22,7 @@ require ( github.com/metacubex/chacha v0.1.5 github.com/metacubex/fswatch v0.1.1 github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 - github.com/metacubex/kcp-go v0.0.0-20251105084629-8c93f4bf37be + github.com/metacubex/kcp-go v0.0.0-20251111012849-7455698490e9 github.com/metacubex/quic-go v0.55.1-0.20251024060151-bd465f127128 github.com/metacubex/randv2 v0.2.0 github.com/metacubex/restls-client-go v0.1.7 @@ -35,7 +35,7 @@ require ( github.com/metacubex/sing-tun v0.4.9 github.com/metacubex/sing-vmess v0.2.4 github.com/metacubex/sing-wireguard v0.0.0-20250503063753-2dc62acc626f - github.com/metacubex/smux v0.0.0-20250922175018-15c9a6a78719 + github.com/metacubex/smux v0.0.0-20251111013112-03f8d12dafc1 github.com/metacubex/tfo-go v0.0.0-20251024101424-368b42b59148 github.com/metacubex/utls v1.8.3 github.com/metacubex/wireguard-go v0.0.0-20250820062549-a6cecdd7f57f diff --git a/clash-meta/go.sum b/clash-meta/go.sum index 4670178e98..0bec36121a 100644 --- a/clash-meta/go.sum +++ b/clash-meta/go.sum @@ -106,8 +106,8 @@ github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 h1:cjd4biTvO github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759/go.mod h1:UHOv2xu+RIgLwpXca7TLrXleEd4oR3sPatW6IF8wU88= github.com/metacubex/gvisor v0.0.0-20250919004547-6122b699a301 h1:N5GExQJqYAH3gOCshpp2u/J3CtNYzMctmlb0xK9wtbQ= github.com/metacubex/gvisor v0.0.0-20250919004547-6122b699a301/go.mod h1:8LpS0IJW1VmWzUm3ylb0e2SK5QDm5lO/2qwWLZgRpBU= -github.com/metacubex/kcp-go v0.0.0-20251105084629-8c93f4bf37be h1:Y7SigZIqfv/+RIA/D7R6EbB9p+brPRoGOM6zobSmRIM= -github.com/metacubex/kcp-go v0.0.0-20251105084629-8c93f4bf37be/go.mod h1:HIJZW4QMhbBqXuqC1ly6Hn0TEYT2SzRw58ns1yGhXTs= +github.com/metacubex/kcp-go v0.0.0-20251111012849-7455698490e9 h1:7m3tRPrLpKOLOvZ/Lp4XCxz0t7rg9t9K35x6TahjR8o= +github.com/metacubex/kcp-go v0.0.0-20251111012849-7455698490e9/go.mod h1:HIJZW4QMhbBqXuqC1ly6Hn0TEYT2SzRw58ns1yGhXTs= github.com/metacubex/nftables v0.0.0-20250503052935-30a69ab87793 h1:1Qpuy+sU3DmyX9HwI+CrBT/oLNJngvBorR2RbajJcqo= github.com/metacubex/nftables v0.0.0-20250503052935-30a69ab87793/go.mod h1:RjRNb4G52yAgfR+Oe/kp9G4PJJ97Fnj89eY1BFO3YyA= github.com/metacubex/quic-go v0.55.1-0.20251024060151-bd465f127128 h1:I1uvJl206/HbkzEAZpLgGkZgUveOZb+P+6oTUj7dN+o= @@ -135,8 +135,8 @@ github.com/metacubex/sing-vmess v0.2.4 h1:Tx6AGgCiEf400E/xyDuYyafsel6sGbR8oF7RkA github.com/metacubex/sing-vmess v0.2.4/go.mod h1:21R5R1u90uUvBQF0owoooEu96/SAYYD56nDrwm6nFaM= github.com/metacubex/sing-wireguard v0.0.0-20250503063753-2dc62acc626f h1:Sr/DYKYofKHKc4GF3qkRGNuj6XA6c0eqPgEDN+VAsYU= github.com/metacubex/sing-wireguard v0.0.0-20250503063753-2dc62acc626f/go.mod h1:jpAkVLPnCpGSfNyVmj6Cq4YbuZsFepm/Dc+9BAOcR80= -github.com/metacubex/smux v0.0.0-20250922175018-15c9a6a78719 h1:T6qCCfolRDAVJKeaPW/mXwNLjnlo65AYN7WS2jrBNaM= -github.com/metacubex/smux v0.0.0-20250922175018-15c9a6a78719/go.mod h1:4bPD8HWx9jPJ9aE4uadgyN7D1/Wz3KmPy+vale8sKLE= +github.com/metacubex/smux v0.0.0-20251111013112-03f8d12dafc1 h1:a6DF0ze9miXes+rdwl8a4Wkvfpe0lXYU82sPJfDzz6s= +github.com/metacubex/smux v0.0.0-20251111013112-03f8d12dafc1/go.mod h1:4bPD8HWx9jPJ9aE4uadgyN7D1/Wz3KmPy+vale8sKLE= github.com/metacubex/tfo-go v0.0.0-20251024101424-368b42b59148 h1:Zd0QqciLIhv9MKbGKTPEgN8WUFsgQGA1WJBy6spEnVU= github.com/metacubex/tfo-go v0.0.0-20251024101424-368b42b59148/go.mod h1:l9oLnLoEXyGZ5RVLsh7QCC5XsouTUyKk4F2nLm2DHLw= github.com/metacubex/utls v1.8.3 h1:0m/yCxm3SK6kWve2lKiFb1pue1wHitJ8sQQD4Ikqde4= diff --git a/clash-meta/hub/executor/executor.go b/clash-meta/hub/executor/executor.go index e92a8de448..988d73e272 100644 --- a/clash-meta/hub/executor/executor.go +++ b/clash-meta/hub/executor/executor.go @@ -449,12 +449,7 @@ func patchSelectGroup(proxies map[string]C.Proxy) { return } - for name, proxy := range proxies { - outbound, ok := proxy.(C.Proxy) - if !ok { - continue - } - + for name, outbound := range proxies { selector, ok := outbound.Adapter().(outboundgroup.SelectAble) if !ok { continue diff --git a/clash-nyanpasu/manifest/version.json b/clash-nyanpasu/manifest/version.json index 27fa0f398c..d462568789 100644 --- a/clash-nyanpasu/manifest/version.json +++ b/clash-nyanpasu/manifest/version.json @@ -2,7 +2,7 @@ "manifest_version": 1, "latest": { "mihomo": "v1.19.16", - "mihomo_alpha": "alpha-054e63c", + "mihomo_alpha": "alpha-2f545ef", "clash_rs": "v0.9.2", "clash_premium": "2023-09-05-gdcc8d87", "clash_rs_alpha": "0.9.2-alpha+sha.87c7b2c" @@ -69,5 +69,5 @@ "linux-armv7hf": "clash-armv7-unknown-linux-gnueabihf" } }, - "updated_at": "2025-11-09T22:21:09.350Z" + "updated_at": "2025-11-10T22:21:23.620Z" } diff --git a/filebrowser/.github/CODEOWNERS b/filebrowser/.github/CODEOWNERS index 827fbfd1cf..4c1605e6fb 100644 --- a/filebrowser/.github/CODEOWNERS +++ b/filebrowser/.github/CODEOWNERS @@ -1,5 +1 @@ -# These owners will be the default owners for everything in the repo. -# Unless a later match takes precedence, @o1egl will be requested for -# review when someone opens a pull request. - -* @o1egl @hacdias +* @filebrowser/maintainers diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 7a130be046..f5c0c07043 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.45.1](https://github.com/filebrowser/filebrowser/compare/v2.45.0...v2.45.1) (2025-11-11) + + +### Bug Fixes + +* share page preview items to contain baseUrl ([#5510](https://github.com/filebrowser/filebrowser/issues/5510)) ([6950c2e](https://github.com/filebrowser/filebrowser/commit/6950c2e4d2868f06235f93c0a18b303b4095ca0a)) + ## [2.45.0](https://github.com/filebrowser/filebrowser/compare/v2.44.2...v2.45.0) (2025-11-01) diff --git a/filebrowser/README.md b/filebrowser/README.md index 94ec1cefa9..607bca4673 100644 --- a/filebrowser/README.md +++ b/filebrowser/README.md @@ -1,12 +1,10 @@

- +

[![Build](https://github.com/filebrowser/filebrowser/actions/workflows/main.yaml/badge.svg)](https://github.com/filebrowser/filebrowser/actions/workflows/main.yaml) -[![Go Report Card](https://goreportcard.com/badge/github.com/filebrowser/filebrowser)](https://goreportcard.com/report/github.com/filebrowser/filebrowser) -[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/filebrowser/filebrowser) +[![Go Report Card](https://goreportcard.com/badge/github.com/filebrowser/filebrowser/v2)](https://goreportcard.com/report/github.com/filebrowser/filebrowser/v2) [![Version](https://img.shields.io/github/release/filebrowser/filebrowser.svg)](https://github.com/filebrowser/filebrowser/releases/latest) -[![Chat IRC](https://img.shields.io/badge/freenode-%23filebrowser-blue.svg)](http://webchat.freenode.net/?channels=%23filebrowser) File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview and edit your files. It is a **create-your-own-cloud**-kind of software where you can just install it on your server, direct it to a path and access your files through a nice web interface. diff --git a/filebrowser/branding/banner.png b/filebrowser/branding/banner.png new file mode 100644 index 0000000000..9a533bfc85 Binary files /dev/null and b/filebrowser/branding/banner.png differ diff --git a/filebrowser/branding/banner.svg b/filebrowser/branding/banner.svg new file mode 100644 index 0000000000..85de752598 --- /dev/null +++ b/filebrowser/branding/banner.svg @@ -0,0 +1 @@ +File Browser diff --git a/filebrowser/branding/icon.png b/filebrowser/branding/icon.png new file mode 100644 index 0000000000..ba267bc0fb Binary files /dev/null and b/filebrowser/branding/icon.png differ diff --git a/filebrowser/branding/icon.svg b/filebrowser/branding/icon.svg new file mode 100644 index 0000000000..df65444a82 --- /dev/null +++ b/filebrowser/branding/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filebrowser/branding/logo.png b/filebrowser/branding/logo.png new file mode 100644 index 0000000000..22225604cd Binary files /dev/null and b/filebrowser/branding/logo.png differ diff --git a/filebrowser/branding/logo.svg b/filebrowser/branding/logo.svg new file mode 100644 index 0000000000..dac88ae274 --- /dev/null +++ b/filebrowser/branding/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/filebrowser/frontend/public/img/logo.svg b/filebrowser/frontend/public/img/logo.svg index 5e78eccff1..dac88ae274 100644 --- a/filebrowser/frontend/public/img/logo.svg +++ b/filebrowser/frontend/public/img/logo.svg @@ -1,147 +1 @@ - -image/svg+xml - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/filebrowser/frontend/src/components/settings/AceEditorTheme.vue b/filebrowser/frontend/src/components/settings/AceEditorTheme.vue index 09efe48b5a..68585a3a1e 100644 --- a/filebrowser/frontend/src/components/settings/AceEditorTheme.vue +++ b/filebrowser/frontend/src/components/settings/AceEditorTheme.vue @@ -1,5 +1,9 @@