Skip to content

0.3.0

Choose a tag to compare

@iKineticate iKineticate released this 07 Sep 23:33
· 71 commits to main since this release
  • 性能提升 ( Performance Improvement ) :

    大部分同步函数重构为异步函数,减少内存及线程占用

    Most synchronous functions are refactored into asynchronous functions to reduce memory and thread usage

  • 修复( Fix ):

    修复了只监听经典蓝牙连接状态一次便退出监听的问题

    Fixed the issue of only watchingto the Bluetooth Classic connection status and exiting the monitoring system once.

上一次更新内容 ( Last updated content ):

  • 新功能 ( Feature ) :

    • 自定义设备名称 ( Custom device name ):

      打开托盘菜单 - 打开配置 - 在 [device_aliases] 下方输入 "原设备名称" = "新名称" - 保存 - 打开托盘菜单 - 重启应用

      Open the Tray Menu - Open Config - Enter "Original Device Name" = "New Name" under [device_aliases] - Save - Open the Tray Menu - Restart App

    • 重启应用 ( Restart the app )

    • 监测系统主题来动态改变图标颜色 ( Monitor system themes to dynamically change icon color )

  • 性能提升 ( Performance Improvement ) :

    • 异步监听低功耗蓝牙及经典蓝牙的状态及电量,而非定时循环

    Asynchronously watching the status and power of Bluetooth Low Energy and classic Bluetooth, rather than timing cycles

    • 异步监听设备添加/移除,而非定时循环

    Asynchronous watching device added/removed, rather than timing cycles

  • 修复 ( Fix ):修复电量为100时图标被截断等问题

    Fixed issues such as the icon being truncated when the battery is 100

  • 移除 ( Remove ):移除静音通知、更新间隔的设置

    Remove mute notifications and update interval settings