Releases: surajgoraya/FixCore
Releases · surajgoraya/FixCore
0.4.1
What's Changed
- feat: ✨ update
bluetoothd
call to be compatible with 14.4+ by @surajgoraya in #6
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Fixes for macOS 14.4+ by @surajgoraya in #5
- Apple introduced a breaking change in macOS 14.4 which breaks
kickstart -kp
(the way FixCore used to work) as a way to kill the coreaudiod service. Thekill
command is required now.
- Apple introduced a breaking change in macOS 14.4 which breaks
Full Changelog: 0.3.1...0.4.0
0.3.1
feat: ✨ use source instead of sh, + other fixes
Full Changelog: 0.3.0...0.3.1
0.3.0
- feat: add bluetooth killing
- this can sometimes help if killing CoreAudio doesn't work!
Full Changelog: 0.2.1...0.3.0
0.2.1
- feat: added
update
andall
make rules for easy updating and running - docs: updated docs to include instructions on how to alias the .sh file.
Full Changelog: 0.1.1...0.2.1
0.1.1
- refactor: Simplified codebase, launchctl does not have a return value so no need for extra code
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- feat: ⚡ use launchctl instead of npkill (#2)
- fix: 🐛 use
system/
specifier to make launchctrl work (#3)
Full Changelog: https://github.com/surajgoraya/FixCore/commits/0.1.0