From 4bcf148fe7f1af8572e0c780aeb4da8d3356b9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Wed, 14 Jan 2026 10:10:42 +0100 Subject: [PATCH] Add changelog for initial alpha release Document initial alpha release and features. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dbe9a21 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. + +## [0.1.0-alpha] - 2026-01-14 +### Added +- Initial alpha release +- ownCloud Classic WebDAV backup agent for Home Assistant +- Backup upload, list, download/restore, and delete via Home Assistant UI +- Automatic DAV endpoint detection: + - `/remote.php/dav/files//` + - `/remote.php/webdav/` +- Support for app passwords and standard credentials (2FA compatible) +- Metadata sidecar (`.json`) with fallback listing from `.tar` properties +- HACS compatible repository structure +- English UI strings and documentation