Skip to content

Releases: josueBarretogit/manga-tui

v0.3.1

26 Aug 01:35
05ebeca
Compare
Choose a tag to compare

What's Changed

  • fixed issue when using manga-tui on kitty 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

20 Aug 19:02
1dd4d98
Compare
Choose a tag to compare

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

v0.2.0

09 Aug 02:51
ecd27d0
Compare
Choose a tag to compare

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
    improvedliststyle
  • Add AUR instructions by @orhun in #6
  • Add a way to filter by including or excluding tags
excludeincludetags.mp4

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

04 Aug 04:12
c662226
Compare
Choose a tag to compare