Releases: medic/cht-core
Releases · medic/cht-core
2.6.1
Apr 21, 2016
- User's fullname is not showing up in /configuration/users. Issue #2200
- Deleted documents cause sentinel log spam. Issue #1999
- Disable nools for unrestricted users. Issue: medic/medic-projects#149
- Update libphonenumber and use strict validation. Issue: #2159 #2196
- Contacts export response garbled. Issue: #2187
2.6.0
Apr 5, 2016
This release contains breaking changes from 0.x versions. Updating from 0.x versions may result in the application no longer operating as expected.
- The app can now be used offline and synced back to the server later.
- Added an android app for accessing the webapp from mobile.
- Added Tasks feature for rich event scheduling.
- Forms can now be provided in XForm format for rich form UIs.
- Added a configurable Target analytics module.
0.4.11
0.4.10
Nov 16, 2015
- Added support for Outgoing Deny List, a comma separated list of phone numbers
or strings to deny outgoing service to. Currently only available in lower level app settings editor. #750
- Fixed bug in records export. #1273
- Fixed bugs in uniqueWithin validation. medic/medic-sentinel#74
- Added link to Help page in main menu.
0.4.9
Aug 26, 2015
- Fixed bug on node 0.12 in felix-couchdb. #1145
- Improved error handling when notifications (start/stop) configs are misconfigured. #1144
- Fixed bug in
exists
validation where it fails on some unicode characters. #1147 - Fixed Reporting Rates interface that was neglected and broken. #1030
- Fixed bug in exporting data by date, it's now inclusive. #1104
0.4.8
- Added SMS parser fixes from dev branch:
- parse string fields with exlamation marks
- compact textforms format handles quotes in quotes
- Fixed export bug when using lowercase form codes. Please re-upload your forms
so they are formatted correctly. #998 - Fixed bug where exporting yields same result with or without date
filter. #1059, #1031
0.4.7
- Fixed ODK forms list bug when the list is empty. Issue #886
- Fixed compact textforms parser bug with exclamation points. Issue #989
- Fixed bug in compact textforms parser we ignored fields with uppercase
letters in the key of the form definition. Issue #991 - Fixed bug when creating record with empty message. Issue #990
- Moved raw message to bottom of report body. Issue: #927