Skip to content

Releases: getmango/Mango

v0.4.0

24 May 06:57
Compare
Choose a tag to compare

New Features:

  • Configurable rename rules for manga and chapters downloaded from MangaDex (#16 )
  • Base URL support (#46 )

Improvements:

  • Prevent the navbar from jumping on reload (#40 )

v0.3.1-alpha

15 May 10:09
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

This is a pre-release for testings

Improvements:

  • Add the option to disable ellipsis when truncating titles

v0.3.0

22 Apr 15:06
Compare
Choose a tag to compare

New Features:

  • You can now edit the display names and upload cover images for your manga series and chapters (#20)
  • Mark all chapters as read or unread (#30)

Screen Shot 2020-04-22 at 10 50 26 PM

Improvements:

  • Check the integrity of downloaded files before marking them as completed (#29)

v0.2.5

02 Apr 09:21
Compare
Choose a tag to compare

Bug Fixes:

  • Fix the incorrect sorting of titles and chapters in Chrome (thanks to @ermus19)

v0.2.4

02 Apr 06:27
Compare
Choose a tag to compare

Bug Fixes:

  • Fix a UI bug on the download manager page that shows the "Resume Download" button even when the downloading process is not paused

Improvements:

  • Lazy load the cover images on the library/title page to improve page load time
  • Fix the height of cards on the library/title page to make the overall layout much cleaner (#23)

card-layoyt

v0.2.3

27 Mar 05:13
Compare
Choose a tag to compare

Fix #22

v0.2.2

19 Mar 18:23
Compare
Choose a tag to compare

Improvements:

  • Greatly reduce docker image size (700+MB to 25MB). Thanks to @WROIATE !

v0.2.1

15 Mar 17:34
f5e6f42
Compare
Choose a tag to compare

New features:

  • Nested folder support (#11)

Improvements:

  • Mango now sets the expiration date of the login cookie to one year later, so you don't need to log in every time you restart the browser session
  • Added breadcrumb menu for easier navigation (especially helpful on mobile)

Screen Shot 2020-03-15 at 1 23 59 PM

Bug fixes:

  • Fix a bug in the API endpoint /api/book/:id that causes HTTP 500 error
  • Fix the incorrect sorting of titles when the sorting option is set to "progress"

v0.2.0

13 Mar 20:26
Compare
Choose a tag to compare

New features:

  • Built-in MangaDex downloader (beta)
  • Dark mode (#8)
  • Intelligent chapters sorting (#9)
  • Better images sorting in the web reader (#12, thanks to @Leeingnyo !)

Improvements:

  • Add unit tests
  • Display error messages for HTTP 404 and 500

v0.1.2

28 Feb 18:27
Compare
Choose a tag to compare
  • Fix #7
  • Close the zip files after listing entries to prevent file descriptor leaking
  • You can now manually sort manga and chapters (#4)
  • Disable web console output in release build