1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-19 16:32:55 +00:00
duplicity-backup/History.md

65 lines
1.2 KiB
Markdown
Raw Normal View History

2019-08-16 22:19:54 +00:00
# 0.10.0 / 2019-08-17
* Hide value in mondash entries
2018-10-08 15:31:28 +00:00
# 0.9.0 / 2018-10-08
* Rework logging
* Test on latest two Go versions
* Update build system / GH publish
* Deps: Update dependencies
* Fix license text
2016-10-28 12:55:26 +00:00
# 0.8.2 / 2016-10-28
* Remove GoBuild button as releases are now sent to Github
* Push releases to Github
2016-06-26 08:52:52 +00:00
# 0.8.1 / 2016-06-26
* Fix test after API change
2016-06-25 23:34:26 +00:00
# 0.8.0 / 2016-06-26
* Added "list-changed-files" command
2016-06-25 13:08:52 +00:00
# 0.7.0 / 2016-06-25
* Allow using of env template function
2016-05-30 05:33:00 +00:00
# 0.6.0 / 2016-05-30
* Added silent flag
2016-05-24 06:33:44 +00:00
# 0.5.1 / 2016-05-24
* Fix: Send notifications on full/incr backup
2016-05-23 19:26:58 +00:00
# 0.5.0 / 2016-05-23
* Added more tests, fixed some linter errors
* Support forcing a full backup
2016-05-23 14:05:08 +00:00
# 0.4.1 / 2016-05-23
* Fix: Unexported constructor for private struct
2016-05-23 11:28:59 +00:00
# 0.4.0 / 2016-05-23
* Added version writing to install / gobuilder
* Provide live output for duplicity
2016-05-23 10:22:01 +00:00
# 0.3.0 / 2016-05-23
* Do backup removes only after certain commands
* Send notifications only on some commands
2016-05-23 08:42:15 +00:00
# 0.2.0 / 2016-05-23
* Fix: Newline makes no sense in formatted line
* Implemented notifications
* Initialize hostname as a default
2016-05-22 14:14:58 +00:00
# 0.1.0 / 2016-05-22
2019-08-16 22:19:54 +00:00
* Initial version