2018-08-24 04:16:44 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2019-01-10 04:02:03 +00:00
|
|
|
## [1.0.1] - 2019-01-09
|
|
|
|
### Fixed
|
|
|
|
- mentions from pnut to matrix
|
|
|
|
- startup for pnut-matrix-bot
|
|
|
|
|
2019-01-04 03:49:38 +00:00
|
|
|
## [1.0.0] - 2019-01-03
|
|
|
|
### Fixed
|
|
|
|
- database initialization
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Support for pnut app streams
|
|
|
|
- Sync avatars from pnut to matrix
|
|
|
|
- Administrator control room functions
|
|
|
|
- Example configuration file
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Display names for matrix users not registered with pnut
|
|
|
|
- Simplified storage models
|
|
|
|
|
2018-08-24 04:16:44 +00:00
|
|
|
## 0.0.1 - 2018-08-23
|
|
|
|
### Added
|
|
|
|
- This CHANGELOG file because I can't believe for the last year I wasn't
|
|
|
|
keeping track of releases for this project. :p
|
|
|
|
|
2019-01-04 03:49:38 +00:00
|
|
|
[Unreleased]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/compare/1.0.0...HEAD
|
2019-01-10 04:02:03 +00:00
|
|
|
[1.0.1]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/1.0.1
|
2019-01-04 03:49:38 +00:00
|
|
|
[1.0.0]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/1.0.0
|
|
|
|
[0.0.1]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/v0.0.1
|