New Features
- add more label options in
bluetoothwidget b3771a7 - add
hide_if_ethernetoption inwifiwidget d3f7638 - add new commands for monitor information and reset in
CLIef8b5ee - add monitor exclusive mode functionality in
taskbarwidget 7e03662 - implement command handling for show, hide, and toggle bar 79cc7d7
- implement notification clearing functionality 7c0b61e
- add cycling through binding modes,
label-offlinecss class, better icon handling a2c998f - Fix button management logic and improve UWP app icon handling caf7e47
- add new widget to open vscode recent projects fc6a713
- implement auto-hide functionality for the bar 589da92
- add force option to stop command
CLI0f28dcc - add reload functionality and improve process management
cavawidget 6be1ed5 - enhance charging icon functionality and blinking effect
batterywidget 9f2f9a2 - implement language menu and keyboard layout switching cd9db28
- add waveform, monstercat, and waves parameters in
cavawidget 91cb1fb - include release channel in version output 9e6ee9f
Bugfixes
- properly close client connections in CliPipeHandler 78e07f7
- prevent multiple connection attempts to the websocket cd15542
- fix .NET app crash 2abefe9
- prevent string events from being emitted 53a7c8e
- improve charging icon handling and label update logic 223f7b4
- improve ethernet handling and visibility logic 6127fc1
- enhance error handling in SSL expiry check 2503835
- update label class based on alternate state 4c5b0cd
- update label class based on alternate state 851016e
- add support for UWP app icon 300dff7
- fix glitch of animation when using app icons 98b6fc6
- fix background glitch / better animation d5e5b66
- update callbacks description for brightness widget 9d1a28e
- disable media control buttons when not applicable 1a6faf4
- correct process name check in ignore logic a7fbdba
- update language code label class based on menu configuration 98e1ea0
- correct application name casing to match branding 896b1d0
Refactors
- reorganize ignored titles and classes 44910dc
- simplify show and hide bar animations 21852ac
- remove unused import of bar module ba68a08
- simplify charging icon blinking effect 55b8776
- remove DEBUG logging 7347b84
Documentation Changes
- add
hide_if_ethernetoption e47ba84 - add cycling through binding modes,
label-offlinecss class, better icon handling ff11c2d - add new widget to open vscode recent projects 89476cf
- add commands for showing, hiding, and toggling the status bar ac10d61
- update label option to include iso_language_code placeholder 39503a2
Chores
- update app icon and cover images a660eb6
- update shortcut names for consistency b9267d4
- update publish wiki trigger to use release events b9eb171
- update cover image d1b2154
- update build version to 1.7.5 89954d3
Other Changes
- Merge pull request #281 by szbmrk from szbmrk/feat/wifi-hide-if-ethernet ea1ea29
- Merge pull request #279 by Pitchaya-S from Pitchaya-S/bluetooth d4cb415
- Merge pull request #276 by szbmrk from szbmrk/feat/glazewm-binding-mode 1816da8
- Merge pull request #287 by amnweb from amnweb/feature/cli-bar-visibility ad16370
- Merge pull request #291 by Video-Nomad from Video-Nomad/fix/systray-app-crash-issue dd882d1
- Merge pull request #284 by Pitchaya-S from Pitchaya-S/komorebi-stack ddf29d7
- Merge pull request #298 by szbmrk from szbmrk/feat/vscode-recents c8ff81c
- Merge pull request #293 by Pitchaya-S from Pitchaya-S/komorebi-ws 7db6696
- Merge pull request #304 by Pitchaya-S from Pitchaya-S/komorebi-stack 649ebd7
What's Changed
- feat(wifi): add
hide_if_ethernetoption by @szbmrk in #281 - feat(bluetooth): add more label options by @pitchaya-s in #279
- feat(glazewm_binding_mode): cycling through modes,
default_iconoption,iconsoption, improved css classes by @szbmrk in #276 - feat(cli): implement command handling for show, hide, and toggle bar by @amnweb in #287
- fix(systray): fix .NET app crash by @Video-Nomad in #291
- feat(komorebi_stack): fix button management logic and improve UWP app icon handling by @pitchaya-s in #284
- feat(vscode): add new widget to open vscode recent projects by @szbmrk in #298
- fix(komorebi_workspaces): add support for UWP app icon by @pitchaya-s in #293
- fix(komorebi_stack): fix background glitch / better animation by @pitchaya-s in #304
Full Changelog: v1.7.4...v1.7.5