Releases: LanRhyme/MicYou
Releases · LanRhyme/MicYou
Release list
v2.0.0-alpha.1
What's Changed
- docs: 相关文档更新 by @WhatDamon in #247
- 修复 macOS 毛玻璃以及 onnx 编译问题 by @ChouChiu in #248
- ref: better structure by @ChouChiu in #249
- feat(audio): add BlackHole virtual audio device support for macOS by @ChouChiu in #250
- Refactor:去除KMP桌面端 by @ChinsaaWei in #251
- feat(blackhole): add non-macOS stubs for audio device functions by @ChouChiu in #253
- 迁移至 Tauri by @LanRhyme
Full Changelog: v1.3.5...v2.0.0-alpha.1
v1.3.5
What's Changed
- 新增iOS客户端协议支持 by @ChinsaaWei in #240
- feat(desktop): 添加 IP 地址选择与自动绑定支持 by @qiuyongjun in #238
- fix:修复 Linux PipeWire 虚拟音频输出路由 by @LemonAdorable in #242
New Contributors
- @qiuyongjun made their first contribution in #238
- @LemonAdorable made their first contribution in #242
Full Changelog: v1.3.4...v1.3.5
v1.3.4hotfix
Full Changelog: v1.3.4...v1.3.4hotfix
v1.3.4
What's Changed
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.2
v1.3.1
What's Changed
- i18n: 补全 VB-Cable 相关字符串的喵语本地化 by @Jack-Huang-2020 in #207
- 改进 macOS 界面及相关文档 by @WhatDamon in #210
- ref: Remove Bluetooth support and related code by @ChouChiu in #212
- fix: 数据目录迁移至平台标准路径 by @raindropQwQ in #214
- feat(Web): 新增 Web 模式传输音频 by @ChinsaaWei in #220
- 重构Web UI,使用Alpine.js提供更强的前端交互能力 by @ChinsaaWei in #222
- Feat: 音频处理链路可视化与高级调参 by @LanRhyme in #223
Full Changelog: v1.3.0...v1.3.1
v1.3.0
更新日志 / 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
📝 致谢/Credit
- 感谢 @ChinsaaWei @LanRhyme @ChouChiu @Windsland52 的贡献
- Thanks to @ChinsaaWei, @LanRhyme, @ChouChiu, and @Windsland52 for their contributions
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.3
✨ 新功能 / New Features
-
🎨 主题系统重构为 Material 3 Expressive - 全面升级主题系统,带来更现代的视觉体验 (#190)
- Theme system refactored to Material 3 Expressive - Complete theme system upgrade with a more modern visual experience (#190)
-
📁 集成 FileKit 库 - 优化文件选择体验,提升跨平台文件操作的一致性 (#186)
- Integrated FileKit library - Optimized file selection experience and improved cross-platform file operation consistency (#186)
🐛 问题修复 / Bug Fixes
- 🛠️ 修复镜像CDK空值问题 - 当镜像CDK为空时直接返回,避免无效操作
- Fixed mirror CDK empty value issue - Directly return when mirror CDK is empty to avoid invalid operations
Full Changelog: v1.2.2...v1.2.3
v1.2.2
更新日志 / Changelog v1.2.2
新功能 ✨ / New Features ✨
- 音频增强功能:新增音频增强功能与性能优化,添加性能模式说明和帮助弹窗
Audio Enhancement: Added audio enhancement features with performance optimization, added performance mode description and help dialog - Android权限管理:添加Android权限管理功能
Android Permission Management: Added Android permission management functionality - 蓝牙诊断工具:添加蓝牙诊断工具和错误处理
Bluetooth Diagnostics: Added Bluetooth diagnostic tools and error handling - Mirror酱对接:对接 Mirror 酱更新渠道
MirrorChyan Integration: Integrated MirrorChyan update channel
修复 🐛 / Bug Fixes 🐛
- 音频处理修复:修复音频处理中的缓冲区问题,优化音频处理参数,修复进程状态检查中的异常处理
Audio Processing: Fixed buffer issues in audio processing, optimized audio processing parameters, fixed exception handling in process state checking - 动画修复:修复动画延迟计算的整数溢出问题并优化音频可视化器配置
Animation: Fixed integer overflow in animation delay calculation and optimized audio visualizer configuration - 网络连接修复:增强数据包大小验证,改进网络连接处理和资源清理逻辑
Network Connection: Enhanced packet size validation, improved network connection handling and resource cleanup logic - 协程泄漏修复:添加停止操作检查避免协程泄漏
Coroutine Leak: Added stop operation check to prevent coroutine leaks - 自动启动修复:实现应用启动时自动开始流传输
Auto-start: Implemented auto-start streaming on app launch
重构 ♻️ / Refactoring ♻️
- 音频处理优化:优化进程启动检测逻辑,提取动画常量到统一配置对象,移除音频预设功能
Audio Processing Optimization: Optimized process startup detection logic, extracted animation constants to unified configuration object, removed audio preset feature - 插件系统重构:重构插件宿主实现,提取公共基类,简化类加载逻辑
Plugin System Refactoring: Refactored plugin host implementation, extracted common base class, simplified class loading logic - 代码优化:集中管理常量并优化错误处理,代码优化整合
Code Optimization: Centralized constant management and optimized error handling, code optimization integration
构建 📦 / Build 📦
- 添加发布签名配置和ProGuard规则以优化APK大小
Added release signing configuration and ProGuard rules to optimize APK size - 添加额外的Java模块支持
Added additional Java module support - 更新项目版本号为1.2.2和版本码为15
Updated project version to 1.2.2 and version code to 15
已有 Mirror酱 CDK?前往 Mirror酱 高速下载
Full Changelog: v1.2.1...v1.2.2