Skip to content

Commit

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

## Unreleased

## [5.0.2] - 2022-11-13

### Added
- New allow_in_public flag on groups that determines whether the group appears in the Group Explorer and whether posts from that group are allowed in the public stream. This flag is turned off for new groups by default while we figure out our strategy for deciding whether it should be on or off for any given group.
- Every new group has a #general topic added to it as a default topic. This will be more important/useful when topic based chat rooms are released soon!

### Fixed
- Update `hylo-shared` to fix bug in Mention HTMl generation
- Autolinking (links being turned into clickable links) in Group descriptions is turned back on
- Can set group settings when creating a group via API. This fixes an issue where the group's locationDisplayPrecision was not being set correctly.

## [5.0.1] - 2022-10-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Tibet Sprague <tibet@hylo.com>",
"license": "GNU AFFERO GENERAL PUBLIC LICENSE v3",
"private": true,
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "git://github.com/Hylozoic/hylo-node.git"
Expand Down

0 comments on commit a94f687

Please sign in to comment.