Skip to content

Commit

Permalink
fix logging and update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Jul 2, 2022
1 parent 77d4fdf commit 5f36c27
Show file tree
Hide file tree
Showing 3 changed files with 13 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 = '20220311-beta3'
PIXIVUTIL_VERSION = '20220701'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'

Expand Down
1 change: 1 addition & 0 deletions PixivHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_logger(level=None, reload=False):
if _config is not None and _config.disableLog:
print(f"{Fore.RED}Log Disabled!{Style.RESET_ALL}")
else:
logging.disable(logging.NOTSET)
if level is None:
level = logging.DEBUG
if _config is not None:
Expand Down
12 changes: 11 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
20220311-beta3
20220701
- Merge Update WriteXMP feature to use pyexiv2 only (#1043) by Baa.
- Merge Adds feature to strip HTML from captions (#1045) by Baa.
- Fix #1047: fix "ffmpegExt" config.
Expand All @@ -14,6 +14,16 @@
- Merge Pixiv Sketch config and Database Manager changes (#1078) by cglmrfreeman.
- Fix #1094: Fanbox f1/f2 download issue.
- Fix #1095: Fanbox Post missing files to download.
- Merge ugoira re-encode and export local database option (#1113) by Toyem.
- Merge Fix option name collision (#1114) by TwinkleStar03.
- Merge Code improvement based on @PatrickL546 's script (#1112) (#1115) by Toyem.
- Implement #1117: add new filename format %fanbox_name% for fanbox specific artist name.
- Merge Update readme (#1121) by PatrickL546.
- Merge Update on the reencoding function (#1123) by Toyem.
- Fix #1126 use ffmpeg from config.ini
- Merge Fixes my bad on past attempt to deal with BOM (#1130) by NHOrus.
- Implement #1128
- add new configuration `disableLog` in `config.ini` in `Debug` section. Set to `True` to disable logging.

20211104
- Fix Issue #1036: update error message for ffmpeg and add option to enable verboseOutput from ffmpeg.
Expand Down

0 comments on commit 5f36c27

Please sign in to comment.