Releases: jcwillox/hass-auto-backup
Releases · jcwillox/hass-auto-backup
v1.5.1
v1.5.0
✨ Features
🏗️ Chore
- Update license to 2024 (7a882ae)
♻️ Refactoring
📦 Build
- deps: Update actions/checkout action to v4 (#137) (e01e86e)
- deps: Update actions/setup-python action to v5 (#138) (4fc51e1)
- deps: Update all non-major dependencies (efb79ef)
⚙️ Continuous Integration
- Use node lts version for release workflow (9cc885c)
Full Changelog: v1.4.1...v1.5.0
v1.4.1
v1.4.0
✨ Features
- Add backup location and compression options (41b0363), closes #106
- Add czech translations (#105) (e2754f2)
- Add editor tools (ac7c04f)
- Add pt translations (#98) (cf7895f)
- Add sk translations (#89) (1b39d3c)
- Rework and update devcontainer (436f68c)
📚 Documentation
- Update services with new options (07cbcff)
♻️ Refactoring
⚙️ Continuous Integration
Full Changelog: v1.3.2...v1.4.0
1.3.2
1.3.1
What's Changed
- feat: add french translations by @morzingrath in #76
- refactor:
async_setup_platforms
->async_forward_entry_setups
by @alvinchen1 in #85
New Contributors
- @morzingrath made their first contribution in #76
- @alvinchen1 made their first contribution in #85
Full Changelog: 1.3.0...1.3.1
1.3.0
⚡ Features
- Experimental support for custom backup names on Home Assistant Core (198fa29)
Changes
- docs: improve bug template (8a2d33b)
- docs: document new features (33e2b9a)
- docs: update bug template (cc4dcd8)
- docs: add hacs badge (7534d1b)
- docs: add bug report template (b8cecea)
- test: add devcontainer (782b715)
Full Changelog: 1.2.0...1.3.0
1.2.0
⚡ Features
- Support matching wildcard slugs for include and exclude (f684b66) (closes #66)
- Mimic internal backup naming scheme instead of showing 'Unknown' on Home Assistant Core (ba1668a)
Bug Fixes
- Fix broken include/exclude behaviour (d6bfb42)
- Relax config constraints for non-supervised installations (7dfa7aa) (fixes #65)
- download_backup: fix permission error when copying to non-unix platforms (27e0d94) (fixes #64)
Full Changelog: 1.1.1...1.2.0
1.1.1
1.1.0
⚡ Features
- Support multiple download paths (e387b44) (closes #58)
- Allow
keep_days
to benull
(c46b266) - Created blueprint for notifying backup events, such as backup failure.
- Created blueprint for automatically creating daily, weekly, monthly, etc., backups
(see jcwillox/home-assistant-blueprints).
Changes
- Drop deprecated
X_HASSIO
constant (0284561) (fixes #61) - Fix error caused when addon does not exist (c4b1787)
- Update wording of
exclude
object description by @JacobMillward in #57 (17fe702) - Fully drop YAML import (a9ac739)
- Cleanup config flow (00744c2)
- Update code to reflect internal changes (fd3ae05)
Full Changelog: 1.0.1...1.1.0