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
duorameng
d1f80b7986
docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts
2026-06-22 18:53:44 +08:00
duorameng
b3c71a5da2
fix(web): make task execution history page height responsive #134
2026-06-22 18:02:52 +08:00
duorameng
ea4cbb0370
fix(notify): fix and optimize task execution log notification #133
2026-06-22 17:40:34 +08:00
duorameng
ff90837f24
feat(web): add closable secret usage description #135
2026-06-22 17:14:03 +08:00
duorameng
db24fdfa30
fix( #135 ): migrate old task envs and tags to data relations during restore
2026-06-22 09:44:42 +08:00
duorameng
05bbb05c37
ci(docker): only generate branch tags for non-release builds
2026-06-21 12:15:46 +08:00
duorameng
d2d5ba1cad
feat: add main bulid arm64
2026-06-21 12:10:22 +08:00
duorameng
071f882ab2
fix(notify): optimize log truncation by rune instead of byte #133
2026-06-21 11:52:44 +08:00
duorameng
2ee769b46a
feat(monitor): persist active tab using localStorage #133
2026-06-21 11:42:26 +08:00
duorameng
9e35207925
feat: add version command to output current version number
2026-06-18 23:16:55 +08:00
duorameng
19374e7054
fix(terminal): prevent UTF-8 chunk truncation falling back to GBK
...
This fixes an issue where outputting large amounts of Chinese text caused the 4096-byte chunk to split a multi-byte UTF-8 character, falsely triggering the GBK fallback logic and resulting in garbled text.
2026-06-18 17:51:54 +08:00
duorameng
50daa79c0a
style(ui): optimize monitor chart tooltip unit display on small screens
2026-06-18 10:53:31 +08:00
duorameng
e2c934558c
feat(task): support custom repo sync dir name and fix UI copy ( #132 )
2026-06-18 10:43:49 +08:00
duorameng
2141831075
feat(reposync): support custom directory name for repo sync ( #132 )
2026-06-18 09:59:53 +08:00
duorameng
15f9c47cb4
feat(ui): optimize file tree node hover tooltip with shadcn component
2026-06-18 09:52:48 +08:00
duorameng
562b7a1704
feat(languages): add dismissible hint for mise extension support
2026-06-18 09:16:45 +08:00
duorameng
e7f16c5da8
style(monitor): optimize tabs styling and layout to match system theme
2026-06-18 08:55:09 +08:00
duorameng
b135763280
feat: add support for custom cookie name via config to avoid multi-instance conflicts
2026-06-16 16:26:52 +08:00
duorameng
48db87ddae
chore(docker): add openssh-client to base images
2026-06-16 11:40:36 +08:00
duorameng
2085cbbed2
fix: make demo disk usage static
2026-06-15 11:56:30 +08:00
duorameng
25532f2014
feat: add dynamic mock metrics for demo mode
2026-06-15 11:47:55 +08:00