diff options
| author | xengineering <me@xengineering.eu> | 2026-04-14 20:45:42 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-04-14 20:45:42 +0200 |
| commit | a59c7dd5dcbf841cb042505a4fd30973a9f38dd9 (patch) | |
| tree | bc1e288139dce938c6283301954906be2de1eb4d | |
| parent | 18cbbf877b171fc23950e64dac5fa6abda6fb02b (diff) | |
| download | sia-app-0.1.0.tar sia-app-0.1.0.tar.zst sia-app-0.1.0.zip | |
Add CHANGELOG.mdv0.1.0
| -rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3255f33 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to the code will be documented in this file. + +The format is based on [Keep a Changelog][1], and this project adheres to +[Semantic Versioning][2]. + +## [v0.1.0][3] + +### Added + +- device support for plugs +- device support for covers +- persistent server name selection +- basic icon +- automated reconnects +- connection indicator +- device support for door / window contacts +- operating system support for Android +- operating system support for Linux + +[1]: https://keepachangelog.com/en/1.0.0/ +[2]: https://semver.org/spec/v2.0.0.html +[3]: https://cgit.xengineering.eu/sia-app/tree?h=0.1.0 |
