0.11.0Linux
Added 2
- Add HiDPI support for image module
- Add niri/workspaces, niri/window, and niri/language modules
Changed 4
- Walk up symlink chain for configuration files
- Accept default-node-changed signals from wireplumber even if only the node ID is changed
- Drop unnecessary getaddrinfo call in hyprland backend
- Send minimize geometry hints from taskbar
Fixed 8
- Fix setVisible for bar
- Shift only calendar in clock module
- Fix revealer hover regression in group module
- Handle offline CPUs and CPU hotplug
- Expand menu file path before opening it
- Fix crash caused by use-after-free of bar instance
- Check format-source before use
- Fix upower module selection with multiple devices
What's Changed
- bar: fix setVisible by @khaneliman in https://github.com/Alexays/Waybar/pull/3459
- Walk up Symlink Chain by @DomCristaldi in https://github.com/Alexays/Waybar/pull/3462
- Issue #3414/clock: Shift ONLY calendar by @RobertMueller2 in https://github.com/Alexays/Waybar/pull/3457
- group: fix revealer hover regression by @khaneliman in https://github.com/Alexays/Waybar/pull/3500
- flake.lock: Update by @github-actions in https://github.com/Alexays/Waybar/pull/3493
- Handle offline CPUs and CPU hotplug by @gergo-salyi in https://github.com/Alexays/Waybar/pull/3499
- fix #3490: expand menu file before opening it by @yangyingchao in https://github.com/Alexays/Waybar/pull/3494
- Accept "default-node-changed" signals from wireplumber, even if only the node ID is changed by @hacrvlq in https://github.com/Alexays/Waybar/pull/3511
- fix crash caused by use bar instance after it is freed (use-after-free) by @yangyingchao in https://github.com/Alexays/Waybar/pull/3531
- fix: check format-source before use by @ilpianista in https://github.com/Alexays/Waybar/pull/3534
- hyprland/backend: drop unnecessary getaddrinfo call by @alebastr in https://github.com/Alexays/Waybar/pull/3527
- taskbar: Send minimize geometry hints by @soreau in https://github.com/Alexays/Waybar/pull/3506
- chore: update power_profiles_daemon.cpp by @eltociear in https://github.com/Alexays/Waybar/pull/3585
- flake.lock: Update by @github-actions in https://github.com/Alexays/Waybar/pull/3555
- fix/upower: upower module selection with multiple devices by @3u13r in https://github.com/Alexays/Waybar/pull/3554
- feat: hidpi support for image module by @saveman71 in https://github.com/Alexays/Waybar/pull/3565
- Add niri/workspaces, niri/window, niri/language by @YaLTeR in https://github.com/Alexays/Waybar/pull/3551
New Contributors
- @DomCristaldi made their first contribution in https://github.com/Alexays/Waybar/pull/3462
- @gergo-salyi made their first contribution in https://github.com/Alexays/Waybar/pull/3499
- @hacrvlq made their first contribution in https://github.com/Alexays/Waybar/pull/3511
- @soreau made their first contribution in https://github.com/Alexays/Waybar/pull/3506
- @3u13r made their first contribution in https://github.com/Alexays/Waybar/pull/3554
- @saveman71 made their first contribution in https://github.com/Alexays/Waybar/pull/3565
- @YaLTeR made their first contribution in https://github.com/Alexays/Waybar/pull/3551
Full Changelog: https://github.com/Alexays/Waybar/compare/0.10.4...0.11.0