diff --git a/CHANGELOG.md b/CHANGELOG.md index b5241ed..f6b8703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to WuttaFarm will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.3.0 (2026-02-13) + +### Feat + +- add native table for Activity Logs; import from farmOS API +- add native table for Groups; import from farmOS API +- add native table for Animals; import from farmOS API +- add native table for Structures; import from farmOS API +- add native table for Land Assets; import from farmOS API +- add native table for Log Types; import from farmOS API +- add native table for Structure Types; import from farmOS API +- add native table for Land Types; import from farmOS API +- add native table for Asset Types; import from farmOS API +- add extension table for Users; import from farmOS API +- add native table for Animal Types; import from farmOS API +- add "See raw JSON data" button for farmOS API views + +### Fix + +- always make 'farmos' system user in app setup +- avoid error for Create User form +- add more perms to Site Admin role in app setup +- rename `drupal_internal_id` => `drupal_id` + ## v0.2.3 (2026-02-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 04b1d05..f8fc499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "WuttaFarm" -version = "0.2.3" +version = "0.3.0" description = "Web app to integrate with and extend farmOS" readme = "README.md" authors = [