Releases: josueBarretogit/manga-tui
v0.5.0
What's Changed
Note
linux only In order to update you may need to install the D-bus secret service library
Debian
sudo apt install libdbus-1-dev pkg-config
Fedora
sudo dnf install dbus-devel pkgconf-pkg-config
Arch
sudo pacman -S dbus pkgconf
-
Fix page reloading by @kralverde in #58
-
Add anilist integration by @josueBarretogit in #63
See how it can be enabled in the docs -
Update deps by @josueBarretogit in #61
-
Develop v0.5.0 by @josueBarretogit in #86
How to update
Using cargo
cargo install manga-tui
or simply download the binaries listed below and replaced it with the old one
Full Changelog: v0.4.0...v0.5.0
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
v0.3.1
What's Changed
- fixed issue when using
manga-tui
onkitty
on linux, untested on MacOs and Windows, see #12 - Update Cargo.lock by @orhun in #15
- Check build with
--locked
flag by @orhun in #16 - Deterministic builds by @RatCornu in #19
- bump ratatui to 0.28.0, this fixes #5 as you can now download
manga-tui
without--locked
flag. #20
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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"
- Develop v0.3.0 by @josueBarretogit in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- remove borders from single–line–tall list items by @db48x in #3
- gives all the list items the same style by @db48x in #4
- Add AUR instructions by @orhun in #6
- Add a way to filter by including or excluding tags
excludeincludetags.mp4
- Develop v0.2.0 by @josueBarretogit in #7
New Contributors
- @db48x made their first contribution in #3
- @orhun made their first contribution in #6
- @josueBarretogit made their first contribution in #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/josueBarretogit/manga-tui/commits/v0.1.0