Hkalexling Mango Versions Save

Mango is a self-hosted manga server and web reader

v0.20.0

3 years ago

New Features

  • Signature matching (#148, fixes #146). You can now safely move/rename titles and entries, and their IDs and associated metadata in the database would not change.
  • Introduce a new "missing items" page accessible from the admin page. Any items (including titles and entries) that no longer exist will be listed there.

Improvements

  • Make the file extension check case-insensitive (Thanks to @Leeingnyo)
  • Stop the process when the server fails to start. This could happen for example when the port is already in use.

Bug-Fixes

  • Fix the incorrect dropdown color in dark mode
  • Fix the duplicating options on the MangaDex download page
  • Fix a bug where the theme option on the admin page does not honor the current theme (fixes #155)
  • Fix a bug where some resources are not loaded when using a base URL

v0.19.1

3 years ago

Bug-Fixes

  • Fix the incorrect background color on the reader page

v0.19.0

3 years ago

New Features

  • The tagging UI would now suggest a list of tags available (#146)

Screenshot 2021-01-18 at 12 30 15 AM

Bug-Fixes

  • Fix a bug where the new entry/title IDs are not saved to the database
  • Fix a bug where the non-admin users can access some admin APIs

Housekeeping

  • Set up database migration for future use
  • Use Less for more readable and maintainable CSS

v0.18.3

3 years ago

Bug-Fixes

  • Fix the broken download manager page when visiting over HTTPS (#144)

v0.18.2

3 years ago

Bug-Fixes

  • Fix a bug where the base URL setting was ignored in WebSocket connections

v0.18.1

3 years ago

Bug-Fixes

  • Fix a bug where the reading progress is not updating in the continuous reader (#142)
  • Fix inconsistent image width in the continuous reader

v0.18.0

3 years ago

New Features

  • You can now disable authentication by setting disable_login to true and specifying the default_username (#107)
  • You can now use tags to manage your library
  • Adjustable page margin in the continuous mode (Thanks to @h45h74x)
  • A new helper function for sending POST requests in plugins (Thanks to @h45h74x)

Improvements

  • Dynamic HTML titles
  • Display the entries and sub-titles counts within a title Screenshot 2021-01-09 at 6 28 03 PM

Bug-Fixes

  • Fix a bug where the reading progress is not set to 100% when exiting the reader at the end of an entry
  • Escape some illegal characters on Windows (Thanks to @rg9400)

v0.17.1

3 years ago

Improvements

  • Improve the title page load time (#116)
  • Improve the UX when batch marking entries as read/unread (#97)
  • By default, use the system theme setting (#111)

v0.17.0

3 years ago

New Features

  • The API documentation is available at /api. Note that the listed endpoints were designed for internal use only, so they don't comply with the RESTful convention. Because of this, most endpoints will be changed or removed soon, so use them at your own risk! You are advised to wait for a more stable version.
  • You can now disable SSL verification for out-going requests by setting the DISABLE_SSL_VERIFICATION environment variable to 1 or true.

Improvements

  • You can now use a proxy that requires authentication
  • Rewrite the download manager page for better performance

Bug-Fixes

  • Fix a bug where a deleted download job will continue to run

v0.16.0

3 years ago

New Features:

  • Allow keyboard navigation on the reader page in paged mode. You can use either the vim keys (J and K) or the left/right arrow keys. (#124)

Improvements:

  • Always log the full path in error/warning messages for easier troubleshooting (#123)