Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial public release
- NIF bindings for Matter SDK
- GenServer API (`Matterlix.Matter`)
- Commissioning support (QR code, commissioning window)
- Attribute get/set with callbacks
- Network commissioning (WiFi credential handling)
- Factory reset support
- Device info configuration
- AddressSanitizer CI testing
- Stub mode for development without Matter SDK
### Changed
- Nothing yet
### Fixed
- Nothing yet
## [0.1.0] - 2026-01-17
Initial release.
[Unreleased]: https://github.com/tomHoenderdos/matterlix/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/tomHoenderdos/matterlix/releases/tag/v0.1.0