bump: version 0.6.0 → 0.7.0
This commit is contained in:
parent
9805f808da
commit
a8514da107
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/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## v0.7.0 (2024-08-15)
|
||||
|
||||
### Feat
|
||||
|
||||
- add sane views for 403 Forbidden and 404 Not Found
|
||||
- add permission checks for menus, view routes
|
||||
- add first-time setup page to create admin user
|
||||
- expose User password for editing in master views
|
||||
- expose Role permissions for editing
|
||||
- expose User "roles" for editing
|
||||
- improve widget, rendering for Role notes
|
||||
|
||||
### Fix
|
||||
|
||||
- add stub for `PersonView.make_user()`
|
||||
- allow arbitrary kwargs for `Form.render_vue_field()`
|
||||
- make some tweaks for better tailbone compatibility
|
||||
- prevent delete for built-in roles
|
||||
|
||||
## v0.6.0 (2024-08-13)
|
||||
|
||||
### Feat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue