From 11781dd70bc973fa30f5c01f1bf29a043bd52feb Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 25 Feb 2026 09:02:12 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf9487..13c040e 100644 --- a/CHANGELOG.md +++ b/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/) 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) ### Feat diff --git a/pyproject.toml b/pyproject.toml index a474302..c66f0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "WuttaFarm" -version = "0.5.0" +version = "0.6.0" description = "Web app to integrate with and extend farmOS" readme = "README.md" authors = [