Commit Graph

932 Commits

Author SHA1 Message Date
duorameng fbe445a881 fix: prevent log dialog from closing on outside click (#146) 2026-07-06 08:20:13 +08:00
engigu 07b368ed17 Merge pull request #145 from kesry/main
添加菜单栏悬浮cursor样式
2026-07-03 17:07:35 +08:00
kesry 10bcd0ae41 Update MainLayout.vue 2026-07-03 09:48:05 +08:00
duorameng 516d51d204 docs: include latest tag and increase trend chart versions to 20 2026-06-30 17:26:33 +08:00
duorameng f9bb94ef1a fix(web): fix notification prefix update bug (fixes #144) and regenerate docs lockfile 2026-06-30 17:19:42 +08:00
duorameng 04abd39c7b fix: build error 2026-06-30 17:17:21 +08:00
duorameng aafaa74689 docs: add ghcr package downloads trend chart page and build-time scraper 2026-06-30 17:11:23 +08:00
duorameng cdf1f7a1ca Merge branch 'main' of github-duorameng:engigu/baihu-panel 2026-06-30 12:01:13 +08:00
duorameng c2eee38091 perf(web): optimize API polling frequency and respect page visibility 2026-06-30 11:59:58 +08:00
engigu cc13d5f09a Merge pull request #143 from acooler15/fix_email
fix:  use text/plain for plain text email sending
2026-06-29 22:59:49 +08:00
duorameng 837a53ecd3 style(ui): introduce StatusBadge and use it in LogDetailCard 2026-06-29 22:43:50 +08:00
duorameng b52af6c4fd fix(tasks): fix task cancellation process tree leak, emit cancelled events, and refine status badges styling 2026-06-29 22:34:08 +08:00
acooler15 d4015826f1 fix: use text/plain for plain text email sending
Fixes #141
2026-06-29 22:24:06 +08:00
duorameng e5fc716b8f refactor: migrate real-time log viewing from WebSocket to SSE with JSON wrapping 2026-06-29 22:04:11 +08:00
engigu 06980beeb6 Merge pull request #140 from kesry/main
修复更新release问题
2026-06-29 10:40:27 +08:00
kesry 7448fcb000 修复更新release问题 2026-06-29 10:01:22 +08:00
duorameng 054b8886f6 fix docs 2026-06-29 08:57:29 +08:00
duorameng 3e5b332e4f docs: add interconnect feature documentation 2026-06-29 08:56:12 +08:00
duorameng 37ff186dce feat(interconnect): display active node name in travel mode & update changelog
- Persist active interconnect node name in localStorage via api

- Pass node name on MasterList and NodeSwitcher when traveling

- Display current node name on the 'Return to Master' floating button in App.vue

- Update CHANGELOG.md, README.md and docs with v1.1.17 release notes highlighting interconnect features
2026-06-28 21:01:17 +08:00
duorameng 81e921fa73 feat: implement data import/export and optimize terminal UX 2026-06-28 20:46:00 +08:00
duorameng 33ea2fda7b fix(scheduler): add boundary validation and safety limits to worker count and queue size to prevent OOM 2026-06-26 16:52:59 +08:00
duorameng 6086772068 fix(interconnect): display freshly fetched load metrics in UI when clicking node status refresh 2026-06-26 09:59:09 +08:00
duorameng 2379b11836 fix(environments): restore missing delete button in large screen view of environment variables table 2026-06-26 09:48:58 +08:00
duorameng 79fcf26c88 docs: add open-source license and attribution statements to internal/sdk and internal/tunnel source files 2026-06-26 09:24:08 +08:00
duorameng bdeda51b22 feat(interconnect): sync environment variables with original structure and IDs, and translate UI badges 2026-06-26 09:23:20 +08:00
duorameng 898cb64085 feat(interconnect): enable sync panel and add demo mode restriction for role selection 2026-06-25 23:50:31 +08:00
duorameng a227666960 style: make buttons fill the row on small screens in MasterView 2026-06-25 22:22:49 +08:00
duorameng a3d4f441a3 feat: relax tunnel proxy path restriction to allow frontend proxying 2026-06-25 21:52:17 +08:00
duorameng d707bc1be7 fix: travel proxy intercepting frontend HTML assets 2026-06-25 21:48:52 +08:00
duorameng 78d9705944 fix: remove unused runtime import in api_routes.go 2026-06-25 21:33:51 +08:00
duorameng 2873f3cec0 fix: pass node as pointer correctly in getClientAndURL 2026-06-25 21:33:51 +08:00
duorameng 19584d583a fix: comment out debug/goroutines endpoint and support tunnel proxy in sync APIs 2026-06-25 21:33:51 +08:00
duorameng 60eb34e27b fix: remove unused imports in MasterView to fix tsc build 2026-06-25 21:33:50 +08:00
duorameng 1557801502 feat: add dev auto action build 2026-06-25 21:33:50 +08:00
duorameng 90f06de298 feat: add openconnect 2026-06-25 21:33:50 +08:00
engigu fac1582fe0 Merge pull request #138 from kesry/main
修复v7编译问题
2026-06-25 11:38:20 +08:00
kesry 416376cd1a 修复v7编译问题 2026-06-25 10:51:44 +08:00
engigu 167557a9a1 Merge pull request #137 from kesry/main
Update release.yml
2026-06-25 08:03:49 +08:00
kesry 0ff0ced7b3 Update release.yml 2026-06-24 14:50:15 +08:00
duorameng 431ebad77e docs: replace emojis with elegant SVG icons in home features and minor tweaks 2026-06-23 17:17:00 +08:00
duorameng dda35e0271 style(docs): restore Ubuntu Mono combined with Noto Sans SC for code blocks 2026-06-23 15:15:11 +08:00
duorameng 9affb64ff8 style(docs): optimize font display for code blocks using Ubuntu Mono 2026-06-23 14:40:45 +08:00
duorameng b0dd1dd0ae docs: use Noto Sans SC font exclusively for Windows users 2026-06-23 14:30:54 +08:00
duorameng 06d121416e docs: add hash check example and clarify tmp lifecycle in linux deps guide 2026-06-23 10:33:18 +08:00
duorameng 0b7b88e627 docs: clarify default apt source mirror in linux deps guide 2026-06-23 10:09:00 +08:00
duorameng 734df3d763 feat: update main cli description and add linux deps guide link to ui 2026-06-23 09:43:13 +08:00
duorameng c74d793b40 chore(version): rename panel name to baihu-panel in CLI output 2026-06-23 09:32:26 +08:00
duorameng 81a00d983a docs: globally rename panel name to baihu-panel and refactor linux dependencies guide 2026-06-23 09:30:18 +08:00
duorameng a745fb952c build(docker): upgrade golang base image to 1.26 to match go.mod 2026-06-22 19:13:31 +08:00
duorameng 67b05f4749 docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts 2026-06-22 19:01:19 +08:00