Releases: jcwillox/hassio-rclone-backup
Releases · jcwillox/hassio-rclone-backup
v3.3.4
v3.3.3
🐛 Bug Fixes
📦 Build
- deps: Update add-on base python image to v15 (1ab5981)
- deps: Update all non-major dependencies (62352d0)
- deps: Update all non-major dependencies (#98) (f7cdd0b)
⚙️ Continuous Integration
Full Changelog: v3.3.2...v3.3.3
v3.3.2
📚 Documentation
📦 Build
- deps: Update add-on base image to v14 (0b743fa)
- deps: Update all non-major dependencies (75532c9)
- deps: Update all non-major dependencies (f600337)
- deps: Update all non-major dependencies (b4ea62b)
- deps: Update all non-major dependencies (a7b6a30)
Full Changelog: v3.3.1...v3.3.2
v3.3.1
📦 Build
- deps: Update all non-major dependencies (6779f0b)
- deps: Update docker/build-push-action action to v6 (5b4af5f)
Full Changelog: v3.3.0...v3.3.1
v3.3.0
✨ Features
- Add write access to
addons
andall_addon_configs
(d25db6b) - Add write permissions to media and shared paths (#57) (cde6bab)
- Support new
homeassistant
directory (3e87c84)
📦 Build
⚙️ Continuous Integration
- Add
build.yaml
to renovate config (05b9d8d) - Improve build workflow (2d50292)
- Update release workflow (615b101)
Full Changelog: v3.2.0...v3.3.0
3.2.0
What's Changed
- build(deps): update actions/checkout action to v4 by @renovate in #62
- build(deps): update docker/login-action action to v3 by @renovate in #63
- build(deps): update all non-major dependencies by @renovate in #61
- updated to
rclone
tov1.66.0
- updated to
- build(deps): update module github.com/go-co-op/gocron to v2 by @renovate in #64
- build(deps): update go.mod version to 1.22 (dd73c29)
- ci: add renovate config (2bb7d50)
Full Changelog: 3.1.0...3.2.0
3.1.0
What's Changed
- build(deps): update rclone to v1.65.0 by @svalsemey in #43
- feat: add capability to mount folder with fuse by @agodet in #41 (#44)
New Contributors
- @svalsemey made their first contribution in #43
- @agodet made their first contribution in #41 (#44)
Full Changelog: 3.0.1...3.1.0
3.0.1
3.0.0
This is a major release as it includes support for the Rclone Web UI using ingress. This means you can now configure your remotes through an easy-to-use interface built into Home Assistant. Additionally, all dependencies have been updated to their latest versions.
⚡ Features
- Support Rclone WebUI (c5f8790) (closes #3)
- Send status events to Home Assistant (f75dd5e) (closes #16)
- This also includes a blueprint to handle sending notifications (see more).
- This can be disabled with the
no_events
option.
- Improve slugification (1737c8e)
- Disallowed characters are now replaced with underscores and multiple underscores in a row are removed.
- This is a minor breaking-change as it is possible that some backups will now be named slightly differently, causing them to be re-uploaded, etc, as rclone will believe they are different files.
- Add
no_slugify
option (1708787) (fixes #14)- This shouldn't cause issues when targeting Linux-based systems, but certain characters in filenames such as
:
can cause issues with Windows systems.
- This shouldn't cause issues when targeting Linux-based systems, but certain characters in filenames such as
- Include providers list in README.md (0a61393) (closes #12)
- Make
config_path
optional (e8a893e) (closes #21)
Changes
- Always print list of jobs (935abfd)
- Add issue templates (25058a4)
- Update link in README.md (f7896f4)
- Bump dependencies (d8e706b)
Full Changelog: 2.0.1...3.0.0