- Add ability to disable tracking downloads [45](https://github.com/mansuf/mangadex-downloader/issues/45) - Add ability to add custom DoH (DNS over HTTPS) provider - Added support for legacy URL forums thread ([https://mangadex.org/threads/...](https://mangadex.org/threads/...))
Fix bugs
- Fixed high CPU usage when downloading large chapters [48](https://github.com/mansuf/mangadex-downloader/issues/48) - Fixed download from forum threads are not working if the URL containing page (page-123) with post-id (post-123)
Improvements
- File hash creation for download tracker are now asynchronous to improve performance - Added more metadata (tags and authors) to any `epub` formats
Dependencies
- Bump [requests-doh](https://github.com/mansuf/requests-doh) to v0.3.0
2.7.2
Fix bugs
- Fixed download tracker are not tracking chapters properly [51](https://github.com/mansuf/mangadex-downloader/issues/51)
2.7.1
Fix bugs
- Fixed `--use-chapter-cover` is throwing error because of missing fonts (PyPI users only).
2.7.0
Improvements
- Reworked creation chapter info (cover) [44](https://github.com/mansuf/mangadex-downloader/issues/44)
Dependencies
- [Pillow](https://pypi.org/project/pillow/) is now required dependencies (no longer optional)
2.6.2
Fix bugs
- Fixed app is slowing down after downloading 100+ chapters - Fixed files are automatically verified if previous download is not complete - Fixed `--use-volume-cover` is not working if manga doesn't have "No volume" cover [46](https://github.com/mansuf/mangadex-downloader/issues/46)
2.6.1
Fix bugs
- Fixed resume download is not working properly - Fixed download forum thread is not working when option `--input-pos "*"` is used - Fixed `--replace` option is not working when using converted formats (cbz, pdf, epub, epub-volume, etc)