Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

v0.4.3

Compare
Choose a tag to compare
@dbarbuzzi dbarbuzzi released this 24 Oct 14:13
· 39 commits to master since this release
5b7e51a

Notes

Logging

  • Logging to file is no longer a default behavior (also fixes error if logs folder didn’t exist)
    • The existing logging behavior is still available if a logfile is specified via CLI flag (--logfile/-L)
  • Additional logging added around the download workers

Config file

  • Default config file relocated to centralized location ($HOME/.config/tvd/config.toml)
    • Will be created the first time it access is attempted
    • A different config file can be specified via CLI flag (--config/-c)

Changelog

5b7e51a Merge pull request #24 from dbarbuzzi/refactor-config-file-location
d706a26 Add logic to create default config file if it doesn’t exist
30a778f Create and use default config details and CLI flag
7d44161 Update todo
3f58caa Merge pull request #23 from dbarbuzzi/refactor-logging-to-file
9e2b5cb Add further logging around workers/tasks
8658a4f Refactor logging output
bc7d766 Add logfile flag; only log to file if provided