diff options
author | Jon Bernard <jbernard@jbernard.io> | 2018-08-30 09:27:19 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2018-08-30 09:27:19 -0400 |
commit | b4870fb1c65c30fbeb4bfa234a3ad43d121475f8 (patch) | |
tree | 6b074bf92a8e4ddd0f0645aae1ec58dceb146f3a /HISTORY.md | |
parent | a9813b27ecaa685d110c626ebdd4a3d5dedcb6ef (diff) | |
download | dotfiles-b4870fb1c65c30fbeb4bfa234a3ad43d121475f8.tar.gz dotfiles-b4870fb1c65c30fbeb4bfa234a3ad43d121475f8.tar.bz2 dotfiles-b4870fb1c65c30fbeb4bfa234a3ad43d121475f8.zip |
Change docs to markdown format
Diffstat (limited to 'HISTORY.md')
-rw-r--r-- | HISTORY.md | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..8e31c89 --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,100 @@ +History +------- + +0.9.0 ++++++ + +* Completely new git-like UI based on Click +* Behaviour change to symlink files at any depth + - backwards incompatible, see README.md +* Lots of refactoring and cleanups +* Several new tests to improve coverage + +0.6.4 ++++++ + +* Add no_dot_prefix option +* Fix error in syntax for missing repo message +* Expands ~'s in config file path + +0.6.3 ++++++ + +* Prevent adding toplevel package directories (bugfix) +* Only replace existing dotfiles on remove operation (bugfix) + +0.6.2 ++++++ + +* Fix single-sync in python 3.x (map is lazy) +* Fix sync --force regression +* Fix unit tests to exit with the correct return code + +0.6.1 ++++++ + +* Add ability to sync only specified files +* Create non-existent package directories +* Mention using Dropbox to synchronize a dotfiles repository + +0.6.0 ++++++ + +* Add "packages" feature +* Add --dry-run option +* Much needed code cleanup + +0.5.6 ++++++ + +* Restore python 3 compatibility + +0.5.5 ++++++ + +* Add support for Windows symlinks with Python 2 + +0.5.4 ++++++ + +* More Python 3 fixes + +0.5.3 ++++++ + +* Update remaining references to 'unmanaged' +* Allow ~ in configuration file external targets +* Make source compatible with Python 3 +* Add specific Python version trove classifiers + +0.5.2 ++++++ + +* Improve wording of "unmanaged" with "unsynced" +* Fix adding a directory with a trailing slash +* Mention support for directories in documentation + +0.5.1 ++++++ + +* Fix license formatting + +0.5.0 ++++++ + +* Add support for in-repo configuration files + +0.4.4 ++++++ + +* Restore python 2.5 compatibility + +0.4.3 ++++++ + +* Add glob style pattern support for the ignore option + +0.4.2 ++++++ + +* Fix bug when syncing an unmanaged directory symlink |