-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changelog and update to v5.1.0
- Loading branch information
1 parent
dc5fb19
commit 5e3722b
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## Unreleased | ||
|
||
## [5.1.0] - 2022-12-21 | ||
|
||
### Added | ||
- New 'chat' type posts for topic based chat rooms. | ||
- Track the last read post in a topic for each user so we can show new posts in the new topic based chat rooms. | ||
- Switch from votes to emoji based reactions on posts (votes APIs still in place to support mobile app). | ||
- Add reactions to comments. | ||
- Add a #general topic to all groups which is set to be a suggested/default topic and pinned as well. Subscribe all users to the #general topic in every group they are a part of. | ||
- APIs to decide whether to show child posts in the stream when looking at a group or not. | ||
- New comment URL that allows for going directly to a comment in a post from a notification. | ||
|
||
### Changed | ||
- Updated digest emails to show chats and improve Sender and Subject. Also switch reply-to email to [email protected]. | ||
- Allow for posts without a title, for chat posts only for now. | ||
|
||
## [5.0.3] - 2022-11-23 | ||
|
||
### Fixed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"author": "Tibet Sprague <[email protected]>", | ||
"license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", | ||
"private": true, | ||
"version": "5.0.3", | ||
"version": "5.1.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Hylozoic/hylo-node.git" | ||
|