From f1c5889d77a9b7d226cf7d05593d02da92abe22b Mon Sep 17 00:00:00 2001 From: Nandaka Date: Sat, 7 Mar 2020 09:11:13 +0800 Subject: [PATCH] update version --- PixivConstant.py | 2 +- changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PixivConstant.py b/PixivConstant.py index 65536b16..9b353ffb 100644 --- a/PixivConstant.py +++ b/PixivConstant.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -PIXIVUTIL_VERSION = '20200228' +PIXIVUTIL_VERSION = '20200307' PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases' PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation' diff --git a/changelog.txt b/changelog.txt index e4457acf..6f0a0f39 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +20200307 +- Fix Issue #648: Can't download Ugoiras when "downloadresized" is active. + 20200228 - Fix Issue #641: update API endpoints for Pixiv FANBOX. - Implement #639: add option to download the resized image, rather than original size.