bump: version 0.5.0 → 0.6.0
This commit is contained in:
parent
b9ab27523f
commit
11781dd70b
2 changed files with 28 additions and 1 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
|
@ -5,6 +5,33 @@ 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.6.0 (2026-02-25)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add common normalizer to simplify code in view, importer etc.
|
||||||
|
- overhaul farmOS log views; add Eggs quick form
|
||||||
|
- add basic CRUD for direct API views: animal types, animal assets
|
||||||
|
- use 'include' API param for better Animal Assets grid data
|
||||||
|
- add backend filters, sorting for farmOS animal types, assets
|
||||||
|
- include/exclude certain views, menus based on integration mode
|
||||||
|
- add Standard Quantities table, views, import
|
||||||
|
- add Quantity Types table, views, import
|
||||||
|
- add Units table, views, import/export
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- add `Notes` schema type
|
||||||
|
- add grid filter for animal birthdate
|
||||||
|
- add thumbnail to farmOS asset base view
|
||||||
|
- add setting to toggle "farmOS-style grid links"
|
||||||
|
- standardize a bit more for the farmOS Animal Assets view
|
||||||
|
- set *default* instead of configured menu handler
|
||||||
|
- expose farmOS integration mode, URL in app settings
|
||||||
|
- reword some menu entries
|
||||||
|
- add WuttaFarm -> farmOS export for Plant Assets
|
||||||
|
- fix default admin user perms, per new log schema
|
||||||
|
|
||||||
## v0.5.0 (2026-02-18)
|
## v0.5.0 (2026-02-18)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaFarm"
|
name = "WuttaFarm"
|
||||||
version = "0.5.0"
|
version = "0.6.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