This document records all notable changes to Librarian.
+## 2.4.3 (2022-06-07)
+
+### Fixed
+- Fix for new cover with custom size.
+
+
## 2.4.2 (2022-05-23)
### Fixed
setup(
name='librarian',
- version='2.4.2',
+ version='2.4.3',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',
self.scale_after = final_width / self.width
if final_height is not None:
- self.height = round(final_height / self.m._scale)
+ self.height = round(final_height / self.scale_after / self.m._scale)
self.square_variant = self.height / self.width < 250 / 210