From f77f3026e9ddf55d64b1a990c23017f144dc9864 Mon Sep 17 00:00:00 2001 From: valeria Date: Thu, 16 Mar 2017 11:13:58 +0100 Subject: [PATCH] [#652] Release notes for 2.3.0 --- RELEASE_NOTES.md | 15 +++++++++++++++ util/scripts/release_notes.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) mode change 100644 => 100755 util/scripts/release_notes.py diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 25a2391ce..f6ab65404 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,20 @@ Akvo FLOW app release notes =========================== +# ver 2.3.0 +Date: 16 March 2017 + +# New and noteworthy +* **Automate release note creation** - [#604](https://github.com/akvo/akvo-flow-mobile/issues/604) Release notes can now be generated faster with a script. +* **Create 3 modules for the layers of the app** - [#535](https://github.com/akvo/akvo-flow-mobile/issues/535) This is the first step of refactoring the app to 3 layers app/domain/data. + +# Resolved issues +* **Review some exceptions being sent to sentry** - [#633](https://github.com/akvo/akvo-flow-mobile/issues/633) Filtered out exceptions that were not useful to reduce traffic. +* **Data sync notifications phase 1** - [#584](https://github.com/akvo/akvo-flow-mobile/issues/584) Removed notifications when datapoints are being sent to the server. +* **Languages: Find a better way to handle languages** - [#576](https://github.com/akvo/akvo-flow-mobile/issues/576) Improved language settings per survey and moved languages to the language table. +* **Languages: When switching surveys the previous survey languages are displayed** - [#575](https://github.com/akvo/akvo-flow-mobile/issues/575) Fixed issue when survey languages were displayed for all the surveys at the same time. +* **Database refactor phase 1** - [#544](https://github.com/akvo/akvo-flow-mobile/issues/544) User preferences have been moved out of database into SharedPreferences for faster access. + +--------------- # ver 2.2.11 Date: 23 February 2017 diff --git a/util/scripts/release_notes.py b/util/scripts/release_notes.py old mode 100644 new mode 100755 index 004544a8f..7d146d27d --- a/util/scripts/release_notes.py +++ b/util/scripts/release_notes.py @@ -10,7 +10,7 @@ import urllib2 import argparse -milestone = '2.2.11' +milestone = '2.3.0' labels = ['New and noteworthy', 'Resolved issues'] repo = 'akvo/akvo-flow-mobile' api_url = 'https://api.github.com/search/issues?q=milestone:' + milestone + '+repo:' + repo + '+label:'