Releases: rami3l/clavy
Releases · rami3l/clavy
v0.1.0-alpha9
What's Changed
- build: bump Rust edition to 2024 by @rami3l in #32
- fix(observer/workspace): enable
WindowObserveronly for a fixed set of app IDs by @rami3l in #37WindowObserveris now enabled only for a predetermined set of bundle IDs (which should be enough in most cases).
If you need detection support, you can extended the set with a comma-separated list of extra bundle IDs via theCLAVY_DETECT_POPUPvariable or the--detect-popupCLI argument.
You may want to runclavy reinstallwith your preferred configuration to save it in~/Library/LaunchAgents.
Full Changelog: v0.1.0-alpha8...v0.1.0-alpha9
v0.1.0-alpha8
What's Changed
- refactor(cmd): migrate to async Rust with
smolby @rami3l in #27 - refactor: migrate to
objc0.6 patterns by @rami3l in #28 - fix(cmd): send notification name in
debuglogging only by @rami3l in #29 - refactor(cmd): replace
version()withconst VERSIONby @rami3l in #30
Full Changelog: v0.1.0-alpha7...v0.1.0-alpha8
v0.1.0-alpha7
What's Changed
Full Changelog: v0.1.0-alpha6...v0.1.0-alpha7
v0.1.0-alpha6
Changelog
- fix(dist/brew): fix
xcoderequirement when installing HEAD in 53403be
Full Changelog: v0.1.0-alpha5...v0.1.0-alpha6
v0.1.0-alpha5
Changelog
- dist(brew): handle
installonbuild.head?in 54f96f2
Full Changelog: v0.1.0-alpha4...v0.1.0-alpha5
v0.1.0-alpha4
What's Changed
- dist(brew): add
headsection in formula in 526c0bf
Full Changelog: v0.1.0-alpha3...v0.1.0-alpha4
v0.1.0-alpha3
What's Changed
- fix: don't observe
com.apple.controlcenterin 8ff0dc8 - fix: don't observe
com.apple.notificationcenteruiin 5efbe89
Full Changelog: v0.1.0-alpha2...v0.1.0-alpha3
v0.1.0-alpha2
Changelog
- 9b394c6 ci: add
codesigntouniversal2build'sposthook
v0.1.0-alpha1
Changelog
- c578ac8 fix(ci): fix PR permissions for
publish