Skip to content

Releases: blaiyz/neosoft-zebar

Release v1.2.8

20 Mar 13:20

Choose a tag to compare

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 useThinnerWorkspaceButtons config option.
  • You can now toggle the two components of the network section separately- showNetworkSection now 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 the font-size CSS 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

20 Jan 19:16
b14eecd

Choose a tag to compare

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 auto option 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.json are as follows:
  showShutdownButton: boolean;
  useCelsiusByDefault: boolean;
  use24hClock: true | false | "auto";
  showSeconds: boolean;

New Contributors

Full Changelog: v1.2.6...v1.2.7

Release v1.2.6

17 Dec 19:44

Choose a tag to compare

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

17 Dec 17:10

Choose a tag to compare

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

15 Dec 14:00

Choose a tag to compare

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

14 Dec 16:37

Choose a tag to compare

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

07 Nov 10:44

Choose a tag to compare

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

09 Oct 14:13
e310aed

Choose a tag to compare

What's Changed

Features

  • Added catppuccin mocha theme preset (thanks @Miitto!) (a69f445)
  • Added process icon mappings for Outlook and Vivaldi (thanks @xd999e!) (e310aed)

New Contributors

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

17 Sep 16:35

Choose a tag to compare

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

Fixes

  • Add timeout to media provider before hiding it when there's no active session (edd1550)
  • Made right group buttons' "hitbox" larger

Release v1.1.4

16 Sep 12:18

Choose a tag to compare

What's Changed

Fixes

Fixed incorrect check for primary monitor (71ee9b8)