fix: resolve Control UI assets for global installs (#4909) (thanks @YuriNachos)

Co-authored-by: YuriNachos <YuriNachos@users.noreply.github.com>
This commit is contained in:
Gustavo Madeira Santana
2026-01-30 17:08:40 -05:00
parent aa3a8ea869
commit 34bdbdb405
3 changed files with 45 additions and 31 deletions

View File

@@ -74,6 +74,7 @@ Status: stable.
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
### Fixes
- Infra: resolve Control UI assets for npm global installs. (#4909) Thanks @YuriNachos.
- Gateway: prevent blank token prompts from storing "undefined". (#4873) Thanks @Hisleren.
- Telegram: use undici fetch for per-account proxy dispatcher. (#4456) Thanks @spiceoogway.
- Telegram: fix HTML nesting for overlapping styles and links. (#4578) Thanks @ThanhNguyxn.