Releases: FelixKratz/SketchyBar
Releases · FelixKratz/SketchyBar
Hotfix for Brackets
- Fixes a bug where brackets where not displayed correctly
Bug Fixes and General Improvements
- 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
- 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
- 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
Very small hotfix for the broken custom event triggers and the malformatted query output.
New Syntax and Features
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
This is a release to save current HEAD state before committing breaking changes in v2.0.0.
Space Highlight Hotfix
Small fix for space highlight
Compatibility and performance fixes
- 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
- 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