File waybar.changes of Package waybar

-------------------------------------------------------------------
Sat Aug 20 23:01:43 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>

- Enabled "experimental" features

-------------------------------------------------------------------
Sat Jun  4 01:04:10 UTC 2022 - Arnav Singh <opensuse@arnavion.dev>

- Recreate source tarball with submodules downloaded as before.
  Otherwise the clock module was replaced with the simpleclock module
  because libdate subproject was missing.

-------------------------------------------------------------------
Tue May 24 06:52:59 UTC 2022 - Denys Kondratenko <stdden@opensuse.org>

- 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

-------------------------------------------------------------------
Thu Mar 10 09:58:22 UTC 2022 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.12:
  * Update network.cpp
  * Fixed English mechanics: grammar, punctuation, and styling.

-------------------------------------------------------------------
Thu Mar 10 09:57:45 UTC 2022 - Michael Vetter <mvetter@suse.com>

- 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

-------------------------------------------------------------------
Mon Mar  7 09:47:52 UTC 2022 - Michael Vetter <mvetter@suse.com>

- 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
  * explicitly checking for errors to silence unused variable warnings when writing to fd
  * Add man
  * Add swap flags

-------------------------------------------------------------------
Wed Feb 16 16:21:53 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>

- Use g++-11 when building in Backports/Leap 15.4 since otherwise
  the compiler is too old.

-------------------------------------------------------------------
Mon Jan 10 16:16:47 UTC 2022 - Michael Vetter <mvetter@suse.com>

- 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

-------------------------------------------------------------------
Wed Dec  8 16:59:46 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

- Declare g++ >= 8 is needed for building.

-------------------------------------------------------------------
Mon Aug 16 14:25:05 UTC 2021 - Michael Vetter <mvetter@suse.com>

- 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
  * network: Handle ip route priority
  * network: Also clear ifname in clearIface()
  * network: Parse whole RTM_NEWROUTE msg before interpreting it
  * sway-language: ignore events with empty layout
  * network: Update WiFi information when available
  * network: Fix use of carrier information
  * doc: add man for exclusive and passthrough flags
  * feat(bar): add config flag to disable exclusive zone
  * feat(bar): add config flag for pointer event passthrough
  * Add options to use a .json extension for the config filename
  * network: Handle carrier information
  * network: Rework interface auto detection, handle route change events
  * network: Rework address lookup to use only events
  * network: Rework initial interface search by using a dump
  * network: Read all available messages on ev_sock_
  * network: Start the module with some text in the label_
  * network: Initialise cidr_ like clearIface() does
  * Fix power calculation when battery units are in μA instead of μW
  * fix: incorrect battery percentage on Pinebook Pro
  * fix: bluetooth status tooltip
  * rewriteTitle: allow multiple sequential rewrites
  * [modules/battery] allow format-discharging-full
  * [modules/pulseaudio] fix bluetooth class for PipeWire
  * Document changes in manpage
  * Catch exception on erroneous rules
  * Add option to rewrite sway/window title
  * feat: implement mpd volume format template
  * Remove exceed protected
  * Add ignore-list param to wlr/taskbar
- Remove waybar-0.9.7-fmt-compat.patch: upstreamed

-------------------------------------------------------------------
Tue Jul 13 09:50:00 UTC 2021 - Michael Vetter <mvetter@suse.com>

- bsc#1188200 - waybar undefined symbol:
  Add waybar-0.9.7-fmt-compat.patch

-------------------------------------------------------------------
Mon Apr 19 12:01:41 UTC 2021 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.7:
  Changed:
  * Improve Pulseaudio sink/source separation
  * [Module CPU] fix crash due to empty frequencies

-------------------------------------------------------------------
Mon Apr 19 12:00:29 UTC 2021 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.6:
  Added:
  * Implement support for reloading of config files. #842
  * Add simpleclock as fallback when hhdate is not available #903
  * Add option 'tag-labels' to river/tags #980
  * Add "tooltip-format" to temperature module #891
  * Support format-{state} for cpu/disk/memory #881
  * Allow customization of battery module tooltip #830
  * Add an option to use battery design capacity #964
  * Add power formatter to battery module #996
  * Add a way to configure auto_back_and_forth on Sway workspaces #1014
  * Terminate custom module scripts on exit #1032
  * Add length limits for MPD module tags #1002
  * Add style for battery state "plugged" #1056
  * Add default styling for disk module #1051
  * Add cpu min/max/avg frequencies #1037
  Changed:
  * Fix Sway #waybar.solo CSS rule applying on split #946
  * Fix for group module selectors when bar is vertical #959
  * Added waybar_output.identifier support. #956
  * Fixing logic in getIcon #965
  * Fix issues in wlr/taskbar #969
  * Fix duplicate bars on xdg_output property changes #992
  * Update waybar-bluetooth.5.scd #1003
  * Improved wlr/taskbar icon search. #1006
  * [calendar] CJK locale formatting #1007
  * [wlr/taskbar] More icon search improvements. #1011
  * [wlr/taskbar] Fix unhandled exception crash when icon name is a path. #1018
  * [wlr/taskbar] Check StartupWMClass #1021
  * Disable Idle Inhibitor module if unsupported #1026
  * Rfkill code refactoring #1015
  * Configure systemd.service file to allow reloading #1036
  * fix: schedule output destruction on idle callback #1035
  * Fix: CPU load values #1050
  * meson.build: add missing waybar-sway-language manpage #1052
  * Use the correct battery status when multiple batteries are present #1061
- Remove 1015-rfkill_code_refactoring.patch: upstreamed

-------------------------------------------------------------------
Sun Mar 14 17:16:27 UTC 2021 - Matej Cepl <mcepl@suse.com>

- Add 1015-rfkill_code_refactoring.patch to avoid
  gh#Alexays/Waybar#994 and boo#1183499.

-------------------------------------------------------------------
Mon Jan  4 10:35:11 UTC 2021 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.5:
  https://github.com/Alexays/Waybar/compare/0.9.4...0.9.5

-------------------------------------------------------------------
Mon Sep 21 21:02:16 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.4:
  Added:
  * Add option for no workspace switch on click #817
  * Add IDs to sway workspace buttons for CSS styling #819
  * Add ability to switch timezones on scroll #821
  * MPD: Add song position and queue length
  * Add an "exec-on-event" config for the custom module #851
  * Add format for memory tooltip #847
  Changed:
  * Fixed a signal issue with custom modules #778
  * Switch workspace on mouse-down to match swaybar #800
  * Taskbar string fixes #798
  * Systemd now using standard targets #801
  * Fixed fmt crash after update #813
  * Rfkill is now optional #823
  * Fixed network status update #861
  * Fix resizing of the bar with gtk-layer-shell #824
  * Fix, prevent line breaks in ellipsized labels #828
  * Fix "restart-interval" in the custom module #840
  * Allow enabing pango markup in the taskbar string #814

-------------------------------------------------------------------
Thu Aug  6 05:56:55 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.3:
  Added:
  * FreeBSD support tada #425
  * Taskbar module tada #692
  * Added an on-update option to all modules #402
  * Network: Added Rfkill status #568
  * Bluetooth: Basic new module #568
  * Added a way to exclude specific output #596
  * Temperature: Add kelvin-scale #683
  * sway/workspaces: Added current_output CSS class #693
  * River status module #745
  Changed:
  * Fixed AMD brightness e01a081
  * Fixed full-at #680
  * sway/workspaces: sort by the "num" property provided by sway #696
  * Clock: prefer default fmt format when not using a timezone #715
  * Fixed exec-if hidding 3b16946
  * Fixed SIGSEV/BLOCKING bar while changing/removing output 6e7f22a
  * Battery: add check for battery type 401ea05
  * Fixed Workspace back and forth unwanted behavior 0080feb
  * Fixed persistent workspace position #783
  * Network: make nl80211 dep optional fb8cda9
  * Updated date, gtk-layer-shell subproject #797, Fixes #776 #780 #530 #750

-------------------------------------------------------------------
Sat Jun  22 17:11:07 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>

- package shouldn't require specific branding version, just a package

-------------------------------------------------------------------
Sat Jun  6 07:29:07 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>

- Add separate branding package

-------------------------------------------------------------------
Sun Apr 12 21:33:24 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.2:
  Added:
  * Battery: full-at config, define the max percentage of
    the battery #649
  Changed:
  * Support libc++ >=9.0.0 #583
  * Sway: add missing unordered_map include #584
  * Network: fix label text not updated properly when formats
    contain Unicode characters #589
  * Pulseaudio: Fix alt #592
  * Pulseaudio: track default source/sink changes #599
  * Tray: Use the same StatusNotifierWatcher for all trays #598
  * Pulseaudio: track only the default sink and source #603
  * Systemd service: fix start up ordering #612
  * Fix: set exclusive zone early for gtk-layer-shell #613
  * Readme: ubuntu dependencies #615
  * Temperature: Added support for absolute device paths #624
  * Switch default Makefile rule from run to build #625
  * Memory: provide better free memory approximation on old kernel #629
  * Pulseaudio: fallback to default muted format 9acf558
  * Custom: restore SIGCHLD settings to SIG_DFL #636
  * Custom: check WIFEXITED ec451b5
  * Pulseaudio: Start wait for server #651
  * Sway/Workspaces: default value unstripped, add value format option 27fbea2

-------------------------------------------------------------------
Wed Mar 25 17:19:24 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>

- Update to 0.9.1:
  Added
  * Clock: Add timezone support tada #560
  * Clock: Current month calendar in tooltip tada#570
  * Mpd: add paused format string #543
  Changed:
  * Network: hide on empty format c885be3
  * Mediaplayer: Show title if artist isn't available #534
  * Fixed: WindowId recieves 'u' #536
  * Man: adding and clarification of configuration options #541
  * Add info on "on-click-middle" option to custom module man page #529
  * Network: add missing include #546
  * Tray: Keep aspect ratio when scaling tray icons #548
  * Fixed SIGSEGV on Monitor Disconnect/Connect #555 #578
  * Pulseaudio: Use PA_PROP_DEVICE_FORM_FACTOR for device icon #550
  * Pulseaudio: Adapt icon names to form factors #571 #577
  * Clock: lower precision of zoned_time to avoid fractional seconds in output #579
- new 'date' library added to the sources archive
  * added to the subprojects dir with 'meson subprojects download'
  * it is a dependency for the Clock
  * https://github.com/Alexays/Waybar/issues/594
- changing Sources to local archive as it packs additional `date` submodule
  * OBS checks would fail if it points to the exernal sources

-------------------------------------------------------------------
Sat Dec 28 13:26:47 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Add dependency on systemd and new gtk-layer-shell-devel

-------------------------------------------------------------------
Sat Dec 28 12:17:51 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Update to 0.9.0:
  Added:
  * Use GTK Layer Shell for working Popups #441
  * Disk module #471
  * Man pages option #443
  * Battery: format time #455
  * Systemd user unit #460
  * Detect timezone changes #480
  * Pulseaudio: export desc as a format #507
  * Toggle opacity #510
  Changed:
  * Fix man memory description #444
  * Fix output typo #445
  * Fix typo: persistant -> persistent #446
  * Fix exclusive zone #447
  * Network: clamp signal strength 334bc1e
  * MPD: take lock in waitForEvent to prevent SIGABORT #467
  * Pulseaudio: audio scroll bound #475

-------------------------------------------------------------------
Thu Dec 19 16:16:29 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

- BuildRequire pkgconfig(libudev) instead of libudev-devel:
  Allow OBS to shortcut through the -mini flavors.

-------------------------------------------------------------------
Mon Sep 23 17:47:41 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

- Pkgconfigy spec, ensure the correct BuildRequires are pulled in.

-------------------------------------------------------------------
Tue Sep  3 10:50:04 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>

- Add scdoc build dependency for generating waybar man pages

-------------------------------------------------------------------
Fri Aug 30 08:34:25 UTC 2019 - mvetter@suse.com

- Update to 0.8.0:
  Added:
  * Manual #431
  * Muted bluetooth format #429
  * Support sway/mode pango markup #442
  Changed:
  * Fixed fmt 6.0.0 breakup #439
  * Fixed stack-use-after-return8f9e6c1
  * Fixed Tray dbusmenu delay and initial render #438

-------------------------------------------------------------------
Tue Aug 20 07:28:07 UTC 2019 - mvetter@suse.com

- Update to 0.7.2:
  * Fixed crash on output unplug bb99e6c
  * MediaPlayer script: Ignore selected player if not defined #421

-------------------------------------------------------------------
Fri Jul 12 06:47:56 UTC 2019 - mvetter@suse.com

- Update to 0.7.1:
  Added:
  * Added css class for window name and position #397
  Changed:
  * Fixed workspaces scroll deadlock #403
  * Fixed pulseaudio scroll #405

-------------------------------------------------------------------
Mon Jun 24 06:42:45 UTC 2019 - mvetter@suse.com

- Update to 0.7.0:
  Added:
  * Scrolling threshold #381
  * Total memory #385
  Changed:
  * Improved scroll behavior
  * Fixed sway/window not showing window title sometimes 486b5a5
  * Fixed sway/window not showing floating window title dabe2be

-------------------------------------------------------------------
Sat Jun 15 07:19:59 UTC 2019 - mvetter@suse.com

- Update to 0.6.9:
  Added:
  * Added monitor name as bar class 46e5dd9
  * Added class for persistant workspaces c2e9ed6
  Changed:
  * Fixed custom module exit status 564fdcb
  * Avoid expand sway/window width 3c9b533

-------------------------------------------------------------------
Tue Jun 11 03:20:47 UTC 2019 - mvetter@suse.com

- Update to 0.6.8:
  * Fixed window app class 1962caf
  * Fixed static custom module 9dbf057
  * Only watch pulseaudio change events 0b01b35

-------------------------------------------------------------------
Mon Jun  3 08:15:11 UTC 2019 - mvetter@suse.com

- Update to 0.6.7:
  * Better network events handler ecec02c
  * Hide custom module on empty text be2fa74
  * Code cleaning and Some optimizations

-------------------------------------------------------------------
Wed May 22 15:02:37 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>

- Update to 0.6.6:
  Added
  * Pulseaudio microphone state bb4af29
  * Persistent workspaces #330
  * Logger #332
  * Estimated battery remaining time until empty/full #331
  Changed
  * Switch between network ifaces upon disconnection 48a58cd
  * Brightness amd fix #336
  * Fixed some clock issues #333
  * Wlroots dependency removed 03e43f
  * Escape sway mode 12a251c

------------------------------------------------------------------
Wed May 22 15:02:37 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>

- Update to 0.6.5:
    Added
    * Network bandwidth support (traffic) #328
    * Network frequency tag cb2d6e1
    * Update custom modules on click/scroll ff28de0
    Changed
    * Execute Modules update on gtk idle aa385e2
    * Fixed battery plugged state 17291df
    * Fixed gtk error on output plug/unplug f8a4759
    * Fixed tray button behaviour d2d9db2
    * Network code optimizations d34c3a8 4865a9a aa385e2
    * Workspace scroll changes 1e95f5d 0d59f7b 3e1c77d

------------------------------------------------------------------
Wed May 22 15:02:37 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>

- Update to 0.6.4:
    Added
    * Temperature format-icons fcb23d3
    * Battery plugged but not charging status 5b3402e
    * Network linked state/format #319
    * Able to scroll throught workspaces from bar blank spaces #322
    * Battery format-icons by states 4b4b74d
    Changed
    * Network refactor #319, closes #292 #230 #239
    * Fixed network module compilation on Alpine e12766a
    * Fixed window classes 62f8af8
    * Fixed state order for modules 92967c7 7e8eee0
    * Fixed pulseaudio scroll override 4f1defe
    * Fixed sigsev on output plug/unplug 362c393 0c3c548
    * Fixed tray items duplication b54160e

-------------------------------------------------------------------
Wed May 22 15:02:37 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>

- Update to 0.6.3:
    Changed
    * Fixed battery module compilation on older system 80e9ea7
    * Fixed pulseaudio bluetooth format e343cf4
    * Remove empty and solo classes when they do not apply 7cdde05

-------------------------------------------------------------------
Wed May 22 15:02:37 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>

- Update to 0.6.2:
    Added
    * Gaps/Margins 4688002
    * Idle inhibitor click arguments 5623bbe
    * Battery states adapted to backlight, cpu, memory, network, volume percentage values #297
    Changed
    * Title flickers fixed 74137be

-------------------------------------------------------------------
Fri May  3 06:52:48 UTC 2019 - mvetter@suse.com

- Update to 0.6.1:
  Added:
  * Labels rotation #287
  Changed:
  * s/hidded/hidden/ typo fixed 4d4562a
  * JSON parser threads concurrence fixed d027243
  * Custom modules with once interval fixed e8f31a0

-------------------------------------------------------------------
Fri Apr 26 09:43:59 UTC 2019 - mvetter@suse.com

- Update to 0.6.0:
  Added:
  * MPD Module
  * Manage the style of the bar according to the window in the workspace bb8ff5a
  * Custom modules: Allow to toggle multiple classes 6aee514
  * Partially hide Waybar with the .hidded class on toggle (SIGUSR1) ecc5f48
  * Multiple bars on the same screen with one file 79a5e9e
  Changed:
  * Handle widgets size changes for auto height/width management 311c34e
  * Tray: Icons update fixed
  * Tray: Icons size 3273ee8
  * Workspace: Pango markup now supported bc9a497
  * Custom: Kill scripts on bar destroy 90d89fe
  * Some screens output/unplug fixed

-------------------------------------------------------------------
Thu Apr  4 10:31:19 UTC 2019 - mvetter@suse.com

- Update to 0.5.1:
  Added:
  * Tray: Handle icons updates #252
  * Allow waybar to be positioned on left/right 47142a6
  * Custom: Allow icon selection based on json alt attribute #245
  Changed:
  * Network: Escape ESSID #241
  * Workspace: Reversed scrolling direction to reflect swaybar
    behavior 5144426
  * Script: mediaplayer script is now generic and return json
    data with player name for icon matching #249
  * Network: Fixed multiple networking module regression 1f6f443

-------------------------------------------------------------------
Thu Mar 21 08:07:51 UTC 2019 - mvetter@suse.com

- Update to 0.5.0:
  Added:
  * Add temperature module 7ae549d
  * Add option to show only current workspace in sway/workspaces module #206
  * Add custom tooltip format for network module a9f680b
  * Add status class to idle_inhibitor 973cec1
  * Add pkill signals to custom modules #228
  Changed:
  * Improving mouse button support d0f56b7
  * Fixed idle_inhibitor, handles click events correctly 80ef637
  * Fixed clock seconds ef88f0a
  * Fixed sway ipc crash when compiled with -D_GLIBCXX_ASSERTIONS 00176c9
  * Fixed network skipped changes
  * Workspaces scroll is now output aware except when all-outputs is set

-------------------------------------------------------------------
Tue Mar 12 09:57:48 UTC 2019 - mvetter@suse.com

- Update to 0.4.0:
  Added:
  * Output configuration
  * Backlight module, thanks to @ianhattendorf
  * Idle inhibitor, thanks to @jonfin
  * Option to disable tooltip
  * Option to escape custom module script output
  Changed:
  * Fixed workspace button order
  * Fixed tray big icons
  * Fixed scroll with touchpad
- Changes from 0.3.0:
  Added:
  * Signal strength icons range, thx @Robinhuett
  * Add format-icons to custom modules, again @Robinhuett smile
  Changed:
  * Return puleseaudio port string if unknown, thx @chep
  * Check adapter online as fallback when battery status report unknown
  * Typos fixed
  * Better modules destructions

-------------------------------------------------------------------
Fri Jan 25 15:31:29 UTC 2019 - mvetter@suse.com

- Package waybar 0.2.3 for openSUSE
openSUSE Build Service is sponsored by