Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 19:02
· 107 commits to main since this release
1dd4d98

What's Changed

  • Download all chapters at once by @josueBarretogit in #11

    download_all_chapters.mp4
  • there is now a configuration file which looks like this

# The format of the manga downloaded 
# values : cbz , raw, epub 
# default : cbz 
download_type = "cbz" 
 
# Download image quality, low quality means images are compressed and is recommended for slow internet connections 
# values : low, high 
# default : low 
image_quality = "low" 

Full Changelog: v0.2.0...v0.3.0