Releases: getmango/Mango
Releases · getmango/Mango
v0.20.0
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
Bug-Fixes
- Fix the incorrect background color on the reader page
v0.19.0
New Features
- The tagging UI would now suggest a list of tags available (#146)
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
v0.18.2
Bug-Fixes
- Fix a bug where the base URL setting was ignored in WebSocket connections
v0.18.1
v0.18.0
New Features
- You can now disable authentication by setting
disable_login
to true and specifying thedefault_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
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
v0.17.0
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 to1
ortrue
.
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