Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Jul 3, 2024
1 parent 5c902fd commit abc588b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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 = '20230105'
PIXIVUTIL_VERSION = '20240703'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'

Expand Down
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
20240703
- Implement #1226, add %AI% for nameformat
- Update Dockerfile (#1230) by @Naoya Muramatsu
- Remove duplicate demjson3 entry in requirements and optimize Dockerfile (#1231) by @biggestsonicfan
- Fix opt 15 crash (#1234), fix opt 15 download N0 of NN novels (#1268) by @Hirumori
- Fix re-encoding not ugoira zip files (#1313) by @TSUNG YU HSIEH
- Add deleteMembersByList and keepMembersByList (#1311) @Terryble2
- Update User-Agent, disable username/password prompt, and added [FFMPEG]-pix_fmt yuv420p to fix colors (#1281) by PatrickL546
- Proper update the image counter when downloading artists gallery (#1294) by @MonoS
- Fixed Inappropriate Logical Expression (#1315) by @Ataf Fazledin Ahamed
- Fix Nandaka#1323 (#1324) by Nico Suarez
- Enhance Cookie login message, pep8 (#1318) by @PatrickL546
- Add option to manually specify file extension inside file names v2 (#1321) by @Baa
- PixivUtil2.py: Handle EOFError in main_loop (#1326) by SimonPilkington
- Added Cloudflare cookie support for Fanbox. Code provided by @emerladCoder (#1344) by @biggestsonicfan
- Gracefully handle FANBOX Cloudflare check failures. (#1345) by biggestsonicfan

20230105
- Fix #1219: ai filtering logic for tag search.
- Fix cacert resolution #1220 and remove ansi code from logging
Expand Down

0 comments on commit abc588b

Please sign in to comment.