Skip to content

Releases: thecartercenter/nemo

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.

v13.21

06 Sep 00:00
ae0fe55
Compare
Choose a tag to compare

Changed

  • Upgraded to Ruby v3 (large & exciting upgrade, but entirely behind-the-scenes to users)

Fixed

  • Fixed a possible error when performing some XML exports

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.20

19 Jul 23:01
Compare
Choose a tag to compare

Changed

  • Improved a series of behaviors related to form item drag/drop:
    • Grouped items can now be dragged up out of groups instead of dragging down first
    • If a question to be moved contains a skip rule, it now cannot be moved after its target (i.e, the question that will be skipped to)
    • If the question to be moved is a skip rule target (i.e., it is a question that would be skipped to if certain conditions were true), it now cannot be moved before the question that refers to it
    • Updated translations & other smaller tweaks

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.18

22 Jun 21:38
Compare
Choose a tag to compare

Added

  • Upgraded legacy date/time pickers to a more usable interface (no longer defaulting to year 1800!)

Changed

  • Provide details to user when failing to delete an option node that's in use
  • Security updates

Fixed

  • Fixed db:create issue caused by models in initializers

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.17

06 Jun 21:43
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.16

25 May 22:01
Compare
Choose a tag to compare

Changed

  • Upgraded to Ruby v2.7.8
  • 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.15

16 May 21:57
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.14

27 Apr 21:20
Compare
Choose a tag to compare

Fixed

  • The recent repeat_count feature now works inside of nested groups

Changed

  • Improved the dropzone file upload interface
  • 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.