Skip to content

Commit 88a2f78

Browse files
committed
Update docs
1 parent 283d238 commit 88a2f78

2 files changed

Lines changed: 1341 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)