Add the helper script tests/tweeper_file
[tweeper.git] / NEWS
1 News for v1.0.0:
2 ================
3
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
8     projects
9   * Allow installing tweeper via composer, the packagist page is at:
10     https://packagist.org/packages/ao2/tweeper
11   * Misc robustness fixes
12
13 News for v0.6:
14 ==============
15
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
34
35 News for v0.5:
36 ==============
37
38   * Use the Symfony Serializer component instead of the PEAR XML_Serializer
39   * Make the Twitter stylesheet stricter to avoid empty timeline entries
40
41 News for v0.4:
42 ==============
43
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
50
51 News for v0.3:
52 ==============
53
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
59
60 News for v0.2:
61 ==============
62
63   * Small fixes to the man page which must be in the coming Debian package
64
65 News for v0.1:
66 ==============
67
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