Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 03:15
· 39 commits to main since this release
1a99f72

New version! what took so long?! I was doing some sidequests (got very busy with university stuff) I swear I'll be doing more updates and bug fixes if you find any please report them in the issues tab

What's Changed

# 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"

# NEW ---------------------------------------------------------------------------------------------------------------------------------------

# Pages around the currently selected page to try to prefetch
# values : 0-255
# default : 5
amount_pages = 5

# Whether or not bookmarking is done automatically, if false you decide which chapter to bookmark
# values : true, false
# default : true
auto_bookmark = true

to update simply download the binary or with cargo run:

cargo install manga-tui --locked

New Contributors

Full Changelog: v0.3.1...v0.4.0