Releases: metafates/mangal
Releases · metafates/mangal
Mangal 3.0.0
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!
Mangal 2.2.0
What's Changed
- History mode added. Now you can resume your readings by launching mangal with
mangal --resume
flag (-r
for short) - Support for new environment variables added
mangal env
command added to list all env variables and their values (if any set)- ComicInfo.xml file fixed #53
Full Changelog: v2.1.1...v2.2.0
Mangal 2.1.1
What's Changed
doctor
command now shows more information about errors- minor bug fixes and perfomance improvements
Full Changelog: v2.1.0...v2.1.1
Mangal 2.1.0
What's Changed
- Significant perfomance improvements! 🚀
- Reduced disk usage
- Add support for env variables
MANGAL_CONFIG_PATH
andMANGAL_DOWNLOAD_PATH
- Improved config structure (breaking change, reinitialize your config if you have one)
- ComicInfo.xml support added for CBZ format #27
config init --clean
flag added that creates config without additional commentsconfig remove
command added to delete user config- Old bugs removed, new added...
Full Changelog: v2.0.1...v2.1.0
Mangal 2.0.1
Mangal 2.0.0
What's Changed
- Anilist integration BETA
- Diagnostics command
mangal doctor
mangal check-update
renamed tomangal latest
- Custom naming templates for chapters (like this
[%d] %s
) - Bug fixes
- Faster config parser (up to 5x faster!)
- Minor improvements
Full Changelog: v1.5.2...v2.0.0
Mangal 1.5.2
What's Changed
- Command to check for update added
mangal check-update
#26 - Scraper system improved
- Fixed bug where chapters with colon in title would not open for read on windows #24
- Various bug fixes
Full Changelog: v1.5.1...v1.5.2
Mangal v1.5.1
Mangal 1.5.0
What's Changed
- Epub format added
- Move UI related configurations to [ui] section in the config file
- New command
formats
added to show available formats and their description - Minor improvements
Full Changelog: v1.4.2...v1.5.0