bump: version 0.25.1 → 0.26.0
This commit is contained in:
parent
c45f7482a6
commit
19048548f1
2 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -5,6 +5,25 @@ 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.26.0 (2025-12-28)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add "wizard" for creating new table/model/revision
|
||||||
|
- add support for Create Alembic Migration
|
||||||
|
- add CopyableTextWidget and `<wutta-copyable-text>` component
|
||||||
|
- overhaul how form vue template is rendered
|
||||||
|
- add basic views for Alembic Migrations, Dashboard
|
||||||
|
- add basic Table views
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- let checkbox widget show static text instead of Yes/No
|
||||||
|
- rename form-saving methods etc. for consistency in MasterView
|
||||||
|
- temporarily avoid make_uuid()
|
||||||
|
- remove password filter option for Users grid
|
||||||
|
- use smarter default for `grid.sort_multiple` based on model class
|
||||||
|
|
||||||
## v0.25.1 (2025-12-20)
|
## v0.25.1 (2025-12-20)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaWeb"
|
name = "WuttaWeb"
|
||||||
version = "0.25.1"
|
version = "0.26.0"
|
||||||
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"}]
|
||||||
|
|
@ -45,7 +45,7 @@ dependencies = [
|
||||||
"SQLAlchemy-Utils",
|
"SQLAlchemy-Utils",
|
||||||
"waitress",
|
"waitress",
|
||||||
"WebHelpers2",
|
"WebHelpers2",
|
||||||
"WuttJamaican[db]>=0.27.0",
|
"WuttJamaican[db]>=0.28.0",
|
||||||
"zope.sqlalchemy>=1.5",
|
"zope.sqlalchemy>=1.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue