Skip to content

v0.9.4

Compare
Choose a tag to compare
@paul121 paul121 released this 20 Apr 20:51
· 39 commits to master since this release
  • Allow list of id query params for requests to DELETE farm records.
    • This doesn't break the old schema. Multiple id params can be added. Before:?id=1 After: ?id=1&id=2&id=3
  • Display notes on farm edit screen.
  • Save empty fields when updating farm profiles. Fixes #81