diff --git a/CHANGELOG.md b/CHANGELOG.md index 5196306..00341dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to wuttaweb 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.27.1 (2026-01-03) + +### Fix + +- add separate def for middle buttons on App Info page +- expose version history for site admin in default setup +- only show execution panel if batch view supports it +- remove the Users field for create/edit Person +- only show "create row" button if batch view supports it +- show proper batch status text, from enum +- use wutta hint from model, for master view title +- accept dict instead of true enum, for `Grid.set_enum()` +- improve FK handling in generated model class code +- use custom UUID type when generating model class code for FK +- fix spacing style when viewing object with row grid +- grant access to alembic, tables, master view admin for new apps + ## v0.27.0 (2025-12-31) ### Feat diff --git a/pyproject.toml b/pyproject.toml index ec934fe..f30e4ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.27.0" +version = "0.27.1" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]