FreeNetDebugger v1.0.0
首个正式版本发布。v1.0.0 聚焦于高性能网络调试体验、跨协议支持与工程化可用性。
🚀 Highlights
多协议支持:TCP Client/Server、UDP Client/Server、WebSocket
高性能日志链路:批量刷新 + 虚拟列表,长时间运行依旧流畅
发送中心(Send Hub):历史/快捷指令抽屉,支持 RUN / PASTE
发送能力增强:ASCII/HEX、转义解析、校验码、定时发送、文件导入
日志能力增强:实时保存到文件、手动导出、可复制日志内容
流量分析:当前速率(平滑)、峰值、累计总量同屏展示
✨ UX / UI Improvements
顶部与关于弹窗统一新品牌图标
发送历史与快捷指令交互重构(hover 操作叠加、展开/收起优化)
抽屉交互闭环(外部点击收起、Esc 收起)
启动过场动画,缓解 Windows 首次冷启动白屏体验
🛠 Technical Notes
前端:React + TypeScript + Zustand + i18next
桌面框架:Tauri v2
后端:Rust + Tokio
构建:Vite
📦 Compatibility
Windows(当前重点验证平台)
其他平台可通过 Tauri 构建链路扩展
Windows 打包若出现 os error 5 (拒绝访问),通常是旧 exe 被占用;关闭运行中的应用后重试即可。
🙌 Thanks
感谢所有关注和反馈,欢迎继续提交 Issue / PR 来共同完善 FreeNetDebugger。
FreeNetDebugger v1.0.0
First official release. v1.0.0 focuses on high-performance network debugging, multi-protocol support, and production-grade usability.
🚀 Highlights
Multi-protocol support: TCP Client/Server, UDP Client/Server, WebSocket
High-performance log pipeline: batched flushing + virtualized list for long-running stability
Send Hub drawer: history/shortcuts workflow with RUN / PASTE
Enhanced sending features: ASCII/HEX, escape parsing, checksum, periodic send, file import
Improved logging: real-time save-to-file, manual export, and copyable logs
Traffic analytics: smoothed current rate, peak, and cumulative totals in one view
✨ UX / UI Improvements
Unified brand icon across top bar and About dialog
Reworked history/shortcuts interactions (hover actions overlay, smoother expand/collapse)
Drawer interaction closure (click-outside to close, Esc to close)
Startup splash to reduce perceived white screen on first cold start (Windows)
🛠 Technical Notes
Frontend: React + TypeScript + Zustand + i18next
Desktop framework: Tauri v2
Backend: Rust + Tokio
Build tool: Vite
📦 Compatibility
Windows (primary validated platform for this release)
Other platforms can be built through the Tauri toolchain
If Windows packaging fails with os error 5 (Access denied), the old exe is usually locked; close running instances and retry.
🙌 Thanks
Thanks to everyone for the feedback and support. Issues and PRs are always welcome.