bump: version 0.2.3 → 0.3.0
This commit is contained in:
parent
061dac39f9
commit
34cb6b210d
2 changed files with 25 additions and 1 deletions
24
CHANGELOG.md
24
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/)
|
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).
|
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)
|
## v0.2.3 (2026-02-08)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaFarm"
|
name = "WuttaFarm"
|
||||||
version = "0.2.3"
|
version = "0.3.0"
|
||||||
description = "Web app to integrate with and extend farmOS"
|
description = "Web app to integrate with and extend farmOS"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue