Releases: getmango/Mango
Releases · getmango/Mango
v0.8.0
New Features:
Starting from v0.8.0, the sorting of items on the library page and the title page are handled on the backend. Now the page has to be reloaded when you change the sorting option (obviously), but it brings the following improvements:
- The sorting option you used is saved by Mango, so you will see the items in the same order even when you reload the page or use a different device (#76)
- The "next entry" button at the end of the web reader and the "continue reading" section now respect your preferred sorting method (#86)
- Faster sorting and better tie-breaking
Improvements:
- Append
.part
to the filenames of partially downloaded cbz files so they won't show up in scans
Bug-fixes:
- Properly close the archive files after validating them to avoid leaking file descriptors
v0.7.3
Bug-fixes:
- Fix the issue where the "continue reading" section shows entries that haven't been started yet (#83)
Improvements:
v0.7.2
v0.7.1
Bug-fixes:
- Downgrade Crystal version to 0.34.0 (due to kemalcr/kemal#575)
v0.7.0
New Features:
- Add direct download button to download archives from the web interface (#45)
Improvements:
- webp support (#69, nice)
- Include nested titles in the "Continue Reading" section
- Add colors to the download manager labels in dark mode (#70)
- Show Mango version on the admin page (#71)
- Improve the grouping behavior in the "Recently Added" section (#37 (comment))
- Add robots.txt
Bug-fixes:
- Fix incorrect breadcrumb menu order
- Fix incorrect progress for titles and nested titles
Others:
- Upgrade Crystal version to 0.35.1
v0.6.1
v0.6.0
v0.5.2
v0.5.1
v0.5.0
New Features:
- RAR/CBR support
- Add the
admin/user
sub-commands for easy user management from CLI (#44)
Improvements:
- Show explicit warning messages when archives cannot be opened (#49)
- Include the port number in token, so you can painlessly run multiple instances of Mango on the same machine (#21, #13)
Bug Fixes:
- Fix a MangaDex filtering bug that occurs when the group name contains special characters (#51)
- Use base URL when setting the cookie's path