v1.1.0: optional season/part naming, draft mode

This commit is contained in:
xenofem 2023-07-05 12:28:19 -04:00
parent 22d2686343
commit 18497a8cbd
7 changed files with 28 additions and 16 deletions

View file

@ -24,6 +24,8 @@ directory:
- `SCREENCAP_BOT_COHOST_EMAIL`: the email address the bot should use to log into cohost
- `SCREENCAP_BOT_COHOST_PASSWORD`: the password the bot should use to log into cohost
- `SCREENCAP_BOT_COHOST_PAGE`: the cohost page the bot should post from
- `SCREENCAP_BOT_COHOST_DRAFT`: whether to create cohost posts as
drafts, eg for testing (default: `false`)
- `RUST_LOG`: log levels, for the app as a whole and/or for specific
submodules/libraries. See
[`env_logger`](https://docs.rs/env_logger/latest/env_logger/)'s