Skip to content

Releases: iKineticate/BlueGauge

0.3.1

11 Sep 17:34

Choose a tag to compare

建议更新软件!
It is recommended to update the software!

  • 修复(Fix:):修复了无电量服务的低功耗蓝牙设备被移除时错误判断为新添加设备的问题
    Fixed an issue where Bluetooth low-power devices with no battery service were mistakenly judged as new devices when they were removed
  • 修复(Fix:):修复了无电量服务的低功耗蓝牙设备被移除时发生崩溃问题
    Fixed a crash when Bluetooth low-power devices with no battery service were removed
  • 修复(Fix:):修复了菜单点击开机自启动时未设置成功的问题
    Fixed the issue that the menu clicked on the boot and failed to set successfully.
  • 修复(Fix):修复了从菜单无设备选择到选择任一设备时对自定义图标的存在未进行详细判断的问题
    Fixed the issue where there was no detailed judgment on the existence of a custom icon when selecting no device on the menu to selecting any device..
  • 其他(Other):防止重复启动(同名)软件
    Prevent repeated startup of software (same name)
  • 其他(Other):显著减少可执行程序的体积
    Significantly reduce the volume of executable programs

0.3.0

07 Sep 23:33

Choose a tag to compare

  • 性能提升 ( 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

0.2.8

06 Sep 07:31

Choose a tag to compare

  • 新功能 ( 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

0.2.6

10 Aug 09:53

Choose a tag to compare

  1. 对电量图标颜色添加了连接配色(连接为绿色,断开连接为红色)
    Added a connection color to the battery icon color (connection is green, disconnection is red)
  2. 支持添加自定义主题电量图标
    Support adding custom theme battery icons
  3. 支持自定义字体大小(建议使用默认64)
    Supports custom font size (the default 64 is recommended)
  4. 自动监测需显示电量图标设备
    Automatic monitoring requires a device that displays the battery level icon
  5. 性能优化
    Performance optimization
  6. 修复部分问题
    Fix some issues
connect disconnect

0.2.5

01 Aug 14:12

Choose a tag to compare

1、支持选择系统字体作为蓝牙图标电量,支持自定义字体颜色(操作:先勾选好需要显示电量的设备,然后打开托盘菜单--设置--打开配置--修改font_name = "系统字体名称,如 Microsoft YaHei UI" + 可选font_color = "十六进制颜色代码,如 #FFFFFF、#00D26A"(默认为FollowSystemTheme,字体颜色跟随系统主题),设置好后重新启动 BlueGauge 即可)
2、使用.toml代替.ini作为软件配置
3、移除了原默认蓝牙电量图标
4、修复部分问题

(一般下载x86_64版本,如果为arm64电脑请下载arm64版本,Debug版本用于协助调试查找BUG的)

  1. Supports selecting system fonts as Bluetooth icon power, and supports custom font color (operation: first check the device that needs to display the power, then open the tray menu --Settings--Open Config--Modify font_name = "System font name, such as Microsoft YaHei UI" + optional font_color = "Hex color code, such as #FFFFFF, #00D26A" (default is FollowSystemTheme, and the font color follows the system theme), and restart BlueGauge after setting it)
  2. Use .toml instead of .ini as software configuration
  3. Removed the original default Bluetooth battery icons
  4. Fix some problems

0.2.1

28 Jul 16:37

Choose a tag to compare

0.2.1:

  1. 托盘添加更新(蓝牙)信息菜单按钮
    Add Update (Bluetooth) Information menu button in the tray
  2. 修复了一些问题
    Fixed some issues

0.2.0:

  1. 托盘支持显示指定蓝牙设备电量图标(跟随系统主题)
    The tray supports displaying the specified Bluetooth device battery icon (follow the system theme)
  2. 托盘蓝牙电量图标支持自定义,在BlueGauge.exe目录中创建assets目录,然后在其中添加0.png ~ 100.png即可
    The tray Bluetooth battery icon supports customization. Create the asset's folder in the BlueGauge.exe directory, and then add 0.png ~ 100.png to it
  3. 修复了一些问题
    Fixed some issues

0.2.0

26 Jul 18:15

Choose a tag to compare

  1. 托盘支持显示指定蓝牙设备电量图标(跟随系统主题) The tray supports displaying the specified Bluetooth device battery icon (follow the system theme) 2. 托盘蓝牙电量图标支持自定义,在BlueGauge.exe目录中创建assets目录,然后在其中添加0.png ~ 100.png即可 The tray Bluetooth battery icon supports customization. Create the assets folder in the BlueGauge.exe directory, 和 then add '0.png' ~ '100.png' to it 3. 修复了一些问题 Fixed some issues

0.1.2

11 Feb 16:00

Choose a tag to compare

  • 设置:开机自启动——Setting:Auto start
  • 设置:更新信息间隔时间——Setting:Update interval
  • 设置:显示未连接的设备——Setting:Shows unconnected devices
  • 设置:限制设备名称长度——Setting:Truncate devices Name
  • 设置:更改电量显示位置——Setting:Changing the device power location
  • 设置-通知:静音通知——Setting-notice:Mute notice
  • 设置-通知:低电量时通知——Setting-notice:Low battery notice
  • 设置-通知:重新连接时通知——Setting-notice:Notification when reconnecting the device
  • 设置-通知:断开连接时通知——Setting-notice:Notification when disconnecting the device
  • 设置-通知:添加设备时通知——Setting-notice:Notification when adding a new device
  • 设置-通知:移除设备时通知——Setting-notice:Notification when moving a new device

v0.1.1

29 Aug 12:33

Choose a tag to compare

feat: use FindAllAsyncAqsFilter instead of FindAllAsync for Bluetooth device discovery

Please download the appropriate version based on your system architecture:

  • For Windows users running x86_64 architecture, please download BlueGauge-x86_64-windows.zip.
  • For Windows users running ARM64 architecture (e.g., Windows on ARM devices), please download BlueGauge-arm64-windows.zip.

请根据您的系统架构下载相应的版本:

  • 对于运行 x86_64 架构的 Windows 用户,请下载 BlueGauge-x86_64-windows.zip
  • 对于运行 ARM64架构的 Windows 用户(例如 Windows on ARM 设备),请下载 BlueGauge-arm64-windows.zip

v0.1.0

28 Aug 10:12

Choose a tag to compare

Please download the appropriate version based on your system architecture:

  • For Windows users running x86_64 architecture, please download BlueGauge-x86_64-windows.zip.
  • For Windows users running ARM64 architecture (e.g., Windows on ARM devices), please download BlueGauge-arm64-windows.zip.

请根据您的系统架构下载相应的版本:

  • 对于运行 x86_64 架构的 Windows 用户,请下载 BlueGauge-x86_64-windows.zip
  • 对于运行 ARM64 架构的 Windows 用户(例如 Windows on ARM 设备),请下载 BlueGauge-arm64-windows.zip