X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/21834a24e33e223229427361b1bd2c793801ddd4..b187bb677361d17a468abf749332d081a194b4bd:/NEWS diff --git a/NEWS b/NEWS index d50eb50..d125dd5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +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: +============== + + * Use the Symfony Serializer component instead of the PEAR XML_Serializer + * Make the Twitter stylesheet stricter to avoid empty timeline entries + News for v0.4: ==============