mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Add TODO for confusing firstboot step id
Update changelog.
This commit is contained in:
parent
e1aa78d25a
commit
e5b32aa6b4
@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
|
||||
### Changed
|
||||
- frontpage: Show app logos instead of generic icons.
|
||||
- Prevent anonymous users from accessing setup pages.
|
||||
- Firstboot, KVStore: merge old firstboot state fields.
|
||||
|
||||
## [0.12.0] - 2016-12-08
|
||||
### Added
|
||||
|
||||
@ -35,6 +35,7 @@ first_boot_steps = [
|
||||
'order': 0
|
||||
},
|
||||
{
|
||||
# TODO: Rename this, or merge with 'firstboot_completed'.
|
||||
'id': 'firstboot_complete',
|
||||
'url': 'first_boot:complete',
|
||||
'order': 10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user