Breaking Changes
- Configuration is now stored as an cfg-file instead of py, and in your home directory [16](https://github.com/Senth/youtube-series-downloader/issues/16)
- Unfortunately, you'll have to move everything to the new configuration file.
Added
- In `--daemon` mode, the configuration is re-read before every check.
Meaning that you don't have to restart the daemon when the configuration changes.
- Some tests [17](https://github.com/Senth/youtube-series-downloader/issues/17)
Changed
- Now calls `youtube-dl` from the python package instead of through CLI [18](https://github.com/Senth/youtube-series-downloader/issues/18).
This means you don't have to have `youtube-dl` in your `PATH` environment anymore.
- Improved `--verbose` logging to be more complete in why a video was filtered out or passed the filters
Fixed
- Exclude pattern now actually excludes videos [15](https://github.com/Senth/youtube-series-downloader/issues/15)