v0.4.0
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
-
ci(test.yml): update workflow to run on windows, macos and linux by @josueBarretogit in #31
-
fix: issues with windows displaying images by @Gipson62 in #32
-
Delete result by @gigamonster256 in #34
-
Update dependencies by @josueBarretogit in #41
-
add feature search next and previous chapter from within reader page
-
add feature bookmark chapters this allows you to pickup where you left off #35
In this video you can see this features in action
https://github.com/user-attachments/assets/e6380506-01c6-4ffd-9b87-5c6c7345fcc2 -
Updated config file it now 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"
# 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
- Incremental Page Loading and Reloading by @kralverde in #49
- v0.4.0 by @josueBarretogit in #50
to update simply download the binary or with cargo
run:
cargo install manga-tui --locked
New Contributors
- @youwen5 made their first contribution in #28
- @Gipson62 made their first contribution in #32
- @gigamonster256 made their first contribution in #34
- @kralverde made their first contribution in #49
Full Changelog: v0.3.1...v0.4.0