Skip to content

Latest commit

 

History

History
251 lines (117 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

251 lines (117 loc) · 12.6 KB

3.3.4 (2024-04-16)

Fixes

  • conforms to asset/log naming conventions (#49) (154ba29)

3.3.3 (2024-03-27)

Fixes

  • actually adds the DB containing BEAN-FAVA this time (#48) (3c8146d)

3.3.2 (2024-03-27)

Fixes

  • adds tray seeding for testing crop names endpoint (#47) (7607f0d)

3.3.1 (2024-03-27)

Fixes

  • updates tray seeding data to allow better testing (#46) (55f98b3)

3.3.0 (2024-03-25)

Chores

  • adds script to link libraries from FarmData2 (#43) (5228728)
  • copies instead of links FD2 libraries (#44) (b9cafed)

Features

3.2.4 (2024-02-11)

Fixes

3.2.3 (2024-01-25)

Fixes

3.2.2 (2024-01-25)

Fixes

  • drops the creation of log categories (#39) (b29e049)

3.2.1 (2024-01-24)

Fixes

  • clarifies and adjusts the FarmData2 log categories (#38) (f71814c)

3.2.0 (2024-01-23)

Features

3.1.0 (2024-01-18)

Features

  • add log category for soil disturbances (#35) (3a2e4b7)
  • adds generic equipment for seedings to sample database (#31) (1ca8802)

Fixes

3.0.0 (2023-12-30)

⚠ BREAKING CHANGES

  • Changes the areas and crops that appear in the sample database which will break FarmData2 tests.

Features

2.0.1 (2023-12-12)

Fixes

  • removes ssl key creation from sample DB build (#26) (a73f630)

2.0.0 (2023-12-12)

⚠ BREAKING CHANGES

  • database images are built using farmOS v3.x and postgres v13.
  • migrates to farmos3 and postgres 13 (#21)

Features

  • migrates to farmOS and postgres 13 (#23) (729f80c)
  • migrates to farmos3 and postgres 13 (#21) (dc606e8)

1.5.3 (2023-12-05)

Fixes

1.5.2 (2023-12-05)

Fixes

  • makes units for tray seedings consistent (#19) (0a5ea3c)

1.5.1 (2023-11-29)

Fixes

1.5.0 (2023-11-29)

Features

  • enables the farmOS inventory module (#16) (80a9c8b)

1.4.0 (2023-11-21)

Features

  • adds log categories to the sample database (#15) (824e65d)
  • adds units to the sample database (#14) (798cf8f)

1.3.0 (2023-11-17)

Features

  • adds CORS origins to farm client and added tray size vocabulary (#13) (3e26c61), closes #11

1.2.2 (2023-11-02)

Fixes

1.2.1 (2023-10-31)

Fixes

  • prepends parent crop name to subcrops. (#10) (7f3d7d1)

1.2.0 (2023-10-30)

Features

  • add crops to the sample database (febd843)

1.1.1 (2023-10-30)

Chores

Documentation

  • update instructions for release (01c7fcf)
  • update steps for creating release (e7472c9)
  • updates readme with npm run commands (f06b09f)

Fixes

  • adds arguments to error_check calls for custom messages (9de9b97)
  • adds parameter to error_check function (b17e266)

1.1.0 (2023-09-29)

Chores

Features

  • add scripts for creating a sample database (#3) (6ac84eb)
  • add the planting areas to sampleDB (#5) (8eeacf7)
  • add utility functions for fields and beds, and greenhouses (#7) (af0738d)

1.0.0 (2023-09-13)

Chores

Continuous Integration

  • add action that builds releases (8891bc6)

Documentation

  • update and clarify README.md (4c1770c)
  • update README for base database creation (8b4a7e4)

Features

  • add scripts to create base (empty) database (#2) (184f0d4)

Fixes

  • correct tar command to use gzip not bzip (5914486)
  • include db file in the repo for distribution (66f45ca)
  • remove build step in release action (e62c056)