Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Feb 24, 2018
1 parent d710d31 commit e3fd9e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PixivConstant.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# pylint: disable=I0011, C, C0302


PIXIVUTIL_VERSION = '20180219-beta1'
PIXIVUTIL_VERSION = '20180224-beta2'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'
PIXIV_URL = 'https://www.pixiv.net'
Expand Down
16 changes: 13 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
20180219-beta1
- Fix Issue #315: Update parser for member token.
20180224-beta2
- Implement #314: Set non-zero exit code for invalid input.
- Set last-modified and last-accessed timestamp based on work's timestamp.
- Fix Issue #315: Update parser for member token.
- New Setting: setLastModified = True
Set last-modified and last-accessed timestamp based on work's timestamp.
- Implement #257: convert ugoira to webm.
Require ffmpeg and createUgoira = True
- New Settings under [FFmpeg] section:
- ffmpeg = "ffmpeg"
FFmpeg path
- ffmpegCodec = "libvpx-vp9"
Codec to use
- ffmpegParam = "-lossless 1"
Additional Parameters
- Update test cases.

20180218
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Q6: httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt
4 - Download from list
(optional: followed by path to list and optional tag)
5 - Download from user bookmark
(optional: followed by [y/n] for private bookmark)
(optional: followed by [y/n/o] for private bookmark, start page, end page)
6 - Download from image bookmark
(required: followed by [y/n] for private bookmark
optional: starting page number, end page number, and tag)
Expand Down

0 comments on commit e3fd9e7

Please sign in to comment.