Skip to content

v0.10.10

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 22:32
· 409 commits to beta since this release
a016b84

New Features

  • renderer

    • add horizontal reading and fix display modes. (c16f5be)
      most of the display mode were stretching the images
      Co-authored-by: Farah Nur [email protected]

Bug Fixes

  • renderer

    • switching reader to horizontal allows conflicting zoom modes. (7426c5f)
      horizontal reading musn't allow zoom modes that might display a vertical scrollbar
      there's a mousewheel listerner that redirects Y to X and that would mess with it
    • horizontal reader aspect ratio. (8ebc88e)
      images were distorted because we were only using css padding left/right
      ignoring top and bottom caused the distortion.
    • search manga bar disappear on error. (dd24d49)

Continuous Integration

  • forgot to add output for release-note-json [skip ci]. (18e8bf4)

Chores

  • i18n

    • add message if port is not in range. (d03e2f0)
    • update translations. (41dea54)
  • remove console outputs. (4c53f09)

Other Changes