Skip to content

Releases: medic/cht-core

0.4.12

21 Jul 15:50
Compare
Choose a tag to compare

Jul 21, 2016

2.7.3

18 Jul 22:26
Compare
Choose a tag to compare

Bug fixes

  • Remove maxSockets limit to allow more concurrent connections. Issue: #2492

2.7.2

11 Jul 22:42
Compare
Choose a tag to compare

Bug fixes

  • Connection refused when trying to load app. Issue: #2476

2.7.1

06 Jul 20:40
Compare
Choose a tag to compare

Bug fixes

  • Creating user via fails due to invalid reported_date. Issue: #2449

Performance improvements

  • App takes minutes to load a person dropdown. Issue: #2445
  • Cannot load Configuration Users page. Issue: #2444

2.7.0

27 Jun 23:54
Compare
Choose a tag to compare

Features

  • Bulk delete reports. Issue: #1000

Bug fixes

  • Report list item summaries aren't translated. Issue: #2100
  • Fix form type filter. Issue: #1409

Performance

  • Replication performance. Issue: #2286
  • Improve search performance. Issue: #2302
  • Don't fetch form titles for each Contact report. Issue: #2300
  • Only fetch relevant data for the Users service. Issue: #2262
  • Remove clinics from the Facility filter dropdown. Issue: #2218
  • Optimize admin bandwidth concerns. Issue: #2211
  • We request facilities from the server over and over again. Issue: #2210
  • Don't audit _local docs. Issue: #2366
  • All requests to CouchDB time out after 10 seconds. Issue: #2325
  • Long delay loading contact dropdowns. Issue: #2326

2.6.3

22 May 22:53
Compare
Choose a tag to compare
  • "console not defined" error when loading page. Issue: #2277
  • Pouch doesn't update seq unless something has changed. Issue: #2288
  • Snackbar showing all the time. Issue: #2306
  • Support external_id property on user-settings docs. Issue: #2310

2.6.2

06 May 02:57
Compare
Choose a tag to compare

May 6, 2016

  • Update PouchDB to improve replication reliability and performance. Issue: #2134 #2167
  • When editing a CHP Area, previously set values for CHP, Branch, and Supervisor do not show up. Issue: #2223
  • Dropdowns in CHP Area create and edit forms have no blank option. Issue: #2227
  • allow-new appearance in Enketo doesn't make the "New" option appear. Issue: #2251
  • Improve performance of Enketo db-object-widget. Issue: #2161
  • Ensure roles are always available on user-settings. Issue: #2199
  • Form type filter doesn't include all forms. Issue: #1409
  • Added APIs for creating Users, People, and Places. Issue: #2046

2.6.1

21 Apr 20:57
Compare
Choose a tag to compare

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

13 Apr 22:39
Compare
Choose a tag to compare

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

04 Feb 22:08
Compare
Choose a tag to compare

Feb 4, 2016

  • Security fix for leaking auth info.