4    * Enable cookie handling in cURL to fix scraping twitter.com
 
   5    * Update User-Agent version to fix scraping hashtag pages on twitter.com
 
  10   * Make the images adapt to the screen width in feed readers which render the
 
  11     HTML data in the description.
 
  12   * Indicate if there is a GIF image in a tweet.
 
  13   * Add option to enable or disable showing usernames in RSS items.
 
  14   * Retry multiple times to retrieve a resource before giving up.
 
  16   * Add option to enable or disable showing multimedia content in RSS items.
 
  17   * Fix generating enclosures for Dilbert.com
 
  18   * Make enclosure elements validate with feedvalidator.org when the server
 
  19     does not provide a Content-Length header.
 
  24   * Fix scraping instagram.com
 
  25   * Fix scraping twitter.com
 
  26   * Improve scraping twitter.com hashtag pages, like for example
 
  27     https://twitter.com/hashtag/tweeper
 
  28   * Fix getting the channel logo URL for identi.ca/pump.io
 
  29   * Add support for scraping Instagram hashtag pages, like for example
 
  30     https://www.instagram.com/explore/tags/marechiaro
 
  31   * Make the RSS feed for twitter.com hashtag pages validate with
 
  37   * Add support for scraping Instagram location pages, like for example
 
  38     https://www.instagram.com/explore/locations/833277432/
 
  39   * Make scraping Instagram.com more robust
 
  40   * Improve and fix scraping Facebook.com pages once again
 
  41   * Add support for Twitter.com permalink URLs
 
  42   * Make the generated Twitter.com feed mach more closely the original
 
  43     content, now spaces and line wrap are preserved in feed reader which can
 
  44     render the HTML code embedded in the <description/> element, this way
 
  45     ASCII art tweets can be fully appreciated when read via tweeper.
 
  46     Check out https://twitter.com/sarahjeong/status/955651919279722496
 
  51   * Make scraping Facebook.com pages more robust
 
  52   * Fix getting the channel image for Facebook.com pages
 
  53   * Add some development tools
 
  54   * Fix a problem with some feed readers when showing images from Twitter.com
 
  55     by ignoring the "style" attribute in the scraped HTML
 
  56   * Filter out promoted tweets when scraping Twitter.com
 
  57   * Remove support for Howtoons.com, the old blog is not available anymore
 
  62   * Support "application/octet-stream" as an enclosure content type
 
  63   * Support "application/pdf" as an enclosure content type
 
  64   * Fix information leakage by validating the URL scheme
 
  65   * Code restructuring to make it easier to use tweeper as a library in other
 
  67   * Allow installing tweeper via composer, the packagist page is at:
 
  68     https://packagist.org/packages/ao2/tweeper
 
  69   * Misc robustness fixes
 
  74   * Fix support for Facebook.com public pages
 
  75   * Fix support for Dilbert.com
 
  76   * Major code cleanup (coding style, functions naming)
 
  77   * Fix indentation when generating the <enclosure/> element
 
  78   * Support generating enclosure for "image/png" links
 
  79   * Major improvements for Twitter.com:
 
  80     - embed images directly in the item description, linking to the original
 
  81       versions uploaded by the user;
 
  82     - use direct links instead of ones pointing to the t.co redirector;
 
  83     - show explicitly if the attached media is a video;
 
  84     - add enclosure element support for attached images.
 
  85   * Minor improvements for Instagram.com:
 
  86     - fix the channel link;
 
  87     - make images adapt to the feed reader view, this avoids horizontal
 
  88       scrolling if the image is too big.
 
  89   * Support generating enclosure for images on Dilbert.com
 
  90   * Support generating enclosure for images on Pump.io sites
 
  91   * Misc fixes to code and documentation
 
  96   * Use the Symfony Serializer component instead of the PEAR XML_Serializer
 
  97   * Make the Twitter stylesheet stricter to avoid empty timeline entries
 
 102   * Make the generated RSS validate with feedvalidator.org
 
 103   * Fix support for Dilbert.com
 
 104   * Add support for Instragram.com
 
 105   * Add support for public pages on Facebook.com
 
 106   * Make tweeper work with the PHP built-in web server
 
 107   * Misc fixes to code and documentation
 
 112   * Support generating enclosure for "audio/ogg" links
 
 113   * Always specify xml:base to improve local URLs expansions in some cases
 
 114   * Support both the classic and the new Twitter profile pages
 
 115   * Fix getting the profile picture of Twitter users
 
 116   * Add support for Howtoons.com
 
 121   * Small fixes to the man page which must be in the coming Debian package
 
 126   * Initial version supporting Twitter.com
 
 127   * Add support for pump.io sites
 
 128   * Add support for dilbert.com
 
 129   * Show links to supported media files in the RSS <enclosure/> element