Skip to content

0.2.5

Choose a tag to compare

@iKineticate iKineticate released this 01 Aug 14:12
· 197 commits to main since this release

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