X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/949cbd2fbe76f37d79ca69979153bdbdf5fbcaf6..HEAD:/NEWS diff --git a/NEWS b/NEWS index 33d3163..db1b1ee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +News for v1.4.3: +================ + + * Fix scraping twitter.com again by impersonating a Google crawler + * Add check for http response code and return failure for error codes + * Return failure when instagram.com redirects to login page + +News for v1.4.2: +================ + + * Add option to enable or disable showing verbose output + * Add back partial support for twitter.com using the old twitter mobile UI + * Misc fixes to code and documentation + +News for v1.4.1: +================ + + * Enable cookie handling in cURL to fix scraping twitter.com + * Update User-Agent version to fix scraping hashtag pages on twitter.com + +News for v1.4.0: +================ + + * Make the images adapt to the screen width in feed readers which render the + HTML data in the description. + * Indicate if there is a GIF image in a tweet. + * Add option to enable or disable showing usernames in RSS items. + * Retry multiple times to retrieve a resource before giving up. + * Fix coding style. + * Add option to enable or disable showing multimedia content in RSS items. + * Fix generating enclosures for Dilbert.com + * Make enclosure elements validate with feedvalidator.org when the server + does not provide a Content-Length header. + News for v1.3.0: ================