Skip to content

Releases: hotosm/osm-fieldwork

v0.18.2

21 Jan 14:41
Compare
Choose a tag to compare

What's Changed

  • Add default language in settings tab if not present by @Sujanadh in #336

Full Changelog: 0.18.1...0.18.2

v0.18.1

15 Jan 11:45
Compare
Choose a tag to compare

What's Changed

  • Add brazilian portguese translation for mandatory fields by @Sujanadh in #332

Full Changelog: 0.18.0...0.18.1

v0.18.0

10 Jan 15:11
Compare
Choose a tag to compare

What's Changed

  • Add support for filters in OdkForm get submission media by @Anuj-Gupta4 in #330
  • Allow the XLSForm new_feature question geometry type to be configurable by @spwoodcock in #329

New Contributors

Full Changelog: 0.17.0...0.18.0

v0.17.0

25 Dec 07:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.12...0.17.0

v0.16.12

10 Dec 00:43
Compare
Choose a tag to compare

What's Changed

  • Update mandatory fields XLSForm to better handle new_feature field injection.

Full Changelog: 0.16.11...0.16.12

v0.16.11

28 Nov 08:08
Compare
Choose a tag to compare

What's Changed

  • Sanitize column names to follow defined standards by @Sujanadh in #313
  • Add row to calculate coordinates of additional entity by @Sujanadh in #312
  • Update labels and entities name in test cases by @Sujanadh in #317
  • Photo question outside the verification section as a standalone question by @Sujanadh in #319

Full Changelog: 0.16.10...0.16.11

v0.16.10

06 Nov 22:06
Compare
Choose a tag to compare

What's Changed

  • Updates the minimum pin for python-calamine ensuring that all required dependencies are bundled.
  • This should improve compatibility with Python 3.12 and dependency lockers: see dimastbk/python-calamine#93

Full Changelog: 0.16.9...0.16.10

v0.16.9

18 Oct 09:11
Compare
Choose a tag to compare

What's Changed

  • Updated create_if and update_if column in entity sheet by @Sujanadh in #307

Full Changelog: 0.16.8...0.16.9

0.16.8

30 Sep 04:15
Compare
Choose a tag to compare

What's Changed

  • Remove multiple duplicates in choice sheets by @Sujanadh in #303

Note

It would seem this is a reversion of 0.16.7, but it is not.
Instead the logic was updated to remove duplicates based on the list_name and name column pair.
This way duplicates can still exist, as long as they are in a different choices list (list_name).

Full Changelog: 0.16.7...0.16.8

0.16.7

24 Sep 10:06
Compare
Choose a tag to compare
  • Do not remove duplicate values from 'choices' XLSForm sheet, as these are actually valid.
    • There may be duplicate 'name' column entries across 'list_name', for example multiple yes/no answers.

Full Changelog: 0.16.6...0.16.7