diff --git a/README.md b/README.md index b50962c..3e7a864 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ dockutil is a command line utility for managing Mac OS X dock items. It is currently written in Python and makes use of plistlib module included in Mac OS X. -- Compatible with Mac OS X 10.9.x thru 10.11 (use 1.x version for older +- Compatible with Mac OS X 10.9.x thru 10.12 (use 1.x version for older OSes) - Add, List, Move, Find, Remove Dock Items - Supports Applications, Folders, Stacks, URLs. @@ -14,6 +14,10 @@ It is currently written in Python and makes use of plistlib module included in M **CHANGELOG** +Version 2.0.5 +- 10.12 fix for Dock restart +- Add and remove spacer tiles + Version 2.0.4 - Allow removal by app bundle identifier (credit to Yoann Gini) - Bug fixes for plist quoting (credit to VitosX)