New features
- Legacy MangaDex url is now downloadable
- Added localization title and description for manga, with this you can choose different titles in different languages !
- Added pipe input
- Added ability to download all same chapters with different scanlation groups [9](https://github.com/mansuf/mangadex-downloader/issues/9)
- Added ability to add chapter title to each chapters filename
- Added shortcut option for `--language`
- Added new formats
- raw
- raw-volume [13](https://github.com/mansuf/mangadex-downloader/issues/13)
- raw-single
- pdf-volume [13](https://github.com/mansuf/mangadex-downloader/issues/13)
- cbz-volume [13](https://github.com/mansuf/mangadex-downloader/issues/13)
- Added search feature
- Added ability to login with email
- Added old technique sorting images [10](https://github.com/mansuf/mangadex-downloader/issues/10)
- Now, each chapter filename has scanlation group name on it
Fix bugs
- Fixed image is not finished downloading but marked as "finished" [14](https://github.com/mansuf/mangadex-downloader/issues/14)
- Fixed duplicate scanlation groups [11](https://github.com/mansuf/mangadex-downloader/issues/11)
- For Mac OS users, error like "OSError: cannot open resource" is should not be happened again. If you are getting this error again, please install Arial font (`arial.ttf`) in your OS. If still getting error, please report it to [issue tracker](https://github.com/mansuf/mangadex-downloader/issues)
Improvements
- Reduced requests to MangaDex server (to reduce hit limits and provide faster downloading)
- Much better error handling
Breaking changes
- mangadex-downloader now restrict downloading porn content by default, you can bypass it using `--unsafe` option. See [d3470ce](https://github.com/mansuf/mangadex-downloader/commit/d3470ce47e7475f604cdd8b30a12f249a2bbcb38) why i'm doing this. (**NOTE:** to clarify, you still can search porn manga in MangaDex by login and enable it in settings)
- [aiohttp](https://github.com/aio-libs/aiohttp) dependency was removed, because i don't have a plan to make mangadex-downloader asynchronous, also to reduce time to load the app.
- Changed default format from `tachiyomi` to `raw` format, see [6aa1c98](https://github.com/mansuf/mangadex-downloader/commit/6aa1c9801e5f7358d9a1ff2ac9eea88c0661bc08) why i'm doing this.