v0.7.0
After being busy doing lore I got around to developing this version <3
What's Changed
-
Lint markdown files for consistency and formatting by @Sethispr in https://github.com/josueBarretogit/manga-tui/pull/124
-
feat(Download): added pdf format for downloads by @7x1b in https://github.com/josueBarretogit/manga-tui/pull/127 On the config file you can download manga in pdf format by changing:
# The format of the manga downloaded
# values: cbz, raw, epub, pdf
# default: cbz
download_type = "pdf"
# rest of the config...
-
docs(Contributing): update contributing docs by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/136 For better developer experienced the use of cargo-make was introduced
-
feat(config): change config location by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/138 The config file is now located at
XDG_CONFIG_HOME/manga-tui/config.toml, to know where it is you can run:
manga-tui --data-dir
# or
manga-tui -d
- Feat add weebcentral as a manga provider by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/146
By default when you run manga-tui Mangadex will be used
manga-tui
If you want to use Weebcentral or any other provider available then run:
manga-tui -p weebcentral
-
Remove manganato as manga provider womp womp by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/148
-
feat(Cli): add command to display config directory path by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/142 Useful for quick access to the config file
❯ cd $(manga-tui --config-dir)
- Develop v0.7.0 by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/147
- Release v0.7.0 by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/149
How to update
Using cargo
cargo install manga-tui
or simply download the binaries listed below and replaced it with the old one
New Contributors
- @Sethispr made their first contribution in https://github.com/josueBarretogit/manga-tui/pull/124
- @7x1b made their first contribution in https://github.com/josueBarretogit/manga-tui/pull/127
Full Changelog: https://github.com/josueBarretogit/manga-tui/compare/v0.6.0...v0.7.0