What's Changed
- fix: prevent render flickering on macOS 26
- fix: prevent crashes on wake
- fix: prevent pixel shifts in animations due to off-by-one error
- feat: multiple modifiers by @erics118 in https://github.com/FelixKratz/SketchyBar/pull/695
- feat: truetype font features by @erics118 in https://github.com/FelixKratz/SketchyBar/pull/692
- build: replace deprecated '-Ofast' flag wi...