Changes
- Load configuration files from the current directory when run as an executable
- Add support for YAML and TOML configuration files and convert default configuration file into those formats - see docs
- Generate new configuration file locations for files with
.yaml
,.yml
and.toml
extensions - see README - Log more verbose error messages for exceptions that occur when loading configuration files
- If no configuration file can be loaded, exit the download process immediately and return exit code 1
- Log Windows paths without escaped backslashes
- Add checks for both Docker and Kubernetes container environments
- Bump minimum supported Python version to 3.12
- Display gallery-dl-server version number in web UI
- Open all web UI links in a new tab
Docker Image: GitHub Container Registry / Docker Hub
Full Changelog: v0.5.2...v0.6.0