v0.10.10-beta
Pre-release
Pre-release
·
409 commits
to beta
since this release
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]
- add horizontal reading and fix display modes. (c16f5be)
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)
- switching reader to horizontal allows conflicting zoom modes. (7426c5f)
Continuous Integration
- forgot to add output for release-note-json [skip ci]. (18e8bf4)
Chores
-
i18n
- remove console outputs. (4c53f09)
Other Changes
- release. (6dcd00d)