debian/watch: use https for the git repository URL
[tweeper.git] / NEWS
1 News for v1.1.0:
2 ================
3
4   * Make scraping Facebook.com pages more robust
5   * Fix getting the channel image for Facebook.com pages
6   * Add some development tools
7   * Fix a problem with some feed readers when showing images from Twitter.com
8     by ignoring the "style" attribute in the scraped HTML
9   * Filter out promoted tweets when scraping Twitter.com
10   * Remove support for Howtoons.com, the old blog is not available anymore
11
12 News for v1.0.0:
13 ================
14
15   * Support "application/octet-stream" as an enclosure content type
16   * Support "application/pdf" as an enclosure content type
17   * Fix information leakage by validating the URL scheme
18   * Code restructuring to make it easier to use tweeper as a library in other
19     projects
20   * Allow installing tweeper via composer, the packagist page is at:
21     https://packagist.org/packages/ao2/tweeper
22   * Misc robustness fixes
23
24 News for v0.6:
25 ==============
26
27   * Fix support for Facebook.com public pages
28   * Fix support for Dilbert.com
29   * Major code cleanup (coding style, functions naming)
30   * Fix indentation when generating the <enclosure/> element
31   * Support generating enclosure for "image/png" links
32   * Major improvements for Twitter.com:
33     - embed images directly in the item description, linking to the original
34       versions uploaded by the user;
35     - use direct links instead of ones pointing to the t.co redirector;
36     - show explicitly if the attached media is a video;
37     - add enclosure element support for attached images.
38   * Minor improvements for Instagram.com:
39     - fix the channel link;
40     - make images adapt to the feed reader view, this avoids horizontal
41       scrolling if the image is too big.
42   * Support generating enclosure for images on Dilbert.com
43   * Support generating enclosure for images on Pump.io sites
44   * Misc fixes to code and documentation
45
46 News for v0.5:
47 ==============
48
49   * Use the Symfony Serializer component instead of the PEAR XML_Serializer
50   * Make the Twitter stylesheet stricter to avoid empty timeline entries
51
52 News for v0.4:
53 ==============
54
55   * Make the generated RSS validate with feedvalidator.org
56   * Fix support for Dilbert.com
57   * Add support for Instragram.com
58   * Add support for public pages on Facebook.com
59   * Make tweeper work with the PHP built-in web server
60   * Misc fixes to code and documentation
61
62 News for v0.3:
63 ==============
64
65   * Support generating enclosure for "audio/ogg" links
66   * Always specify xml:base to improve local URLs expansions in some cases
67   * Support both the classic and the new Twitter profile pages
68   * Fix getting the profile picture of Twitter users
69   * Add support for Howtoons.com
70
71 News for v0.2:
72 ==============
73
74   * Small fixes to the man page which must be in the coming Debian package
75
76 News for v0.1:
77 ==============
78
79   * Initial version supporting Twitter.com
80   * Add support for pump.io sites
81   * Add support for dilbert.com
82   * Show links to supported media files in the RSS <enclosure/> element