Fixes
* Exit codes have been fixed (254)
Additions
* Allow animating popup properties (252)
* Allow animating to/from a `dynamic` width, e.g.
bash
sketchybar --animate tanh 30 --set <name> width=0 width=dynamic
will animate the width of item `<name>` to zero and then back to dynamic width.
* Allow triggering `space_change` and `display_change` events, to force an update for the space components, e.g.:
bash
yabai -m space 1 --swap 3 && sketchybar --trigger space_change
will now update the space layout correctly.
**Full Changelog**: https://github.com/FelixKratz/SketchyBar/compare/v2.9.0...v2.9.1