Fixes
- Handle Blogger (*.blogpost.com) full-size images better in cases where the wrapping
<a>
element links to what looks like an image but is in fact a HTML page with an<img>
element inside. Previously this led to broken images.
Other changes
- When embedding images with the
--inline
flag, preserve the originalsrc
/srcset
values in the correspondingdata-original-*
attributes. - Updated
@mozilla/readability
to 0.6.0 (changelog), along with a few other runtime dependencies.