Skip to content

v0.23.0

Compare
Choose a tag to compare
@hkalexling hkalexling released this 28 Aug 10:45
· 262 commits to master since this release
8d84a3c

New Features

  • Images are now cached with the HTTP ETag. This conserves bandwidth and improves page load time. (resolves #213, thanks to @Leeingnyo)
  • Mango now preloads pages when in the paged mode. You can configure or disable the behavior from the reader modal. (resolves #196, thanks to @Leeingnyo)

Improvements

  • You can now adjust the continuous mode page margin on the frontend with a slider. This deprecates the page_margin field in the config file. (resolves #211)
  • You can now disable the page flipping animation in the paged reader. (partly #147, thanks to @Leeingnyo)

Bug-Fixes

  • Fix a UI bug where the buttons are stacking in the reader modal when viewed on mobile.
  • Fix paged mode image stretching issue. (fixes #218, thanks to @Leeingnyo)
  • Fix a bug where unnecessary pages are loaded in paged mode. (fixes #217, thanks to @Leeingnyo)

Misc.

  • Remove MangaDex integration, as it's not working due to their changes of the API. We will be moving the functionalities to an official MangaDex plugin. See #170 (comment)
  • Upgrade to Crystal 1.0.0 (thanks to @Leeingnyo)