Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Oct 6, 2020
1 parent 338182e commit 98b0a4f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 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 = '20200926-beta1'
PIXIVUTIL_VERSION = '20201006'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'

Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
20200926-beta1
20201006
- Implement #797: reload blacklist on after reloading main menu.
- Implement #793: allow to download sketch when using option 1.
- Update #796: change apng converter to use ffmpeg.
- Fix Issue #795: handle no avatar/bg.
- Implement #802: use ffmpeg for converting to gif.
- Merge Implemented #804 download FANBOX from list file (#805) by amatuerCoder
- Added new option `listPathFanbox`
- IMPORTANT: changes the command line parameters, run with --help for more details
- Update readme.md

20200915
- Fix Issue #778: "'list' object has no attribute 'startswith'" process_tags_list().
Expand Down
33 changes: 17 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,31 +224,31 @@ Please refer run with `--help` for latest information.
-s STARTACTION, --startaction=STARTACTION
Action you want to load your program with:
1 - Download by member_id
(required: followed [y/n] to download pixiv sketch and list of member_ids separated by space)
(required: list of member_ids separated by space
optional: --include_sketch to also download Pixiv Sketch)
2 - Download by image_id
(required: followed by image_ids separated by space)
3 - Download by tags
(required: [y/n] for wildcard, start page, end page,
followed by tags)
(required: tags
optional: --use_wildcard_tag, --sp=START_PAGE, and --ep=END_PAGE)
4 - Download from list
(required: followed by path to list and optional tag)
(required: -f LIST_FILE and followed with optional tag)
5 - Download from user bookmark
(optional: followed by [y/n/o] for private bookmark, start page, end page, sorting order)
(optional: -p BOOKMARK_FLAG [y/n/o] for private bookmark, --sp=START_PAGE, and --ep=END_PAGE)
6 - Download from image bookmark
(required: followed by [y/n] for private bookmark
optional: starting page number, end page number, and tag)
(required: -p BOOKMARK_FLAG [y/n/o] for private bookmark
optional: --sp=START_PAGE, and --ep=END_PAGE, and followed with tag)
7 - Download from tags list
(required: followed by path to the tags list,
start page, and end page)
(required: -f LIST_FILE,
optional: --sp=START_PAGE, and --ep=END_PAGE)
8 - Download new illust from bookmark
(optional: followed by starting page number and end
page number)
(optional: --sp=START_PAGE, and --ep=END_PAGE)
9 - Download by Title/Caption
(required: start page, end page, followed by
title/caption)
(required: title/caption
optional: --sp=START_PAGE, and --ep=END_PAGE)
10 - Download by Tag and Member Id
(required: member_id, start page, end page, followed
by tags)
(required: member_id, followed by tags
optional: --sp=START_PAGE, and --ep=END_PAGE)
11 - Download Member's Bookmarked Images
(required: followed by member_ids separated by space)
12 - Download by Group ID
Expand All @@ -265,8 +265,9 @@ Please refer run with `--help` for latest information.
f5 - Download from custom artist list (FANBOX)
(optional: End page, path to list)
b - Batch Download from batch_job.json (experimental)
(optional: --bf=BATCH_FILE)
e - Export online bookmark
(optional: Include Private Bookmark [y|n|o], filename)
(optional: Include Private Bookmark [y|n|o], filename)
m - Export online user bookmark
(required: member_id, optional: followed by filename)
d - Manage database
Expand Down

0 comments on commit 98b0a4f

Please sign in to comment.