To update:
mangal update
To install:
curl -sSL mangal.metafates.one/install | sh
If you have any problems updating
Run the install script (you can run it multiple times):curl -sSL mangal.metafates.one/install | sh
What's new?
- New feature: you can choose what anilist manga to link by pressing a in the manga chapters list.
TUI mode only. This will affect what metadata is downloaded for the manga and what manga would be marked as read on your anilist profile. - Pressing enter on the chapter will now open it for reading if other chapters aren't selected.
Can be disabled withmangal config set -k tui.read_on_enter -bv false
- The chapter selection page now shows which manga from the anilist it is linked to.
Can be disabled withmangal config set -k anilist.link_on_manga_select -bv false
- Add an option to change spacing between items in the TUI.
Can be changed withmangal config set -k tui.item_spacing -iv 1
(1 is default) - List filtering in the TUI works better now by stripping the icon
- Option to hide list items urls in TUI. To hide:
mangal config set -k tui.show_urls -bv false
- After downloading of chapters is done, mangal will show the output path.
To disable:mangal config set -k tui.show_downloaded_path -bv false
- Option to reverse order of the chapters in the TUI.
mangal config set -k tui.reverse_chapters -bv true
to enable - Reduce the size of the compiled binary by removing unused lua libraries. May break some lua scripts, but I don't think you were using AWS to scrape manga :)
Full Changelog: v3.9.1...v3.10.0
Bugs? Suggestions? Open an issue