Releases: Sebclem/hassio-nextcloud-backup
Releases · Sebclem/hassio-nextcloud-backup
V0.9.0
🔨 Changes
- Add setting to specify backup directory
25618cc
✏ Enhancements
V0.8.1
🔨 Changes
- 🔨 Use github-action to build addon image
fc62958
- ⬆️ Update base docker to 8.0.1
7e996b4
✏ Enhancements
- ✏️ Add release-it and auto-changelog config
d848561
V0.8.0
🔨 Enhancement:
- Replace request library by got (a281d30)
🚑 Fix :
- Fix Auto clean causing crash #23
V0.7.10
🚑 Fix:
- Switch to Got library to upload snapshot to nextcloud, this can fix #8 (#22) Thank to @hannemann
V0.7.9
This is another attempt to fix the issue #8 .
@kicker334 point the fact that some system don't like :
in path. So we replace all :
by -
in all names.
V0.7.8
🚑 Fix:
- Increase timeout time for new backup #17
V0.7.6
🚑 Fix:
- Fix ssl setting not working #16
V0.7.5
✏️ Small change:
- Typo
- Update some libs
- Update base to 7.1.1
- Add debug logs to try to understand #8