docs: release 1.3.19 and document the environment variables

- Close the Unreleased section as 1.3.19, summarising it by what
  changed for the user rather than by what each commit touched.
- Add the environment variables the settings module reads, which the
  README did not mention.
This commit is contained in:
2026-09-04 18:23:25 +09:00
parent d60221de21
commit 0423913b3d
2 changed files with 18 additions and 14 deletions
+9
View File
@@ -40,6 +40,15 @@ pip install -e ".[dev]"
uv sync
```
## Configuration
The following environment variables can be set, either in the shell or via a `.env` file placed in the working directory.
| Variable | Default | Description |
|---|---|---|
| `MDRS_CLIENT_CONFIG_DIRNAME` | `~/.mdrs-client` | Directory where config and login cache files are stored |
| `MDRS_CLIENT_CONCURRENT` | `10` | Number of concurrent file transfers for upload and download |
## CLI Usage
### config create