Add CHANGELOG.md with information about 0.2 and 0.1 releases

This commit is contained in:
Ognjen Vukovic 2020-05-10 00:07:53 +02:00
parent a6f6d49324
commit debe5bccbf

26
CHANGELOG.md Normal file
View File

@ -0,0 +1,26 @@
# Changelog
All notable introduced and planned changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2020-05-09
### Added
- Support for mount binding a crontab file so that the multiple regular rsync jobs (or just a single one) can be easier configured
- Support for remote sync with ssh
### Removed
- Running a single scheduled rsync job using cron and passing the cron job string specification as an environment variable - use a mount binded crontab file
- Passing the log file name as an environment variable - specify it now in the crontab file
## [0.1.0] - 2020-04-12
### Added
- Run an ontime rsync job with local folders
- Run an single scheduled rsync job using cron, provide the cron string as an environment variable
- Save the output of rsync in a log file, provide the log file name as na environment variable