- Update to version 0.9.18:
* fix: battery time remaining
* Sway window newstyles
* fix(wireplumber): waybar crashes when default node changes
* get_desktop_app_info: fix crash on failed DesktopAppInfo::create
* hyprland/submap: run initial render on startup
* GCC 13 and C++20 support
* Allow any module to implement signal handling
* modules/custom: Added percentage rounding
* Sanitize hyprland language string only instead of the whole format
* Year calendar
* Clock. Proper handletoggle propagation
* Clock. Formating simplify
* Image module CSS fix
* Fix kbName initialization
* fix(wireplumber): free(): invalid pointer
* When no one timezone is provided use system's TZ
* Fixing memory leak on update UPower tooltip
* Clock. Calendar. Avoid of unnecessary string transformation
* Backlight: add brightness control
* Set Image path from executable file (Image Module)
* Remove repeated "the" and fix some typos
* AModule implements module actions call
* add river/layout
* feat(sway): add workspace css class
* Revert "feat(sway): add workspace css class"
* AModule enable_click & enable_scroll
* Clock tz try catch
* group module: configurable orientation
* Happy clang
* fix: mpd bug paused with no song.
* Wireplumber: Free the default node name
* refactor: make linter happy.
* config:output:Allow multiple exclusions & wildcard
* custom module: free memory returned by libc's getline
* modules/clock: fix calendar shift in months with 31 days
* mpris: add tooltip, length limits, position tag
* wlr-taskbar: allow sorting by app_id
* [hyprland/language] Add more format replacements.
* sway/window: Rewrite entire format output instead of just the title
* mpris: fix css class application
* Generate wireplumber module man page
* Made use of node_id_
* today style not applied to new date 1 day after starting waybar
* Cava module
* pulseaudio apply states
* backlight: support tooltip
* mpris: fix non-dynamic tags not being html escaped
* Persistent workspaces for [wlr/workspaces]
* Add DWL tags module
* fix: use getaddrinfo() instead of gethostbyname()
* river/tags: refactor to support special purpose tags
* Fix hyprland language initialization problem
* network: detect if link is p2p and use local addr
* cava: shared library is not found
* [wlr/workspaces] Separate CSS class for empty persistent workspaces
* Add persistent format-icon to wlr/workspaces
* mpris: Hide label if empty
* mpris: Fix incorrect format replacement names
* File descriptor handling bugs
* Fix SEGFAULT in battery module
* Update to new ipc version
- Disable cava module due to missing libcava
- Drop 0000-replace-gethostbyname-getaddrinfo.patch (fixed upstream)
- Drop 0001-require-date-dependency.patch (changed upstream)
- Drop ca9d237b00b4d01f341b0d7bc938afb10a4f8cad.patch (fixed upstream)
OBS-URL: https://build.opensuse.org/request/show/1089663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=44
- Update to version 0.9.18:
* fix: battery time remaining
* Sway window newstyles
* fix(wireplumber): waybar crashes when default node changes
* get_desktop_app_info: fix crash on failed DesktopAppInfo::create
* hyprland/submap: run initial render on startup
* GCC 13 and C++20 support
* Allow any module to implement signal handling
* modules/custom: Added percentage rounding
* Sanitize hyprland language string only instead of the whole format
* Year calendar
* Clock. Proper handletoggle propagation
* Clock. Formating simplify
* Image module CSS fix
* Fix kbName initialization
* fix(wireplumber): free(): invalid pointer
* When no one timezone is provided use system's TZ
* Fixing memory leak on update UPower tooltip
* Clock. Calendar. Avoid of unnecessary string transformation
* Backlight: add brightness control
* Set Image path from executable file (Image Module)
* Remove repeated "the" and fix some typos
* AModule implements module actions call
* add river/layout
* feat(sway): add workspace css class
* Revert "feat(sway): add workspace css class"
* AModule enable_click & enable_scroll
* Clock tz try catch
* group module: configurable orientation
* Happy clang
* fix: mpd bug paused with no song.
* Wireplumber: Free the default node name
* refactor: make linter happy.
* config:output:Allow multiple exclusions & wildcard
* custom module: free memory returned by libc's getline
* modules/clock: fix calendar shift in months with 31 days
* mpris: add tooltip, length limits, position tag
* wlr-taskbar: allow sorting by app_id
* [hyprland/language] Add more format replacements.
* sway/window: Rewrite entire format output instead of just the title
* mpris: fix css class application
* Generate wireplumber module man page
* Made use of node_id_
* today style not applied to new date 1 day after starting waybar
* Cava module
* pulseaudio apply states
* backlight: support tooltip
* mpris: fix non-dynamic tags not being html escaped
* Persistent workspaces for [wlr/workspaces]
* Add DWL tags module
* fix: use getaddrinfo() instead of gethostbyname()
* river/tags: refactor to support special purpose tags
* Fix hyprland language initialization problem
* network: detect if link is p2p and use local addr
* cava: shared library is not found
* [wlr/workspaces] Separate CSS class for empty persistent workspaces
* Add persistent format-icon to wlr/workspaces
* mpris: Hide label if empty
* mpris: Fix incorrect format replacement names
* File descriptor handling bugs
* Fix SEGFAULT in battery module
* Update to new ipc version
- Disable cava module due to missing libcava
- Drop 0000-replace-gethostbyname-getaddrinfo.patch (fixed upstream)
- Drop 0001-require-date-dependency.patch (changed upstream)
- Drop ca9d237b00b4d01f341b0d7bc938afb10a4f8cad.patch (fixed upstream)
OBS-URL: https://build.opensuse.org/request/show/1089596
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=104
- Remove `changesgenerate` service
Upstream provides a better changelog than the one this service is able to
generate from git commits.
- Update to version 0.9.17:
* Add image module
* Upower click
* feat: add icon support to the wireplumber module
* fix: wireplumber module when used with a bluetooth device
* Allow the calendar month scrolling to be inverted
* User Module: added file existence check
* Don't search "Keyboard at" from hyprland/language
* Hide module if text resolves to being empty
* fix AIconLabel spacing between image and label
* feat(battery): add macsmc-battery time remaining support
* fix(calendar week numbers)
* fix(battery): ignore non-system power supplies
* Calendar week numbers
* format-calendar-weeks won't accept format strings
* Fix hyprland language initialization issues
* Minor refactorings and formatting fixes for hyprland language module
* Implement hyprland submap module
* Fix wrong layout name in hyprland language module when a variant is used
* modules/clock: improve ux when calendar_shift is used
* sway,feat: allow alphabetical sort
* fix: cpu_load pushed twice to the vector
* Add mpris module
* Activate CI for mpris module
* Fix GTK crash due to wlr/workspace module upon reconnecting monitor
OBS-URL: https://build.opensuse.org/request/show/1058639
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=100
- Fix: actually use the date library dependency provided by hhdate
Currently packaged waybar is silently using a fallback version of the clock without fancy format strings, so that e.g. the calendar tooltip does not work. This was not obvious to me when I moved the date library dependency to its own hhdate package, and I am rectifying this now.
OBS-URL: https://build.opensuse.org/request/show/1042785
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=97
- Update to version 0.9.16:
* Revert breaking changes introduced in 0.9.14
* button: Remove AButton class
* modules: Revert button to label
* Battery: "Plugged" status for TLP settings
* fix: don't escape mpd label twice
* Make backlight module respect format- config
* feat(backlight): hide if the display is powered off
* Do not crash when a monitor is removed
* normalize capacity by number of batteries
* clicking on the user label opens the default file manager
* User module: fix call parent event handle, added command to open user folder
* Recognize outputs with 'bluez' in monitor name as bluetooth class
* feat: wireplumber support
* fix custom module leaves zombie processes behind when bars are removed
* Fix crashes when using named workspaces in Hyprland
OBS-URL: https://build.opensuse.org/request/show/1039015
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=84
- Update to 0.9.15:
* Added gamemode man file to meson #1566
* upower: unbreak build on libc++ systems (FreeBSD, OpenBSD, Chimera) #1567
* fix: vertical bar not anchored when width is set #1571
* fixes bluetooth module #1576
* Advertise river modules #1578
* river/mode: new module in #1579
* README.md: add river/mode to feature list in #1580
* Add total bandwidth formatting options #1575
* Retain instance name css class for custom modules #1588
* pulseaudio: avoid retaining outdated form factor #1590
* Last weekday applies Unix fmt #1599
* New Gentoo CI #1612
* CI: upgrade FreeBSD version to avoid future breakage #1621
* battery: fix wrong definition for "format" #1624
* Language: Add layout as class name #1628
* fix: adapt to fmt 9.0.0 breaking changes #1617
* CI: prevent FreeBSD breakage in future #1637
* Added UPower to README #1638
* sni: Use the pixmap if for the given icon name an icon could not be found #1627
* mpd: add filename formatter #1631
* Added a Hyprland backend and a Window module #1656
* Feature: sway/window can show 'shell' parameter #1651
* #1591 river escape window and mode #1668
* fix(network): dont escape essid in tooltip #1669
* scale icons for HiDPI monitor #1670
* style(lint): fix some files lint #1672
* add JACK module #1653
* Added a basic hyprland/language module #1657
* Add 'max-volume' option to pulseaudio #1659
OBS-URL: https://build.opensuse.org/request/show/1033009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=38
* Added gamemode man file to meson #1566
* upower: unbreak build on libc++ systems (FreeBSD, OpenBSD, Chimera) #1567
* fix: vertical bar not anchored when width is set #1571
* fixes bluetooth module #1576
* Advertise river modules #1578
* river/mode: new module in #1579
* README.md: add river/mode to feature list in #1580
* Add total bandwidth formatting options #1575
* Retain instance name css class for custom modules #1588
* pulseaudio: avoid retaining outdated form factor #1590
* Last weekday applies Unix fmt #1599
* New Gentoo CI #1612
* CI: upgrade FreeBSD version to avoid future breakage #1621
* battery: fix wrong definition for "format" #1624
* Language: Add layout as class name #1628
* fix: adapt to fmt 9.0.0 breaking changes #1617
* CI: prevent FreeBSD breakage in future #1637
* Added UPower to README #1638
* sni: Use the pixmap if for the given icon name an icon could not be found #1627
* mpd: add filename formatter #1631
* Added a Hyprland backend and a Window module #1656
* Feature: sway/window can show 'shell' parameter #1651
* #1591 river escape window and mode #1668
* fix(network): dont escape essid in tooltip #1669
* scale icons for HiDPI monitor #1670
* style(lint): fix some files lint #1672
* add JACK module #1653
* Added a basic hyprland/language module #1657
* Add 'max-volume' option to pulseaudio #1659
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=82
- Update to 0.9.13:
* use moon phases for backlight format-icons #1478
* Use user-defined mode when toggling visibility rather than resetting to default #1479
* sway/language: Load exotic xkb rules too #1480
* Battery module. Gamepads support #1481
* Hide/Unhide temperature module when "format*" is empty. #1485
* feat: added network speed in Bytes #1489
* Upower module #1484
* Add option to display week number on calendar #1315
* Upower fixes#1493
* Battery module support for rk817 #1495
* Waybar. Issue#1068. Double/Triple events #1499
* refactor: change enum ipc_command_type to uint32_t #1516
* Add disabled bluetooth style #1518
* #1315. Add option to display week number on calendar #1492
* Sway/window: Only update icon from main thread #1522
* sway/window: Allow the user to change the size of the app icon #1523
* bar: don't set layer-shell anchor for edges when width is not 'auto' #1524
* Replace sleep_until with sleep_for to prevent clock from getting stuck with system time adjustment #1500
* Show hidden bar #1510
* Backlight: avoid crash on getting brightness fails #1530
* Add a config to set a timeout for the idle_inhibitor module #1454
* network: calculate bandwidth for current interface #1527
* feat: extend bluetooth module #1540
* Add classes to individual keyboard state labels #1551
* Calendar module: localization issue #1552
* Prevent segfault in getCpuFrequency #1563
* Issue#1556. Battery module: a lot of warnings when battery dissapears #1557
* Gamemode Module #1554
* Calendar module: localization issue #1552#1555
* sway/window: Add heuristics for finding icons #1525
* River Window Module #1562
OBS-URL: https://build.opensuse.org/request/show/978870
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=72
* Update network.cpp
* Fixed English mechanics: grammar, punctuation, and styling.
- Update to 0.9.11:
* Update waybar-sway-window.5.scd
* refactor: disable icon by default
* man: document icon in sway/window module
* Feature Clock: show list of time in other timezones in a tooltip
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=70
- Update to 0.9.10:
* avoid use-after-free in lambda
* style.css: add fontawesome to beginning of font list
* Fix remaining posix compatability issues in keyboard_state
* Don't use gnu extensions which are too new for debian and ubuntu
* Make error messages portable
* Improve keyboard_state error messages
* limit cpu load figure to 2 points
* Add 1 to songPosition in the MPD module
* fix#1431: audio output does not update on unplug
* move Glib ustring format helper to utils
* remove duplicated string manipulation methods
* ltrim and rtrim take argument by const-ref
* make functions in header file inline
* Update man page clock module - tooltip
* Fix disabled tooltip on clock module
* Update spotify example to work on copy paste
* Properly initialize distance_scrolled members.
* Fix Typo in Example for sway/mode
* Add config option "reverse-direction"
* use pack_end instead of pack_start
* sway/language: fix segmentation fault for layouts not found in XKBContext
* Show application icon when using sway window module
* battery: read status with spaces
* Use locale when formatting clock
* fix(man): add missing newlines to wlr docs.
* created a hotfix for libfmt-8.1.0 and above
* removed commented useless runtime errors
* changing want_route_dump to default to true, since we say we have gwaddr support
* maybe we shouldn't actually runtime error, but still doing a check
OBS-URL: https://build.opensuse.org/request/show/959817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=32
* avoid use-after-free in lambda
* style.css: add fontawesome to beginning of font list
* Fix remaining posix compatability issues in keyboard_state
* Don't use gnu extensions which are too new for debian and ubuntu
* Make error messages portable
* Improve keyboard_state error messages
* limit cpu load figure to 2 points
* Add 1 to songPosition in the MPD module
* fix#1431: audio output does not update on unplug
* move Glib ustring format helper to utils
* remove duplicated string manipulation methods
* ltrim and rtrim take argument by const-ref
* make functions in header file inline
* Update man page clock module - tooltip
* Fix disabled tooltip on clock module
* Update spotify example to work on copy paste
* Properly initialize distance_scrolled members.
* Fix Typo in Example for sway/mode
* Add config option "reverse-direction"
* use pack_end instead of pack_start
* sway/language: fix segmentation fault for layouts not found in XKBContext
* Show application icon when using sway window module
* battery: read status with spaces
* Use locale when formatting clock
* fix(man): add missing newlines to wlr docs.
* created a hotfix for libfmt-8.1.0 and above
* removed commented useless runtime errors
* changing want_route_dump to default to true, since we say we have gwaddr support
* maybe we shouldn't actually runtime error, but still doing a check
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=68
- Update to 0.9.9:
* resources: don't break tray icon checkboxes via CSS
* chore: add `tzdata` to the alpine builder
* fix(util): make waybar_time formatter compatible with fmt 8.1.0
* chore: bump supported fmt ver to 7.0.0
* fix: match sway workspace order with sway one
* fix: Missing tasks
* Add `fixed-center` option
* add to network module - signalStrengthApp shows what applications can run at current signal strength
* change frequency to GHz
* change signal strength to penalize overly strong signals
* man: Add waybar-inhibitor man page
* Add logind feature, with its 'inhibitor' module
* bar: Fix crash when unplugging HDMI
* Adjust max wifi strength that is possible
* Allow sink in addition to source for pulse icon
* feat(bar): allow customization of bar modes
* fix(swaybar-ipc): avoid unnecessary copy of struct swaybar_config
* mediaplayer.py: Exit properly on SIGPIPE
* Checking if emoji byte doesn't get out of bounds
* Add {flag} format replacement
* fix(bar): handle ipc connection errors.
* Fix sort
* fix(swaybar-ipc): better logs
* doc: document swaybar ipc options, `ipc` and `id`
* river/tags: Add possibility for mouse clicks
* Ensure MPD volume is not negative
* Fix divide by zero (#1303)
* Fix Clock crash on empty string in timezones field
* sway/window: include floating_nodes when considering window count for class
* fix(tray): fix visibility of Passive items
* Update catch2 dependency 2.13.3 -> 2.13.7
* Add cpu usage for every core
* sway/language: remove tabs, indent with 2 spaces
* Revert "Add CPU usage for every core"
* fixed wrong dependency for make target
* Add CPU usage for every core
* fix(config): preserve explicit null when merging objects
* added support for the {gwaddr} variable
* round brightness
* Only use g_memdup2 for glib >= 2.68
* Switch network module to read /proc/net/dev
* Fix memory leak and data race
* Fix tray icon scaling on multi-display setups
* Fix leak
* Add shortDescription
* feat(swaybar-ipc): handle visibility_by_modifier update
* feat(swaybar-ipc): handle mode update
* feat(swaybar-ipc): add swaybar IPC client
* feat(client): store bar_id argument
* feat(bar): attach CSS class `mode-{mode}` to window when setting mode
* feat(bar): use "default" mode to store global options
* feat(bar): store modes as a map of presets
* feat(bar): support swaybar `mode` for configuring window
* test(util): add tests for SafeSignal
* feat(util): optimize SafeSignal for events from the main thread
* fix(util): avoid creating temporary functor for each event
* feat(util): SafeSignal class for cross-thread signals with arguments
* Fix docs typos Add removing buttons Adjust handling multiple outputs.
* Add docs and adjust sorting
* Finish base implementation
* Add formatting and states handling
* Add base name representation
* disk: make used calculation match df(1) output
OBS-URL: https://build.opensuse.org/request/show/946362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=30
* resources: don't break tray icon checkboxes via CSS
* chore: add `tzdata` to the alpine builder
* fix(util): make waybar_time formatter compatible with fmt 8.1.0
* chore: bump supported fmt ver to 7.0.0
* fix: match sway workspace order with sway one
* fix: Missing tasks
* Add `fixed-center` option
* add to network module - signalStrengthApp shows what applications can run at current signal strength
* change frequency to GHz
* change signal strength to penalize overly strong signals
* man: Add waybar-inhibitor man page
* Add logind feature, with its 'inhibitor' module
* bar: Fix crash when unplugging HDMI
* Adjust max wifi strength that is possible
* Allow sink in addition to source for pulse icon
* feat(bar): allow customization of bar modes
* fix(swaybar-ipc): avoid unnecessary copy of struct swaybar_config
* mediaplayer.py: Exit properly on SIGPIPE
* Checking if emoji byte doesn't get out of bounds
* Add {flag} format replacement
* fix(bar): handle ipc connection errors.
* Fix sort
* fix(swaybar-ipc): better logs
* doc: document swaybar ipc options, `ipc` and `id`
* river/tags: Add possibility for mouse clicks
* Ensure MPD volume is not negative
* Fix divide by zero (#1303)
* Fix Clock crash on empty string in timezones field
* sway/window: include floating_nodes when considering window count for class
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=66
- Update to 0.9.8:
* Fix incorrect tray icon scaling
* Don't start if graphical-session is not running
* feat(tray): handle Status property
* feat(tray): handle scroll events
* feat(tray): fallback to Title for items without ToolTip
* feat(tray): implement tooltips (text only) for tray items
* refactor(tray): infer changed properties from signal name
* fix(tray): ignore unused WindowId property
* Fix blurry tray icons for HiDPI displays
* Remove unused variable
* Add man page for keyboard_state module
* Search for device automatically if none given
* Add default style
* Update css class when locked/unlocked
* Add more configuaration
* Basic keyboard state module
* Fix pulseaudio icon name compilation error
* pulseaudio: Control currently running sink
* Support per-device icon in pulseaudio
* Improve sway/language
* Do not fail to parse a multi-bar config
* libfmt >=8.0.0 compatibility
* Add include man section
* Workaround for circular imports
* Proper formatting
* Add recursive config includes
* fix(util): protect std::condition_variable methods from pthread_cancel
* network: Fix mix use of default and state specific format
* network: Fix one case where default route is deleted without notification
OBS-URL: https://build.opensuse.org/request/show/912430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=28