pnut-matrix/CHANGELOG.md
2019-02-02 15:31:56 -08:00

43 lines
1.3 KiB
Markdown

# 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]
## [1.0.2] - 2019-02-02
### Fixed
- error checking when avatar changes
- hung thread when websocket is closed remotely
- error checking for image size
- error handling message redaction from moderator
## [1.0.1] - 2019-01-09
### Fixed
- mentions from pnut to matrix
- startup for pnut-matrix-bot
## [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
## 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
[Unreleased]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/compare/1.0.2...HEAD
[1.0.2]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/1.0.2
[1.0.1]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/1.0.1
[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