Releases: blaiyz/neosoft-zebar
Releases · blaiyz/neosoft-zebar
Release v1.2.8
What's Changed
This release attempts to fix some issues I've encountered with a small screen.
Features
- You can now toggle between wider and thinner workspace buttons with the
useThinnerWorkspaceButtonsconfig option. - You can now toggle the two components of the network section separately-
showNetworkSectionnow supports"statistics"and"interface"in addition to true/false.
Fixes
- When taskbar integration is enabled, the center group no longer occupies the empty space to its right, which means the right group won't start pushing it to the left without touching anymore.
- The root font size is now set to
var(--font-size)(I somehow completely missed it)! Now everything should scale properly when changing thefont-sizeCSS variable. Use this in smaller screens if the bar is too large. - Small alignment/sizing issues that became apparent when changing the font size.
Release v1.2.7
What's Changed
Features
- Shutdown button, temperature unit toggle, and clock customizations by @tylerdotrar in #44
- All new features can be configured in
config.json - The shutdown button schedules a shutdown in 60 seconds. You can press it a second time to cancel the shutdown.
- You can click the temperature to toggle it between Celsius and Fahrenheit.
- Clock customizations include forcing 24h/12h clock format (with an
autooption that should choose the format based on system locale, which is how it has worked until now) and an option to show seconds. - The new config options in
config.jsonare as follows:
- All new features can be configured in
showShutdownButton: boolean;
useCelsiusByDefault: boolean;
use24hClock: true | false | "auto";
showSeconds: boolean;New Contributors
- @tylerdotrar made their first contribution in #44
Full Changelog: v1.2.6...v1.2.7
Release v1.2.6
What's Changed
Fixes
- Add throttling to the click-through toggle to prevent monitor desync (72512ad)
Full Changelog: v1.2.5...v1.2.6
Release v1.2.5
What's Changed
Features
- Some buttons now disappear/shrink when click-through is enabled (1eb8755)
- Added config option to extend the volume slider by default (ed504b9)
Fixes
- Fixed the middle group not having rounded corners on the right when bar direction is set to "floating" (b62b8cc)
Full Changelog: v1.2.4...v1.2.5
Release v1.2.4
What's Changed
Fixes
- Removed instructions for compiling a modified Zebar, as the required changes were added to upstream Zebar (64718f9)
- Background effects and click-through should now work out of the box! No need to recompile Zebar anymore. Until a new version of Zebar is released, you can grab an up to date installer from GitHub actions artifacts.
- Fixed the heart button to open this repo on the default browser (e6f6b89)
Full Changelog: v1.2.3...v1.2.4
Release v1.2.3
What's Changed
Features
- Add ability to make Zebar click-through using a keybind and a config field (6101382)
- The heart button on the left now opens the GitHub repository of this project in a new window (can't open in default browser due to permissions 😞)
Full Changelog: v1.2.2...v1.2.3
Release v1.2.2
What's Changed
Features
- Add toggles for various sections in
config.json(2746c62)
Full Changelog: v1.2.1...v1.2.2
Release v1.2.1
Release v1.2.0
What's Changed
Features
- Add full date toggle & config option (83c4987)
- Add audio volume controls (246b449)
- New CSS variables available for configuring the colors of the slider:
--volume-start,--volume-end,--volume-inner - Supports mouse wheel
- New CSS variables available for configuring the colors of the slider:
Fixes
- Add timeout to media provider before hiding it when there's no active session (edd1550)
- Made right group buttons' "hitbox" larger