Skip to content

Commit 8449da2

Browse files
committed
Update to version 3.2.0
1 parent 2898336 commit 8449da2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to Hylo Evo (the Hylo front-end) will be documented in this
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.2.0] - 2021-12-17
8+
9+
### Added
10+
- New signup/registration flow that includes email verification, password confirmation and in general better security practices.
11+
- You can now deactivate or delete your account from the Settings -> Account page.
12+
- You can now use Markdown when editing the welcome message on the explore page for your group. This means links will work as well.
13+
14+
### Changed
15+
- Attachments on posts now display in a list instead of a row so you can see any number of attachments. Previously you could see only the first 6 or so.
16+
17+
### Fixed
18+
- Editing welcome message on explore page updates the widget instantly.
19+
720
## [3.1.11] - 2021-12-3
821
### Fixed
922
- Display of map icons on latest safari

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hylo-evo",
33
"description": "Hylo Frontend",
4-
"version": "3.1.11",
4+
"version": "3.2.0",
55
"private": true,
66
"engines": {
77
"node": "15.5.0",

0 commit comments

Comments
 (0)