mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +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
|
### Changed
|
||||||
- frontpage: Show app logos instead of generic icons.
|
- frontpage: Show app logos instead of generic icons.
|
||||||
- Prevent anonymous users from accessing setup pages.
|
- Prevent anonymous users from accessing setup pages.
|
||||||
|
- Firstboot, KVStore: merge old firstboot state fields.
|
||||||
|
|
||||||
## [0.12.0] - 2016-12-08
|
## [0.12.0] - 2016-12-08
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -35,6 +35,7 @@ first_boot_steps = [
|
|||||||
'order': 0
|
'order': 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
# TODO: Rename this, or merge with 'firstboot_completed'.
|
||||||
'id': 'firstboot_complete',
|
'id': 'firstboot_complete',
|
||||||
'url': 'first_boot:complete',
|
'url': 'first_boot:complete',
|
||||||
'order': 10
|
'order': 10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user