From d65d00c46d937ee9e558bb11171ee1929e86c97a Mon Sep 17 00:00:00 2001 From: skilion Date: Tue, 1 Aug 2017 20:43:12 +0200 Subject: [PATCH] updated README and CHANGELOG --- CHANGELOG.md | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) 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.