Skip to content

Releases: briankendall/forceFullDesktopBar

v1.2.1 Support for Ventura

07 May 01:38
Compare
Choose a tag to compare

This appears to fix the issues with Ventura on Apple Silicon macs. If you are running an earlier version of macOS or have an Intel mac then there's no reason to update to this version.

Note to Apple Silicon: In addition to disabling SIP, you must also execute the following in a terminal window and reboot before forceFullDesktopBar will work:

sudo nvram boot-args=-arm64e_preview_abi

v1.2 - Support for Apple Silicon

25 Oct 18:14
Compare
Choose a tag to compare

Now supports Apple Silicon macs as well as Intel macs.

Note to Apple Silicon: In addition to disabling SIP, you must also execute the following in a terminal window and reboot before forceFullDesktopBar will work:

sudo nvram boot-args=-arm64e_preview_abi

v1.1.2 - Support for Big Sur on intel macs

15 Nov 22:44
Compare
Choose a tag to compare

Fixed in macOS Big Sur. Does not support arm64 macs.

v1.1.1 - Support for Magic Mouse 2

15 Feb 19:25
Compare
Choose a tag to compare

Adds support for Magic Mouse 2 when used in macOS 10.13 and 10.14.

v1.1.0 - High Sierra and Mojave compatible

24 Oct 17:49
Compare
Choose a tag to compare
  • Using new method that works in macOS 10.13 and 10.14
  • When in daemon mode, the app will not continue to inject into the Dock if the Dock process terminates and relaunches less than seven seconds later (prevents endless restart cycles)
  • Uninstall script kills the Dock so that it relaunches and has normal behavior again

v1.0.1

13 Oct 02:39
Compare
Choose a tag to compare

Accidentally used the wrong version of install.sh and net.briankendall.forceFullDesktopBar.plist. Installing the software using install.sh should work properly now.