From 0d4eefd249bd121519d03570abef7d45a68a23a1 Mon Sep 17 00:00:00 2001 From: binarious Date: Wed, 7 Sep 2016 19:11:16 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fb4b46..e8ab41c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [v1.4.0](https://github.com/Sirimangalo/meditation-plus-angular/compare/v1.3.1...v1.4.0) (2016-09-07) + +### Bug Fixes +* **general:** fixed general layout bugs. This allows iPhone users to post questions. +* **meditation:** another try to fix the timer issues. +* **general:** fixed gestures. You should now be able to swipe left and right to switch between tabs on the main page and to open the sidenav while you're on the meditation tab. + +### Features +* **profile:** added the ability to change the email address. +* **profile:** meditation times won't be displayed in days anymore. +* **profile:** you can now log 'offline' meditations for the last 30 days. +* **questions:** added rules. + # [v1.3.1](https://github.com/Sirimangalo/meditation-plus-angular/compare/v1.3.0...v1.3.1) (2016-09-01)