Skip to content

Releases: surajgoraya/FixCore

0.4.1

08 Mar 18:01
07e12e3

Choose a tag to compare

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

08 Jan 03:06
ad8e21d

Choose a tag to compare

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. The kill command is required now.

Full Changelog: 0.3.1...0.4.0

0.3.1

04 Jun 19:15

Choose a tag to compare

feat: ✨ use source instead of sh, + other fixes

Full Changelog: 0.3.0...0.3.1

0.3.0

07 Sep 17:06

Choose a tag to compare

  • 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

21 Dec 23:02

Choose a tag to compare

  • feat: added update and all 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

04 Dec 17:25

Choose a tag to compare

  • 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

29 Oct 20:27
6e02b01

Choose a tag to compare

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