X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/afea6847c1e20a4afb257576af4cdb7b96575b30..8084a3d5e37ce07a05510290fcd6952b53a4ce4c:/NEWS diff --git a/NEWS b/NEWS index 0a4af4a..33d3163 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,75 @@ +News for v1.3.0: +================ + + * Fix scraping instagram.com + * Fix scraping twitter.com + * Improve scraping twitter.com hashtag pages, like for example + https://twitter.com/hashtag/tweeper + * Fix getting the channel logo URL for identi.ca/pump.io + * Add support for scraping Instagram hashtag pages, like for example + https://www.instagram.com/explore/tags/marechiaro + * Make the RSS feed for twitter.com hashtag pages validate with + feedvalidator.org + +News for v1.2.0: +================ + + * Add support for scraping Instagram location pages, like for example + https://www.instagram.com/explore/locations/833277432/ + * Make scraping Instagram.com more robust + * Improve and fix scraping Facebook.com pages once again + * Add support for Twitter.com permalink URLs + * Make the generated Twitter.com feed mach more closely the original + content, now spaces and line wrap are preserved in feed reader which can + render the HTML code embedded in the element, this way + ASCII art tweets can be fully appreciated when read via tweeper. + Check out https://twitter.com/sarahjeong/status/955651919279722496 + +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: +============== + + * Fix support for Facebook.com public pages + * Fix support for Dilbert.com + * Major code cleanup (coding style, functions naming) + * Fix indentation when generating the element + * Support generating enclosure for "image/png" links + * Major improvements for Twitter.com: + - embed images directly in the item description, linking to the original + versions uploaded by the user; + - use direct links instead of ones pointing to the t.co redirector; + - show explicitly if the attached media is a video; + - add enclosure element support for attached images. + * Minor improvements for Instagram.com: + - fix the channel link; + - make images adapt to the feed reader view, this avoids horizontal + scrolling if the image is too big. + * Support generating enclosure for images on Dilbert.com + * Support generating enclosure for images on Pump.io sites + * Misc fixes to code and documentation + News for v0.5: ==============