summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 4ea6554a93b0ff286db84c0b428ab1b629b50cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Changelog

All notable changes to the Sia server 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][6]

### Added

- `README.md` file for basic documentation
- `CHANGELOG.md` for change documentation
- support for `linux/amd64`
- [JSON][4]-based configuration
- [systemd][5] files for service and user management
- basic Homematic IP HmIP-SWDO-2 support

[1]: https://keepachangelog.com/en/1.0.0/
[2]: https://semver.org/spec/v2.0.0.html
[3]: https://cgit.xengineering.eu/sia-server/
[4]: https://www.json.org/
[5]: https://systemd.io/
[6]: https://cgit.xengineering.eu/sia-server/tree?h=0.1.0