You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend image optimization to support in-memory streams(BytesIO/bytes) and dst_format param (#289)
Automatically add _ftindex:<yes/no> tag at creator start based on indexing configuration (#295)
BEHAVIOR CHANGE: it is not possible anymore to add "Tags" metadata with Creator.add_metadata method after creator has started ; this is anyway not recommended anymore since 5.x (one should prefer Creator.config_metadata)
Fixed
Add proper typing @overload to zimscraperlib.image.optimize_xxx methods (#273)
Backport wabac.JS change around rewriting: detect when JS is in 'strict' mode and avoid using 'arguments' (#286)
Fix installation from source, which missed wombatSetup.js (#287)
Fix outdated system dependencies in README: remove Pillow build-time deps (bundled in wheels), add missing libcairo across all platforms (#152)
Improve contribution setup instructions: use hatch shell, clarify commands must be run from local clone root (#153)