Releasing v0.2.0

This commit is contained in:
Nick Gerakines 2020-04-14 09:58:35 -04:00
parent 7499dc29ed
commit f5d6c24c72
No known key found for this signature in database
GPG Key ID: 33D43D854F96B2E4
1 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
## [0.2.0]
### Added
* [#21 Groups](https://gitlab.com/ngerakines/tavern/-/issues/21)
@ -23,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
**Important**: Without the service actor record, the server will not start up.
* Added user inbox handling of object likes.
* Added content warnings if object attribute "sensitive" exists and is true, and if summary is not empty.
* Added tavern version to footer.
### Changed
@ -39,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* Fixed bug in view object where inReplyTo author link and name was not displayed.
* Fixed missing sentry flag references in web command.
* Fixed bug in init-admin where key id was not set correctly.
* Fixed bug in announce due to code being removed when it shouldn't have been.
## [0.1.2]
@ -165,8 +169,9 @@ 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...master
[0.1.2]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.0...v0.1.2
[Unreleased]: https://gitlab.com/ngerakines/tavern/-/compare/v0.2.0...master
[0.2.0]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.2...v0.2.0
[0.1.2]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.1...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
[0.1.0-rc3]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.0-rc2...v0.1.0-rc3