bump: version 0.27.0 → 0.27.1
This commit is contained in:
parent
ec19531518
commit
051d2c05d5
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
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/)
|
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.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)
|
## v0.27.0 (2025-12-31)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaWeb"
|
name = "WuttaWeb"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
description = "Web App for Wutta Framework"
|
description = "Web App for Wutta Framework"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue