Skip to content

Commit 9244163

Browse files
committed
Release 5.4.0
1 parent b2a1fc5 commit 9244163

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

WebtoonScraper/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if TYPE_CHECKING:
1313
from WebtoonScraper.scrapers import Scraper
1414

15-
__version__ = "5.3.0"
15+
__version__ = "5.4.0"
1616
platforms: dict[str, type[Scraper]] = {}
1717
console = Console()
1818

docs/mkdocs/95-releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Note
22

3+
## 5.4.0
4+
5+
* 투믹스 글로벌(<https://global.toomics.com/en>) 모든 언어 지원 Support downloading webtoons from toomics global (every languages)
6+
* 리디와 투믹스 성인 웹툰 지원
7+
* 문서 개선 및 과거 문서 정리
8+
* 많은 API 개선 (async_callback, 예외 이름, progress bar, ...)
9+
310
## 5.3.0
411

512
* 레진코믹스 다른 언어(영어, 일본어)도 다운로드 지원. Support downloading webtoons from languages other than korean (English, Japanese) on Lezhin. Lezhin 英語, 日本語 支援.

0 commit comments

Comments
 (0)