From c92b7190b65a95cc9989494cb7a89f8106337f9e Mon Sep 17 00:00:00 2001 From: binarious Date: Wed, 14 Sep 2016 20:49:47 +0200 Subject: [PATCH] docs(changelog): updates to 1.5.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877cf0c2..66142a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [v1.5.0](https://github.com/Sirimangalo/meditation-plus-angular/compare/v1.4.1...v1.5.0) (2016-09-14) + +### Bug Fixes +* **profile:** average meditation time will be displayed as minutes. + +### Features +* **questions:** questions will be sorted by the time they have been answered. +* **questions:** links to the YouTube streams will be added to the questions after the broadcast has been ended. +* **messages:** added the ability to load older messages. +* **messages:** you can now edit messages 30 minutes after they have been posted and delete them. A click on your messages opens a menu. +* **meditation:** sitting and walking time now have two separate countdowns. + # [v1.4.1](https://github.com/Sirimangalo/meditation-plus-angular/compare/v1.4.0...v1.4.1) (2016-09-07)