更新日志 / Changelog v1.3.0
✨ 新功能 / New Features
- 🌐 支持 UDP+TCP 双协议连接 - 引入全新的双协议架构替代旧有的 WiFi/蓝牙方案,显著提升连接稳定性 (#200)
- Support UDP+TCP dual protocol connection - Introduced a new dual-protocol architecture replacing the existing WiFi/Bluetooth solutions for significantly better stability (#200)
- 📊 音频质量实时监测面板 - 新增监测面板,支持实时查看音频流状态与传输质量指标 (#206, #201)
- 🔍 添加设备发现功能 - 支持在局域网内自动发现可用设备,简化连接流程 (#205)
- Added device discovery feature - Supports automatic discovery of available devices within the local network to simplify the connection process (#205)
- 🎨 主题系统重构 - 使用
material-kolor库重构主题系统,带来更精准的色彩提取与视觉体验 (97af407)- Theme system refactored - Refactored the theme system using the
material-kolorlibrary for better color extraction and visual experience (97af407)
- Theme system refactored - Refactored the theme system using the
🛠️ 优化与重构 / Improvements & Refactoring
- 🌍 本地化系统重构与补全 - 优化了多语言处理逻辑,补全缺失文本,并添加自动化本地化检查功能 (#204, #191, #192)
- 📦 组件化开源库列表 - 将开源许可列表提取为可复用组件,并移除对
AndroidMic的陈旧引用 (2462398, bcf263d) - 📝 更新贡献指南 - 优化了开发者协作流程与本地化贡献说明 (#192)
- Updated contribution guidelines - Optimized developer collaboration workflows and localization contribution instructions (#192)
🐛 问题修复 / Bug Fixes
- 💾 修复导出日志提示 - 修复了导出日志操作完成后没有 UI 提示的问题 (#198)
- Fixed missing notification for log export - Fixed an issue where no toast or notification was shown after exporting logs (#198)
- 🔧 修复字符串格式化错误 - 将占位符替换逻辑迁移至
String.format以确保多语言环境下的稳定性 (02613bb)- Fixed string formatting errors - Migrated placeholder replacement to
String.formatto ensure stability across different locales (02613bb)
- Fixed string formatting errors - Migrated placeholder replacement to
- 🔗 更新 FAQ 链接 - 修正了
App.kt中指向 FAQ 文档的 URL (#194)- Updated FAQ link - Corrected the URL in
App.ktto point to the correct FAQ.md (#194)
- Updated FAQ link - Corrected the URL in
- 💄 修复若干 UI 问题 - 优化了界面布局细节与交互反馈 (#196)
- Fixed various UI issues - Optimized layout details and interaction feedback (#196)
📝 文档更新 / Documentation
- 👥 开发者名单更新 - 欢迎新成员 @ChouChiu 加入开发者名单 (ab766b6)
- 📖 README 增强 - 补全项目文档,更新样式并添加 HelloGitHub 徽章
- README enhancements - Completed project documentation, updated styles, and added HelloGitHub badge
Full Changelog: v1.2.3...v1.3.0