From 60ef6a2d6d0bcc119f53669838e9880cfb12fcb8 Mon Sep 17 00:00:00 2001 From: Kyle Crawford Date: Wed, 14 Sep 2016 15:11:51 -0400 Subject: [PATCH] Update README for 2.0.5 release --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)