updated README and CHANGELOG

This commit is contained in:
skilion 2017-08-01 20:43:12 +02:00
parent 22db459ac4
commit d65d00c46d
2 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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.