diff --git a/PixivConstant.py b/PixivConstant.py index da960989..8eb322ae 100644 --- a/PixivConstant.py +++ b/PixivConstant.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -PIXIVUTIL_VERSION = '20220311-beta2' +PIXIVUTIL_VERSION = '20220311-beta3' PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases' PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation' diff --git a/changelog.txt b/changelog.txt index ec746950..6c3450b8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -20220311-beta2 +20220311-beta3 - Merge Update WriteXMP feature to use pyexiv2 only (#1043) by Baa. - Merge Adds feature to strip HTML from captions (#1045) by Baa. - Fix #1047: fix "ffmpegExt" config. @@ -13,6 +13,7 @@ - Update logging for #1090: premature download by tags. - Merge Pixiv Sketch config and Database Manager changes (#1078) by cglmrfreeman. - Fix #1094: Fanbox f1/f2 download issue. +- Fix #1095: Fanbox Post missing files to download. 20211104 - Fix Issue #1036: update error message for ffmpeg and add option to enable verboseOutput from ffmpeg.