Skip to content

Releases: FelixKratz/SketchyBar

Hotfix for Brackets

18 Nov 19:17
Compare
Choose a tag to compare
  • Fixes a bug where brackets where not displayed correctly

Bug Fixes and General Improvements

14 Nov 20:26
2378cbd
Compare
Choose a tag to compare
  • Scripts are terminated automatically after 60s
  • Started modularizing the core bar logic
  • Individual Background Properties for icon and label
  • Individual offsets and more for icon and label
  • Negative bar y_offset possible
  • Added system_will_sleep event
  • Scripts are not executed during system sleep which led to some issues
  • Leaner default space script
  • Fixes buggy behavior when no items are in the bar

Full Changelog: v2.2.0...v2.2.1

More Scripting Variables and Many Fixes

04 Nov 21:37
Compare
Choose a tag to compare
  • New mouse event scripting variables $BUTTON, $MODIFIER
  • Shadows are removed on Monterey
  • New shadow property for the bar
  • The bar is no longer visible in fullscreen apps
  • Events can be queried
  • Brackets will now respect the inner background paddings of members
  • Double the number of possible custom events
  • Mouse Events fixed for space components
  • Item Backgrounds will respect the y_offset now
  • Graphs are always drawn inside of the item background borders
  • Aliases can now be customized with click scripts and mouse actions

Full Changelog: v2.1.0...v2.2.0

Makes the bar dynamic and fixes a lot of stuff

29 Oct 15:08
Compare
Choose a tag to compare
  • Basic support for Monterey
  • Fix backgrounds being inset twice
  • Fix ghost bounding boxes
  • Added --move command to move items around
  • Added --reorder command to reorder items inplace
  • Added --clone command to clone items
  • Added --rename command to rename items
  • Added --remove command to remove items

Full Changelog: v2.0.2...v2.1.0

Event Trigger & Query Hotfix

24 Oct 16:57
Compare
Choose a tag to compare

Very small hotfix for the broken custom event triggers and the malformatted query output.

New Syntax and Features

21 Oct 22:37
Compare
Choose a tag to compare

For help with updating old configuration files to the new sketchybar version, please resort to the update guide

  • Slimmed syntax
  • Performance Optimizations
  • Item Brackets
  • Fixed Width Items
  • New $SENDER variable in scripting

Full Changelog: v1.4.3...v2.0.0

Last v1.x.x Release

21 Oct 21:37
Compare
Choose a tag to compare

This is a release to save current HEAD state before committing breaking changes in v2.0.0.

Space Highlight Hotfix

09 Oct 17:17
Compare
Choose a tag to compare

Small fix for space highlight

Compatibility and performance fixes

06 Oct 23:06
Compare
Choose a tag to compare
  • New modifier to only update scripts when item is shown
  • Refactoring of the code for performance improvements
  • Compatibility fixes for older macOS versions
  • Graphs and Aliases are now "sandwiched" between icon and label and thus can have backgrounds and are clickable as expected.

Native ARM Support

27 Sep 22:00
Compare
Choose a tag to compare
  • Adds native ARM Support
  • Adds a querying api
  • Refactored the bar item logic
  • Optimized bounding rect calculation
  • Shifts SketchyBar down if the default bar would occlude it