Compare commits
2 commits
85f5025efd
...
e63b175243
| Author | SHA1 | Date | |
|---|---|---|---|
| e63b175243 | |||
| e6c87aa2d9 |
3 changed files with 10 additions and 1 deletions
|
|
@ -5,6 +5,12 @@ 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.6 (2026-02-13)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- grant perms for Email Settings to first admin user
|
||||||
|
|
||||||
## v0.27.5 (2026-02-13)
|
## v0.27.5 (2026-02-13)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaWeb"
|
name = "WuttaWeb"
|
||||||
version = "0.27.5"
|
version = "0.27.6"
|
||||||
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"}]
|
||||||
|
|
|
||||||
|
|
@ -215,6 +215,9 @@ class CommonView(View):
|
||||||
"app_tables.view",
|
"app_tables.view",
|
||||||
"appinfo.list",
|
"appinfo.list",
|
||||||
"appinfo.configure",
|
"appinfo.configure",
|
||||||
|
"email_settings.list",
|
||||||
|
"email_settings.edit",
|
||||||
|
"email_settings.view",
|
||||||
"master_views.list",
|
"master_views.list",
|
||||||
"master_views.create",
|
"master_views.create",
|
||||||
"master_views.configure",
|
"master_views.configure",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue