Makefile: mention DESTDIR in the "INSTALLATION COMPLETE" message
[tweeper.git] / NEWS
1 News for v0.6:
2 ==============
3
4   * Fix support for Facebook.com public pages
5   * Fix support for Dilbert.com
6   * Major code cleanup (coding style, functions naming)
7   * Fix indentation when generating the <enclosure/> element
8   * Support generating enclosure for "image/png" links
9   * Major improvements for Twitter.com:
10     - embed images directly in the item description, linking to the original
11       versions uploaded by the user;
12     - use direct links instead of ones pointing to the t.co redirector;
13     - show explicitly if the attached media is a video;
14     - add enclosure element support for attached images.
15   * Minor improvements for Instagram.com:
16     - fix the channel link;
17     - make images adapt to the feed reader view, this avoids horizontal
18       scrolling if the image is too big.
19   * Support generating enclosure for images on Dilbert.com
20   * Support generating enclosure for images on Pump.io sites
21   * Misc fixes to code and documentation
22
23 News for v0.5:
24 ==============
25
26   * Use the Symfony Serializer component instead of the PEAR XML_Serializer
27   * Make the Twitter stylesheet stricter to avoid empty timeline entries
28
29 News for v0.4:
30 ==============
31
32   * Make the generated RSS validate with feedvalidator.org
33   * Fix support for Dilbert.com
34   * Add support for Instragram.com
35   * Add support for public pages on Facebook.com
36   * Make tweeper work with the PHP built-in web server
37   * Misc fixes to code and documentation
38
39 News for v0.3:
40 ==============
41
42   * Support generating enclosure for "audio/ogg" links
43   * Always specify xml:base to improve local URLs expansions in some cases
44   * Support both the classic and the new Twitter profile pages
45   * Fix getting the profile picture of Twitter users
46   * Add support for Howtoons.com
47
48 News for v0.2:
49 ==============
50
51   * Small fixes to the man page which must be in the coming Debian package
52
53 News for v0.1:
54 ==============
55
56   * Initial version supporting Twitter.com
57   * Add support for pump.io sites
58   * Add support for dilbert.com
59   * Show links to supported media files in the RSS <enclosure/> element