0.2.5
1、支持选择系统字体作为蓝牙图标电量,支持自定义字体颜色(操作:先勾选好需要显示电量的设备,然后打开托盘菜单--设置--打开配置--修改font_name = "系统字体名称,如 Microsoft YaHei UI" + 可选font_color = "十六进制颜色代码,如 #FFFFFF、#00D26A"(默认为FollowSystemTheme,字体颜色跟随系统主题),设置好后重新启动 BlueGauge 即可)
2、使用.toml代替.ini作为软件配置
3、移除了原默认蓝牙电量图标
4、修复部分问题
(一般下载x86_64版本,如果为arm64电脑请下载arm64版本,Debug版本用于协助调试查找BUG的)
- 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--Modifyfont_name = "System font name, such as Microsoft YaHei UI"+ optionalfont_color = "Hex color code, such as #FFFFFF, #00D26A"(default isFollowSystemTheme, and the font color follows the system theme), and restart BlueGauge after setting it) - Use
.tomlinstead of.inias software configuration - Removed the original default Bluetooth battery icons
- Fix some problems