v0.1.1 (2023-01-06)
- use cp instead of mv in release ci
- fix README typo
- update README
- add more unit test for downloader
- add more unit test
- add TestConvertBoolToString in utils_test
- improve ext issue
- empty ext condition
- download wrong photo format, fix #1
- use right repo in ci
- fix ci
- fix ci
- set RELEASE_VERSION in release ci
- fix ci
- fix build ci failure
- add install git-chglog step in ci
- add chglog config & release ci & update Makefile
- add codecov
- update README.md
- add Dockerfile
- add timeout mechanism when download
- skip if file is already downloaded
- add cron job feature
- change config layout
- add download_dir and downloader_instance_num configs
- add command line flags override mechanism
- add config reload mechanism
- fix downloader counter race issue
- update readme
- add config.yaml
- fix test
- change project layout
- change config format to yaml
- replace string key with const
- add downloader counter
- add zerolog
- reload config not set log level & unit test
- unit test failure
- main func test fail
- coverage ci
- sync.map range return false issue
- response status 429 Too Many Requests
- wrap errors
- remvoe return err in NewFunc
- change function names
- add interface, instead of struct
- change project name
- .gitignore
- Makefile