Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Dec 24, 2019
1 parent e80db74 commit 485ada6
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Changelog

## 0.13

- Restored files are now without the prefix path.
- Support for making backups of docker volumes and restoring them (not incremental).

## 0.12

- fix self update on linux (Fix #15)

## 0.11

- tilde in arguments (Fix #14)

## 0.10

- Show elapsed time (Fix #12)
- Remove some code duplication
- New info command to quickly show an overview of your config (Fix #11)

## 0.9

- Hooks
- Cleanup

## 0.8

- Support for native flags in the backup and forget commands.
- Forget cleanup

## 0.7

- Cleanup
- Support for excluding files
- Ability to prune keeping the last x snapshots according to restic policy rules

## 0.6

- support for absolute paths

## 0.5

- config optional if not required for current operation

## 0.4

- show version number

## 0.3

- test autoupdate function

0 comments on commit 485ada6

Please sign in to comment.