diff --git a/CHANGELOG.md b/CHANGELOG.md index bcaf3f53..ef77af2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## [1.0.1] - 2017-08-01 +### Added +* `--syncdir` option +### Changed +* `--version` output simplified +* Updated README +### Fixed +* Fix crash caused by remotely deleted and recreated directories + ## [1.0.0] - 2017-07-14 ### Added * `--version` option diff --git a/README.md b/README.md index f36b68a7..47c30a24 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ no option Sync and exit -m --monitor Keep monitoring for local and remote changes --print-token Print the access token, useful for debugging --resync Forget the last saved state, perform a full sync + --syncdir Set the directory used to sync the files are synced -v --verbose Print more details, useful for debugging --version Print the version and exit -h --help This help information.