Updated changelog

This commit is contained in:
Nick Gerakines 2020-04-05 13:01:43 -04:00
parent 0503e01375
commit 14deb67ab7
No known key found for this signature in database
GPG Key ID: 33D43D854F96B2E4
1 changed files with 17 additions and 1 deletions

View File

@ -6,9 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Added
* [#21 Groups](https://gitlab.com/ngerakines/tavern/-/issues/21)
The groups feature has been implemented to allow for multiple types (open, broadcast, private, etc.) of groups to exist within Tavern. See [FEDERATION.md](FEDERATION.md) for Activity Pub implementation details.
Groups are special actors that share the same namespace as users, have their own profiles ([#68](https://gitlab.com/ngerakines/tavern/-/issues/68)), and can be browsed via a directory ([#67](https://gitlab.com/ngerakines/tavern/-/issues/67)).
* Group invitations allow group members (manager level) to invite others to the group.
### Changed
* Changed link in user agent.
* Added metrics collector storage driver to expose query metrics.
### Fixed
* Fixed bug in view object where inReplyTo author link and name was not displayed.
* Fixed missing sentry flag references in web command.
## [0.1.2]
@ -135,7 +151,7 @@ Project created
- [#40 Convert threading to use context instead of conversation](https://gitlab.com/ngerakines/tavern/-/issues/40)
- [#42 Remove object conversation and context tracking](https://gitlab.com/ngerakines/tavern/-/issues/42)
[Unreleased]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.2...HEAD
[Unreleased]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.2...master
[0.1.2]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.0...v0.1.2
[0.1.1]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.0...v0.1.1
[0.1.0]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.0-rc3...v0.1.0