Skip to content

Releases: kcrawford/dockutil

dockutil 3.1.3

09 Feb 02:22
Compare
Choose a tag to compare

Fix: change dock restart method for 14.4 compatibility

dockutil 3.1.2

29 Jan 03:52
Compare
Choose a tag to compare

Fix when running with sudo, dockutil should use the home directory of the actual user, not the user running sudo

dockutil 3.1.1

14 Jan 19:52
d269424
Compare
Choose a tag to compare
  • Fix bug where dockutil would mistakenly call sudo to run as user
  • Ensure paths to apps in Cryptexes get added as normal apps rather than symlinks

dockutil 3.1.0

30 Dec 19:59
Compare
Choose a tag to compare

Migrate to a SwiftPM package to support homebrew requirements.
No change to functionality.

dockutil 3.0.2

08 Mar 10:02
Compare
Choose a tag to compare

dockutil 3 is compatible with macOS 12.3. It is standalone and no longer requires python.

  • Rewrite in Swift for macOS 12.3 compatibility
  • Feature compatibility with previous version
  • Find, Add, Remove by bundle identifier, URL or path
  • Allow multiple actions in single run (add, remove can be combined and specified multiple times)

Changes in 3.0.2

  • Fix duplicate processing of home directories issue

Changes in 3.0.1

  • Improve support of recent apps
  • Fix sudo runs to default to user's dock, not root's dock Thanks @ferben
  • Try adding from /System/Applications when a /Applications item does not exist Thanks @mvdbent
  • Fix label name when adding a non-app from /Applications #125 Thanks @ferben

Thanks to all testers and contributors

dockutil 3.0.0

03 Mar 07:11
Compare
Choose a tag to compare

dockutil 3 is compatible with macOS 12.3. It is standalone and no longer requires python.

  • Rewrite in Swift for macOS 12.3 compatibility
  • Feature compatibility with previous version
  • Find, Add, Remove by bundle identifier, URL or path
  • Allow multiple actions in single run (add, remove can be combined and specified multiple times)

Thanks to all testers and contributors

dockutil 3.0.0-beta.3

28 Feb 08:13
Compare
Choose a tag to compare
dockutil 3.0.0-beta.3 Pre-release
Pre-release

Third beta of 3.0 version

  • Rewrite in Swift for macOS 12.3 compatibility
  • Feature compatibility with previous version
  • Find, Add, Remove by bundle identifier, URL or path
  • Allow multiple actions in single run (add, remove can be combined and specified multiple times)

Fixed in beta 3

  • Fix issue with --allhomes not updating docks #116
  • Fix issue where a single error would stop further dock processing
  • Remove delay when restarting Dock (please test)
  • Improve help output #118
  • Use version in Info.plist #119

Please test with your use cases and report any issues

Thanks to all testers and contributors

dockutil 3.0.0-beta.2

22 Feb 05:06
Compare
Choose a tag to compare
dockutil 3.0.0-beta.2 Pre-release
Pre-release

Second beta of 3.0 version

  • Rewrite in Swift for macOS 12.3 compatibility
  • Feature compatibility with previous version
  • Find, Add, Remove by bundle identifier, URL or path

Fixed in beta 2

  • Package signed and notarized
  • Restarts dock when modifying dock of console user even when run as root
  • Skips invalid dock plists when run with --allhomes option rather than exiting with an error

Please test with your use cases and report any issues.

dockutil 3.0.0-beta.1

15 Feb 07:45
cd959ed
Compare
Choose a tag to compare
dockutil 3.0.0-beta.1 Pre-release
Pre-release

First beta of 3.0 version

  • Rewrite in Swift for macOS 12.3 compatibility
  • Feature compatibility with previous version
  • Find, Add, Remove by bundle identifier, URL or path

Please test with your use cases and report any issues.

2.0.5

14 Sep 19:13
Compare
Choose a tag to compare
Update README for 2.0.5 release