First release
Caution
This version introduces breaking changes with the previously untagged :latest
version:
- Default config dir has been moved from
/app/data
to/config
. If the old destination is desired, set the environment variableABR_APP__CONFIG_DIR=/app/dir
- The environment variable
SERVER_PORT
has been renamed toABR_APP__PORT
.
For future use it is recommended to fixate at least the major version (currently :1
) to avoid undesired breaking changes.
Subset of changes / Issues
- Added forms login and option to ignore login by @markbeep in #1
- Quality ranking by @markbeep in #2
- fix docker example, ABS name capitalization by @vicegold in #3
- Customizable prowlarr categories by @markbeep in #9
New Contributors
Full Changelog: https://github.com/markbeep/AudioBookRequest/commits/1.0.0