Skip to content

Releases: jcwillox/hass-auto-backup

v1.5.1

09 Nov 01:18
24ffb17
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Support new backup methods for homeassistant 2024.11.0 (#161) (12e9ca5)

📚 Documentation

📦 Build

  • deps: Update dependency mkdocs-material to v9.5.29 (340b997)

Full Changelog: v1.5.0...v1.5.1

v1.5.0

27 May 14:32
b0ad64a
Compare
Choose a tag to compare

✨ Features

🏗️ Chore

♻️ 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

05 Aug 10:10
4c522ac
Compare
Choose a tag to compare

♻️ Refactoring

  • Un-deprecate download_path option (4c522ac)

Full Changelog: v1.4.0...v1.4.1

v1.4.0

29 Jul 09:33
07cbcff
Compare
Choose a tag to compare

✨ Features

📚 Documentation

  • Update services with new options (07cbcff)

♻️ Refactoring

  • Deprecate download_path option (6354f9f)
  • Migrate to poetry package manager (93531a6)

⚙️ Continuous Integration

Full Changelog: v1.3.2...v1.4.0

1.3.2

09 Apr 08:21
6b7d192
Compare
Choose a tag to compare

What's Changed

  • fix: backup name patch for container installations (6b7d192)
  • feat: add german translations by @mkar1984 in #86
  • chore: sort manifest.json (a87a796)
  • chore: bump LICENSE to 2023 (53916f8)

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

04 Feb 05:59
c0026d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

14 Aug 01:48
Compare
Choose a tag to compare

⚡ 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

09 Aug 14:14
Compare
Choose a tag to compare

⚡ 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

09 Jul 11:16
Compare
Choose a tag to compare
  • Fix bug introduced in Supervisor 2022.07.0 (f757e46) (fixes #63, #62)

Full Changelog: 1.1.0...1.1.1

1.1.0

02 Jul 11:16
Compare
Choose a tag to compare

⚡ Features

  • Support multiple download paths (e387b44) (closes #58)
  • Allow keep_days to be null (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

Full Changelog: 1.0.1...1.1.0