Skip to content

Releases: thecartercenter/nemo

v14.1

05 Apr 14:26
Compare
Choose a tag to compare

Changed

  • Exported XLSForm relevant column now also works for option sets
  • Security updates

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v14.0

26 Mar 22:58
Compare
Choose a tag to compare

Added

  • Added translations to XLSForm exports: the exported XLSForm will now include label columns for all languages specified in the form's mission

Changed

  • Security updates

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.29

08 Mar 00:17
Compare
Choose a tag to compare

Changed

  • Security updates

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.28

22 Feb 23:19
Compare
Choose a tag to compare

Changed

  • Security updates

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.27.1

08 Feb 23:49
Compare
Choose a tag to compare

Added

  • Improved the new experimental "export to XLSForm" feature, particularly by supporting option sets with multiple levels and more than one option set per form

Changed

  • Upgraded numerous sub-dependencies in preparation for larger upgrades coming soon

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.26

18 Jan 23:07
Compare
Choose a tag to compare

Changed

  • Upgraded Twilio gem from v4 => v6 latest to fix an issue where their API's SSL certificate was expired
  • Added a clear error message on export if there are no option set CSV headers available (for example, if the titles are translated only in English but your mission locale is set to only French)

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.25

14 Dec 23:28
Compare
Choose a tag to compare

Added

  • Discard jobs on ActiveJob::DeserializationError to avoid DJ backups

Removed

  • Long-deprecated v1 API is now removed in favor of the new OData API

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.24

28 Nov 22:52
Compare
Choose a tag to compare

Added

Added new button to Form pages: Export XLSForm (experimental) to download an Excel file in XLSForm format. See also beginner's docs here: https://docs.getodk.org/xlsform-first-form/

Currently supported features in the experimental release:

  • All question types -- except for signature, sketch, and cascading (multi-level) select
  • Skip/display logic
  • Logical groups
  • Repeat groups
  • Option set "choices" XLS tab
  • Form "settings" XLS tab
  • Translation into default mission locale

Not yet supported in the experimental release:

  • Question hints
  • Additional translations beyond your mission's default language
  • Some question/group settings such as hidden/disabled, media prompts, default answers, repeat limits
  • Default form response name

Known issues to be fixed:

  • If the last item in a form is a group, you'll need to manually type "end group" below it
  • Certain characters in option set option names fail to import into ODK Central, including spaces, and must be renamed
  • Certain XPath references fail to import into ODK Central, and must be renamed
  • Let us know if you find more!

The exported file is meant to be human-readable and human-editable to add any missing features.

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.23

02 Nov 22:24
Compare
Choose a tag to compare

Added

  • Added a new <meta> tag to exported form XML to allow importing into the latest versions of ODK Central
    • Re-rendered all published forms automatically at time of deploy

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.

v13.22

19 Oct 21:58
Compare
Choose a tag to compare

Added

  • Added form rank helpers scripts to help diagnose & fix rare questioning rank issues

Fixed

  • Fixed rendering forms to XML if there's a disabled cascading select questioning

As always, there are lots of smaller things under the hood; see entire history of changes, list of main releases, and technical upgrade guides for more.