bump: version 0.6.0 → 0.7.0
This commit is contained in:
parent
a0f73e6a32
commit
0a1aee591a
2 changed files with 56 additions and 1 deletions
55
CHANGELOG.md
55
CHANGELOG.md
|
|
@ -5,6 +5,61 @@ 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.7.0 (2026-03-04)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- expose "group membership" for assets
|
||||||
|
- expose "current location" for assets
|
||||||
|
- add schema, sync support for `Log.is_movement`
|
||||||
|
- add schema, import support for `Asset.owners`
|
||||||
|
- add schema, import support for `Log.quick`
|
||||||
|
- show quantities when viewing log
|
||||||
|
- add sync support for `MedicalLog.vet`
|
||||||
|
- add schema, import support for `Log.quantities`
|
||||||
|
- add schema, import support for `Log.groups`
|
||||||
|
- add schema, import support for `Log.locations`
|
||||||
|
- add sync support for `Log.is_group_assignment`
|
||||||
|
- add support for exporting log status, timestamp to farmOS
|
||||||
|
- add support for log 'owners'
|
||||||
|
- add support for edit, import/export of plant type data
|
||||||
|
- add way to create animal type when editing animal
|
||||||
|
- add related version tables for asset/log revision history
|
||||||
|
- improve mirror/deletion for assets, logs, animal types
|
||||||
|
- auto-delete asset from farmOS if deleting via mirror app
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- show drupal ID column for asset types
|
||||||
|
- remove unique constraint for `LandAsset.land_type_uuid`
|
||||||
|
- move farmOS UUID field below the Drupal ID
|
||||||
|
- add links for Parents column in All Assets grid
|
||||||
|
- set timestamp for new log in quick eggs form
|
||||||
|
- set default grid pagesize to 50
|
||||||
|
- add placeholder for log 'quick' field
|
||||||
|
- define log grid columns to match farmOS
|
||||||
|
- make AllLogView inherit from LogMasterView
|
||||||
|
- rename views for "all records" (all assets, all logs etc.)
|
||||||
|
- ensure token refresh works regardless where API client is used
|
||||||
|
- render links for Plant Type column in Plant Assets grid
|
||||||
|
- fix land asset type
|
||||||
|
- prevent edit for asset types, land types when app is mirror
|
||||||
|
- add farmOS-style links for Parents column in Land Assets grid
|
||||||
|
- remove unique constraint for `AnimalType.name`
|
||||||
|
- prevent delete if animal type is still being referenced
|
||||||
|
- add reminder to restart if changing integration mode
|
||||||
|
- prevent edit for user farmos_uuid, drupal_id
|
||||||
|
- remove 'contains' verb for sex filter
|
||||||
|
- add enum, row hilite for log status
|
||||||
|
- fix Sex field when empty and deleting an animal
|
||||||
|
- add `get_farmos_client_for_user()` convenience function
|
||||||
|
- use current user token for auto-sync within web app
|
||||||
|
- set log type, status enums for log grids
|
||||||
|
- add more default perms for first site admin user
|
||||||
|
- only show quick form menu if perms allow
|
||||||
|
- expose config for farmOS OAuth2 client_id and scope
|
||||||
|
- add separate permission for each quick form view
|
||||||
|
|
||||||
## v0.6.0 (2026-02-25)
|
## v0.6.0 (2026-02-25)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaFarm"
|
name = "WuttaFarm"
|
||||||
version = "0.6.0"
|
version = "0.7.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