4 * Support "application/octet-stream" as an enclosure content type
5 * Support "application/pdf" as an enclosure content type
6 * Fix information leakage by validating the URL scheme
7 * Code restructuring to make it easier to use tweeper as a library in other
9 * Allow installing tweeper via composer, the packagist page is at:
10 https://packagist.org/packages/ao2/tweeper
11 * Misc robustness fixes
16 * Fix support for Facebook.com public pages
17 * Fix support for Dilbert.com
18 * Major code cleanup (coding style, functions naming)
19 * Fix indentation when generating the <enclosure/> element
20 * Support generating enclosure for "image/png" links
21 * Major improvements for Twitter.com:
22 - embed images directly in the item description, linking to the original
23 versions uploaded by the user;
24 - use direct links instead of ones pointing to the t.co redirector;
25 - show explicitly if the attached media is a video;
26 - add enclosure element support for attached images.
27 * Minor improvements for Instagram.com:
28 - fix the channel link;
29 - make images adapt to the feed reader view, this avoids horizontal
30 scrolling if the image is too big.
31 * Support generating enclosure for images on Dilbert.com
32 * Support generating enclosure for images on Pump.io sites
33 * Misc fixes to code and documentation
38 * Use the Symfony Serializer component instead of the PEAR XML_Serializer
39 * Make the Twitter stylesheet stricter to avoid empty timeline entries
44 * Make the generated RSS validate with feedvalidator.org
45 * Fix support for Dilbert.com
46 * Add support for Instragram.com
47 * Add support for public pages on Facebook.com
48 * Make tweeper work with the PHP built-in web server
49 * Misc fixes to code and documentation
54 * Support generating enclosure for "audio/ogg" links
55 * Always specify xml:base to improve local URLs expansions in some cases
56 * Support both the classic and the new Twitter profile pages
57 * Fix getting the profile picture of Twitter users
58 * Add support for Howtoons.com
63 * Small fixes to the man page which must be in the coming Debian package
68 * Initial version supporting Twitter.com
69 * Add support for pump.io sites
70 * Add support for dilbert.com
71 * Show links to supported media files in the RSS <enclosure/> element