Skip to content

Commit

Permalink
Fix Issue #778 and update changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Aug 27, 2020
1 parent 814a455 commit a5654a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PixivConstant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

PIXIVUTIL_VERSION = '20200824'
PIXIVUTIL_VERSION = '20200827-beta1'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'

Expand Down
2 changes: 1 addition & 1 deletion PixivListHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def process_tags_list(caller,
tags = PixivTags.parseTagsList(filename)
for tag in tags:
PixivTagsHandler.process_tags(caller,
tags,
tag,
page=page,
end_page=end_page,
wild_card=wild_card,
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
20200827-beta1
- Fix Issue #778: "'list' object has no attribute 'startswith'" process_tags_list().
- Update #777: add s_tag and date_d param value
- Fix Issue #772: Pixiv Sketch tz_info
- Update #768: enhance the error message
- Implement #726: file extension filter for batch job

20200824
- Implement #650: open default browser to release page if checkNewVersion=True in config.ini
- Merge: Add run on repl.it badge to README (#770) by cyleja1234
Expand Down

0 comments on commit a5654a7

Please sign in to comment.