Releases: vars1ty/HybridBar
Releases · vars1ty/HybridBar
0.4.9
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
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
- Tray is now experimental
- Fixed a bug with box child widgets where names wouldn't work as expected
- Minor performance improvements
- Code refactoring
0.4.5
This release fixes a bug where neither the config or custom stylesheet could be found.
0.4.4
- Fixed Cava widgets inside of boxes
- Fixed a bug where tooltips wouldn't display with only a command set
- Removed the cmd widget as it was all too buggy
- Removed support for allow_keyboard for the same reason as listed in
3
- Added a system tray widget
0.4.3
- Added a new key to
hybrid
: experimental
(bool
). Read EXPERIMENTAL.md
and WIDGETS.md
for more details.
- Fixed a bug where labels with
listen
set to true
wouldn't work
- Code refactoring
- You may now change how frequently Cava should update internally, in milliseconds. Key:
hybrid
-> cava_update_rate
(u64
). Default is 1.
0.4.2
- Fixed a bug where Hybrid would crash on some systems - #31
- Updated the documentation for aliases
- You may now have an unlimited amount of aliases
- Code refactoring
- Hybrid can now run even if no config is present, by using the example from
examples/config.json
as a fallback
0.4.1
- Hybrid will no longer come to a hard crash if your system doesn't support aliases - #31
- Updated the
lxinfo
dependency
0.4.0
- Updated dependencies
- Updated documentation
- Added support for built-in aliases, see
ALIASES.md
- Refactored several parts of the code
- Minor optimizations
0.3.9
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