Skip to content

Releases: vars1ty/HybridBar

0.4.9

06 Mar 05:22
Compare
Choose a tag to compare

Added

  • features key in hybrid
  • Hyprland feature which adds new aliases, see FEATURES.md

Changed

  • Removed the experimental key in hybrid
  • Removed the old revealer options as they didn't make sense. Check WIDGETS.md for information on how to use the new options

0.4.8

04 Mar 23:13
Compare
Choose a tag to compare

Added

  • reveal... property for label widgets, read more in WIDGETS.md
  • Hybrid is now available on crates.io

Changed

  • The widgets property for box widgets is no longer experimental
  • Code cleanup
  • Pinned crate versions to support crates.io

Full Changelog: 0.4.6...0.4.8

0.4.6

23 Feb 17:19
Compare
Choose a tag to compare
  1. Tray is now experimental
  2. Fixed a bug with box child widgets where names wouldn't work as expected
  3. Minor performance improvements
  4. Code refactoring

0.4.5

08 Feb 23:35
Compare
Choose a tag to compare

This release fixes a bug where neither the config or custom stylesheet could be found.

0.4.4

08 Feb 16:51
Compare
Choose a tag to compare
  1. Fixed Cava widgets inside of boxes
  2. Fixed a bug where tooltips wouldn't display with only a command set
  3. Removed the cmd widget as it was all too buggy
  4. Removed support for allow_keyboard for the same reason as listed in 3
  5. Added a system tray widget

0.4.3

04 Feb 12:22
Compare
Choose a tag to compare
  1. Added a new key to hybrid: experimental (bool). Read EXPERIMENTAL.md and WIDGETS.md for more details.
  2. Fixed a bug where labels with listen set to true wouldn't work
  3. Code refactoring
  4. You may now change how frequently Cava should update internally, in milliseconds. Key: hybrid -> cava_update_rate (u64). Default is 1.

0.4.2

24 Jan 13:31
Compare
Choose a tag to compare
  1. Fixed a bug where Hybrid would crash on some systems - #31
  2. Updated the documentation for aliases
  3. You may now have an unlimited amount of aliases
  4. Code refactoring
  5. Hybrid can now run even if no config is present, by using the example from examples/config.json as a fallback

0.4.1

22 Jan 07:52
Compare
Choose a tag to compare
  1. Hybrid will no longer come to a hard crash if your system doesn't support aliases - #31
  2. Updated the lxinfo dependency

0.4.0

15 Jan 09:56
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated documentation
  • Added support for built-in aliases, see ALIASES.md
  • Refactored several parts of the code
  • Minor optimizations

0.3.9

07 Dec 00:40
Compare
Choose a tag to compare

Changes:

  • Added: namespace (String) option to hybrid - Thanks @Gusser93
  • Fixed: Labels with listen enabled don't update the content instantly upon bar startup
  • Internal: Use Mutex over RwLock for Cava
  • Internal: Updated Crates to their latest version