File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # Change Log
3+
4+ ## v2.0.0 (2023/02/14)
5+ - ** Change:** the admin cli is no longer available
6+ - ** Change:** the admin is now exposed as an Express.js middleware only
7+ - ** Change:** config.json ` server ` key is no longer needed
8+ - ** Change:** config.json ` app ` was renamed to ` admin `
9+ - ** Change:** config.json new required ` admin.settings ` config should be set the absolute path to your ` settings.json ` file
10+ - ** New:** config.json new ` admin.readonly ` flag replacing the ` -v ` cli argument
11+ - ** New:** config.json new ` admin.debug ` flag replacing the ` -l ` cli argument
12+ - ** New:** config.json new ` admin.favicon ` key to specify a path to a custom favicon.ico file to use
13+ - ** New:** config.json new ` admin.footer ` text and URL to use for the admin's footer
14+ - ** New:** config.json new ` admin.locale ` path to a custom locale file to use
15+ - ** New:** config.json new ` admin.session ` object to configure the underlying session middleware
16+ - ** Change:** users.json each user now contains just a ` name ` and ` pass ` fields as clear text
17+
18+ ## v1.0.0 (2013/05/26)
19+ - official release
You can’t perform that action at this time.
0 commit comments