bump: version 0.12.1 → 0.13.0
This commit is contained in:
parent
a010071985
commit
0910153685
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -5,6 +5,32 @@ 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.13.0 (2024-08-26)
|
||||
|
||||
### Feat
|
||||
|
||||
- use native wuttjamaican app to send feedback email
|
||||
- add basic user feedback email mechanism
|
||||
- add "progress" page for executing upgrades
|
||||
- add basic support for execute upgrades, download stdout/stderr
|
||||
- add basic progress page/indicator support
|
||||
- add basic "delete results" grid tool
|
||||
- add initial views for upgrades
|
||||
- allow app db to be rattail-native instead of wutta-native
|
||||
- add per-row css class support for grids
|
||||
- improve grid filter API a bit, support string/bool filters
|
||||
|
||||
### Fix
|
||||
|
||||
- tweak max image size for full logo on home, login pages
|
||||
- improve handling of boolean form fields
|
||||
- misc. improvements for display of grids, form errors
|
||||
- use autocomplete for grid filter verb choices
|
||||
- small cleanup for grid filters template
|
||||
- add once-button action for grid Reset View
|
||||
- set sort defaults for users, roles
|
||||
- add override hook for base form template
|
||||
|
||||
## v0.12.1 (2024-08-22)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "WuttaWeb"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
description = "Web App for Wutta Framework"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
|
@ -42,7 +42,7 @@ dependencies = [
|
|||
"pyramid_tm",
|
||||
"waitress",
|
||||
"WebHelpers2",
|
||||
"WuttJamaican[db,email]>=0.12.1",
|
||||
"WuttJamaican[db,email]>=0.13.0",
|
||||
"zope.sqlalchemy>=1.5",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue