Preparing for 1.1.3 release.

This commit is contained in:
Jeremy Cook
2015-10-31 09:46:28 -04:00
parent dcc5cb0bc1
commit cc83a4e1fa
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
#1.1.3
* Allow a destinaton to be passed when cloning a castle
* Make sure `homesick edit` opens default editor in the root of the given castle
* Fixed bug when diffing edited files
* Fixed crashing bug when attempting to diff directories
* Ensure that messages are escaped correctly on `git commit all`
#1.1.2
* Added '--force' option to the rc command to bypass confirmation checks when running a .homesickrc file
* Added a check to make sure that a minimum of Git 1.8.0 is installed. This stops Homesick failing silently if Git is not installed.