Skip to content

Commit

Permalink
Release 0.24.0 (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Feb 7, 2020
1 parent 672562a commit 380f6e4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# InSTEDD Surveda Changelog

## 0.24.0

### Features

* Use the last contact attempt wait time as the timeout to mark a respondent as stalled [#452](https://github.com/instedd/surveda/issues/452)
* The default fallback delay is now 2 hours (previously 10 minutes). [0a732058](https://github.com/instedd/surveda/commit/0a73205850bb91e4192ebfc1c2bc282ea347e4a1)
* Add retries histogram to show scheduling of respondents [#1526](https://github.com/instedd/surveda/issues/1526)
* Improve wording and information shown of queue and cockpit [#1162](https://github.com/instedd/surveda/issues/1162), [#1636](https://github.com/instedd/surveda/issues/1636), [#1627](https://github.com/instedd/surveda/issues/1627)
* Improve wording in skip logic [#1557](https://github.com/instedd/surveda/issues/1557)
* Replace (deprecated) Google URL shortener service in favor of a configurable InSTEDD [shorter](https://github.com/instedd/shorter) instance [#1522](https://github.com/instedd/surveda/issues/1522)
* Add configurable email from address [#1549](https://github.com/instedd/surveda/issues/1549)
* Survey overview page shows start and end date [#1123](https://github.com/instedd/surveda/issues/1123)
* Add a description field to questionnaires [#1068](https://github.com/instedd/surveda/issues/1068)
* Survey is stopped by a background process [#1517](https://github.com/instedd/surveda/issues/1517)
* Curate list of languages for language autocomplete [#356](https://github.com/instedd/surveda/issues/356)
* Timezones are chosen with an autocomplete component [#297](https://github.com/instedd/surveda/issues/297)
* Show the localtime of the selected timezone [#1604](https://github.com/instedd/surveda/issues/1604)
* Add date in incentive file [#1113](https://github.com/instedd/surveda/issues/1113)
* Improve order of responses CSV columns by included before the ones that are always present [#1136](https://github.com/instedd/surveda/issues/1136)
* Update mobile web url to `https://<server>/mobile/<respondent_id>?token=<token>` [#1520](https://github.com/instedd/surveda/issues/1520)
* Improve layout of numeric data in tables [#409](https://github.com/instedd/surveda/issues/409)
* Survey auto-save is now triggered without leaving the field [#280](https://github.com/instedd/surveda/issues/280)

### Bugfixes

* Fix cockpit progress calculations and labeling [#1600](https://github.com/instedd/surveda/issues/1600)
* Fix questionnaire export issues due to long audio files [#1525](https://github.com/instedd/surveda/issues/1525)
* Fix error in "Total call time" when expired calls are involved [#1452](https://github.com/instedd/surveda/issues/1452)
* Fix export of audio files when the questionnaire has sections [#1597](https://github.com/instedd/surveda/issues/1597)
* Fix styling in comparisons section [#644](https://github.com/instedd/surveda/issues/644)
* Some surveys couldn't be removed depending on its state [#1560](https://github.com/instedd/surveda/issues/1560)
* Do not log requeue of expired calls in the interactions file [#1519](https://github.com/instedd/surveda/issues/1519)
* Ignore answers on non-active modes to fix modes column in the respondents file [#1482](https://github.com/instedd/surveda/issues/1482)

## 0.23.2

### Bugfixes
Expand Down

0 comments on commit 380f6e4

Please sign in to comment.