- v3.1.0: 2023-05-31
- v3.0.5: 2023-04-25
- v3.0.4: 2023-04-24
- v3.0.3: 2023-01-03
- v3.0.2: 2022-12-18
- v3.0.1: 2022-12-16
- v3.0.0: 2022-12-14
- v2.9.0: 2022-02-20
- ♻️ Make:
WebBrowser
testable without chrome driver - ♻️ Modify: parsing optional value
- ✨ Add: new option
--single-threading
- ⬆️ Upgrade:
maven
from3.6.3
to3.9.2
- ⬆️ Upgrade:
maven wrapper
from0.5.6
to3.2.0
- ⬆️ Upgrade: dependency
selenium-java
from4.9.0
to4.9.1
- ⬆️ Upgrade: dependency
lombok
from1.18.26
to1.18.28
- ⬆️ Upgrade: test dependency
junit5
from5.9.2
to5.9.3
- ⬆️ Upgrade: build dependency
gmavenplus-plugin
from2.1.0
to3.0.0
- ⬆️ Upgrade: build dependency
maven-surefire-plugin
from2.22.2
to3.1.0
- ⬆️ Upgrade: build dependency
maven-assembly-plugin
from3.3.0
to3.5.0
- ⬆️ Upgrade: build dependency
jacoco-maven-plugin
from0.8.9
to0.8.10
- 🐞 Fix: unused format arguments on exception
- 🐞 Fix: missing images on downloading caused by unknown reason
- ♻️ Replace: build dependency
maven-assembly-plugin
withmaven-shade-plugin
- 🐞 Fix: IllegalArgumentException ... Unknown HttpClient factory jdk-http-client
- ⬆️ Upgrade: dependency
selenium-java
from4.6.0
to4.9.0
- ⬆️ Upgrade: dependency
lombok
from1.18.24
to1.18.26
- ⬆️ Upgrade: dependency
logback-classic
from1.4.5
to1.4.7
- ⬆️ Upgrade: dependency
slf4j-api
from2.0.6
to2.0.7
- ⬆️ Upgrade: dependency
annotations
from23.1.0
to24.0.1
- ⬆️ Upgrade: dependency
progressbar
from0.9.4
to0.9.5
- ⬆️ Upgrade: dependency
mapstruct-plugin
from1.5.3.Final
to1.5.5.Final
- ⬆️ Upgrade: test dependency
junit5
from5.9.1
to5.9.2
- ⬆️ Upgrade: test dependency
assertj-core
from3.23.1
to3.24.2
- ⬆️ Upgrade: test dependency
mockito-inline
from4.11.0
to5.2.0
- ⬆️ Upgrade: build dependency
maven-compiler-plugin
from3.10.1
to3.11.0
- ⬆️ Upgrade: build dependency
maven-assembly-plugin
from3.3.0
to3.5.0
- ⬆️ Upgrade: build dependency
jacoco-maven-plugin
from0.8.8
to0.8.9
- 🐞 Fix: IOException ... Invalid Status code=403 text=Forbidden
- 🐞 Fix: SessionNotCreatedException ... Could not start a new session. Response code 500
- ⬆️ Upgrade: dependency
common-utils
from0.13.0
to0.14.0
- ⬆️ Upgrade: dependency
annotations
from23.0.0
to23.1.0
- ⬆️ Upgrade: dependency
slf4j-api
from2.0.4
to2.0.6
- ⬆️ Upgrade: dependency
logback-classic
from1.3.5
to1.4.5
- ⬆️ Upgrade: test dependency
mockito-inline
from4.10.0
to4.11.0
- ⬆️ Upgrade: build dependency
gmavenplus-plugin
from1.13.1
to2.1.0
- 🐞 Fix: termination of application
- 🐞 Fix: failure to get image count on locale KOREA
- ➕ Add: test dependency
mockito-inline
- 🐞 Fix: creation of directory containing invalid character
- ⬆️ Upgrade: dependency
slf4j-api
from1.7.32
to2.0.4
- 🐞 Fix: downloading image of lower resolution than manually
- 🐞 Fix: conflict dependency version of logging
- ♻️ Refactor: entire application architecture
- ♻️ Change: base package from
io.github.imsejin.lzcodl
toio.github.imsejin.dl.lezhin
- ⬆️ Upgrade: java version from
8
to11
- 🔥 Remove: model class
Arguments
- 🔥 Remove: common classes
CommandParser
,URLFactory
,UsagePrinter
- 🔥 Remove: core classes
Crawler
,Downloader
,LoginHelper
- ⬆️ Upgrade: dependency
progressbar
from0.9.3
to0.9.4
- ⬆️ Upgrade: dependency
common-utils
from0.7.1
to0.13.0
- ⬆️ Upgrade: dependency
lombok
from1.18.22
to1.18.24
- ⬆️ Upgrade: dependency
selenium-java
from4.1.2
to4.6.0
- ⬆️ Upgrade: dependency
logback-classic
from1.2.10
to1.3.5
- ⬆️ Upgrade: test dependency
junit5
from5.8.2
to5.9.1
- ⬆️ Upgrade: test dependency
assertj-core
from3.22.0
to3.23.1
- ⚡️ Improve: parsing
application.properties
- ⚡️ Improve: validation using assertion
- ♻️ Change: type of
Arguments#language
fromString
toLanguage
- 🚚 Rename: method
of(String)
tofrom(String)
inEpisodeRange
- 🔧 Update: build script
- ⚡️ Add: chrome driver options
- ✨ Add: method
getVersion()
inChromeBrowser
- 👷 Add: github actions CI
- ⬆️ Upgrade: dependency
progressbar
from0.9.2
to0.9.3
- ⬆️ Upgrade: dependency
common-utils
from0.7.0
to0.7.1
- ⬆️ Upgrade: dependency
lombok
from1.18.20
to1.18.22
- ⬆️ Upgrade: dependency
selenium-java
from3.141.59
to4.1.2
- ⬆️ Upgrade: dependency
commons-cli
from1.4
to1.5.0
- ⬆️ Upgrade: dependency
slf4j-api
from1.7.31
to1.7.36
- ⬆️ Upgrade: dependency
logback-classic
from1.2.3
to1.2.10
- ⬆️ Upgrade: test dependency
junit5
from5.7.2
to5.8.2
- ⬆️ Upgrade: test dependency
assertj-core
from3.20.2
to3.22.0
- ⬆️ Upgrade: build dependency
maven-assembly-plugin
from2.6
to3.3.0
- ➖ Remove: useless build dependency
maven-dependency-plugin
- 🐞 Fix: not found hostname(
cdn.lezhin.com
->ccdn.lezhin.com
) - 🐞 Fix:
301 Moved Permanently
with changing to http/s protocol
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>CloudFront</center>
</body>
</html>
- 🐞 Fix: mis-computation of parsing
EpisodeRange
- 🐞 Fix: invocation
Object#equals(Object)
comparing incomparable typesEnum<Languages>
andString