Skip to content

Commit

Permalink
Update to version 5.2.0 - CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Jan 20, 2023
1 parent bb11ded commit c28290a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [5.2.0] - 2022-01-20

### Added
- My Home context with 4 new views: __My Posts__ to see all posts you created, __Interactions__ to see all posts you have commented on or reacted to, __Mentions__ to see all posts you have been mentioned in, and __Announcements__ to see all announcements made in all groups you are a member of.
- A toggle to turn on or off the aggregated display of posts from child groups, that you are a member of, in the stream of the parent group
- Visual display to indicate which posts appearing in the stream are being aggregated from child groups (that you are a member of)
- Link to our Open Collective called Contribute to Hylo added to top nav menu

### Changed
- Mentions of the current logged in user now display as a different (yellow/orange) color than other mentions
- Update farm product categories ontology list to include "Other"
- Improved styling and user experience for notifications settings page

### Fixed
- Display of public map for non logged in users
- As a non-logged in person, navigating to a link for a public post that includes the group context now correctly displays the post

## [5.1.2] - 2022-12-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hylo-evo",
"description": "Hylo Frontend",
"version": "5.1.2",
"version": "5.2.0",
"private": true,
"engines": {
"node": "16.13.2",
Expand Down

0 comments on commit c28290a

Please sign in to comment.