- add cmd logging when converting ugoira.
- Implement #406: add option 13: download by manga series
- Specific for filenameMangaFormat in Manga Series mode (option 13):
-> %manga_series_order%
the order in the manga series.
-> %manga_series_id%
original manga series id.
-> %manga_series_title%
original manga series title, different from work title.
-> %manga_series_desc%
original manga series description, different from work description.
- Specific for filenameMangaFormat in Manga Series mode (option 13):
- Merge #806 fix for Fanbox EndPage input parameter (#808) by amatuerCoder.
- Implement #812: handle different Sketch and Pixiv artist id.
- add new filename format
%sketch_member_id%
for PixivSketch
- add new filename format
- Fix Issue #822: Update parser for user's image bookmark.
- Fix Issue #827: Update parser to NOT use AppAPI/oAuth to get member token.
- Fix Issue #824: Update argument parser for option 6.
- Add new configuration
checkLastModified
in[DownloadControl]
for Issue #807- This will compare last-modified time with works date, require
setlastmodified = True
in config.ini to work properly.
- This will compare last-modified time with works date, require
- Throw error if cannot get the user id during login, related to #831
NOTES: for login related issues, see #814 (comment)