Skip to content

Releases: getmango/Mango

v0.8.0

17 Jul 08:42
Compare
Choose a tag to compare

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

05 Jul 15:39
Compare
Choose a tag to compare

Bug-fixes:

  • Fix the issue where the "continue reading" section shows entries that haven't been started yet (#83)

Improvements:

  • 32-bit compatibility (#79)
  • Save sorting options in local storage (#76)
  • Reduce the font size on the chapter cards (#84)
  • Link to the title pages from the chapter cards on the home page (#84)
  • Keep progress label color in dark mode (#85)

v0.7.2

01 Jul 15:52
Compare
Choose a tag to compare

Bug-fixes:

  • Properly escape illegal characters in the OPDS XML files (#82)
  • Explicitly register supported mime types (#82)

Improvements:

  • Improve home page load time (#81)
  • Improve library and title pages load time
  • Improve library scan performance (#79)

v0.7.1

20 Jun 16:36
Compare
Choose a tag to compare

Bug-fixes:

v0.7.0

20 Jun 13:59
Compare
Choose a tag to compare

New Features:

  • Add direct download button to download archives from the web interface (#45)

Screenshot 2020-06-20 at 9 49 29 PM

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

09 Jun 15:21
Compare
Choose a tag to compare

Bug Fixes:

  • Fix a bug that caused unexpected redirects after login (#64)

v0.6.0

09 Jun 13:32
Compare
Choose a tag to compare

New Features:

  • OPDS support (see Wiki)
  • New home page contributed by @jaredlt 🥇

Improvements:

  • Redirect to the requested page after successful login

Bug Fixes:

  • Fix a bug that caused the MangaDex download to fail when the chapter title contains slashes (#62)

v0.5.2

04 Jun 15:31
Compare
Choose a tag to compare

Bug Fixes:

  • Fix incorrect modal title (#56)
  • Fix the issue where favicon is not showing when using base URL (#55)
  • Fix the issue where custom cover images are not visible when using base URL

v0.5.1

03 Jun 08:35
Compare
Choose a tag to compare

Bug Fixes:

  • Fix the bug that crashes Mango when started with the --config option (#53)
  • Make the mango admin user list command handles empty user DB

v0.5.0

02 Jun 15:58
Compare
Choose a tag to compare

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