Releases: metafates/mangal
Releases · metafates/mangal
mangal v3.6.0
To update:
mangal update
To install:
curl -sfL io.metafates.one/mi | sh
If you have any problems updating
Run the install script (you can run it multiple times):
curl -sfL io.metafates.one/mi | sh
What's new?
- Add
--json
flag for theinline
mode by @jojoxd #83 - Fixed
mangal update
command - Rename
history
global flag towrite-history
(shorthands are the same-H
) - Add basic Termux support. Scrapers that use headless chrome browser won't work as well as reading mode. That means that you can use it only for downloading manga (for now at least) #80
- Fixed a bug where reading manga with mini mode would cause mangal to crash #82
Full Changelog: v3.5.0...v3.6.0
Bugs? Suggestions? Open an issue
mangal v3.5.0
To install:
curl -sfL https://raw.githubusercontent.com/metafates/mangal/main/scripts/install | sh
What's new
mangal update
command added to update itselfmangal gen
command added to generate a template for custom source- Added
--raw
flag for thesources
command to print without headers - Added
--downloads
flag for thewhere
command to print location of the downloads directory - Option to show all languages in mangadex by setting
mangadex.language = 'any'
in the config. - Show chapter index in the TUI history list
- Fixed bug where pressing confirm button with empty history would cause mangal to crash
- Fixed bug where error message would not fit the screen
- Fixed bug when
mangal config init --force
would ignore--force
flag - Internal performance improvements
Full Changelog: v3.4.1...v3.5.0
Bugs? Suggestions? Open an issue
mangal v3.4.1
Changelog
- Option to continue downloading chapters after fail
- Option to redownload failed chapters
- Option to select custom reader app for each format
- Option to skip images with unsupported formats by converter (e.g. pdf converter will skip .gif images) (#77)
- Option to specify custom repository for
mangal install
command - Fixed error when using custom readers was not possible
- Highlight read button in the chapters list
- Make
mangal env
more compact, add--filter
argument to filter out unset variables - Show
MANGAL_CONFIG_PATH
in theenv
command - Show better error when chapter could not be opened by reader
- Fix chapters range selector in inline mode (#76)
- Show progress when initializing source from history
- Show size of a downloading chapter
mangal v3.3.0
Changelog
- Inline mode added. See
mangal help inline
- Option to choose default source added
- Show
read
button in help menu - Bug fixes and improvements
mangal v3.2.1
mangal v3.2.0
Changelog
- New command added
mangal install
to install scrapers from mangal-scrapers repo - Added an option to remove a single entry from history by pressing d
- Added an option to download chapters without creating manga directory
- Dependencies updated
- Bug fixes and improvements
mangal v3.1.0
Changelog
where
command now prints to stdout. It can be used like that:cd $(mangal where --config)
- Mini mode was completely rewritten to look exactly like ani-cli
- PDF is a default export format now (was plain)
- Plain icons are default now (were emoji)
- New icons added - "squares"
- New command
mangal config remove
to... well... remove config - Minor bug fixes and improvements
mangal v3.0.3
mangal v3.0.2
Mangal v3.0.1
Changelog
After a long break Mangal 3 was finally released! This is a complete rewrite from scratch. This update brings a lot of changes, but most importantly Mangal now supports Lua based scrapers. Check README for more information!