X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/16130ed8bb988db5261c01c1d0e5a28006a395e4..38f5ca4169e6a77ddc1559bcdd243e9e92612bb5:/NEWS diff --git a/NEWS b/NEWS index d125dd5..59e21b7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +News for v1.1.0: +================ + + * Make scraping Facebook.com pages more robust + * Fix getting the channel image for Facebook.com pages + * Add some development tools + * Fix a problem with some feed readers when showing images from Twitter.com + by ignoring the "style" attribute in the scraped HTML + * Filter out promoted tweets when scraping Twitter.com + * Remove support for Howtoons.com, the old blog is not available anymore + +News for v1.0.0: +================ + + * Support "application/octet-stream" as an enclosure content type + * Support "application/pdf" as an enclosure content type + * Fix information leakage by validating the URL scheme + * Code restructuring to make it easier to use tweeper as a library in other + projects + * Allow installing tweeper via composer, the packagist page is at: + https://packagist.org/packages/ao2/tweeper + * Misc robustness fixes + News for v0.6: ==============