From 4c06e9b14960f6b8295104d6f4d7ad32f4315a24 Mon Sep 17 00:00:00 2001 From: binarious Date: Thu, 14 Sep 2017 15:47:59 +0200 Subject: [PATCH] docs: update changelog (#544) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13c2955..9509be10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [v1.12.0](https://github.com/Sirimangalo/meditation-plus-angular/compare/v1.11.0...v1.12.0) (2017-09-14) +### Bug Fixes +* **ask:** Don't show answer button for non-admins. +* **ask:** Don't disable answer button when not pressing the answering button. +* **profile:** We fixed a bug that caused stats from last year to appear in the current year. +* **general:** We removed lots of small bugs and improved the overall peformance. + +### Features +* **administration:** Implemented an easier way to change schedule. +* **meditation:** We improved the bell and its sounds. +* **livestream:** The livestream information can now be changed by an admin. +* **messages:** Notifications now show the profile picture of the sender. + # [v1.11.0](https://github.com/Sirimangalo/meditation-plus-angular/compare/v1.10.0...v1.11.0) (2017-07-15)