view NEWS @ 37:6bd8a649186d

Fix charset encoding in rewritten Content-Type header The charset encoding in the rewritten Content-Type header must be UTF-8 since that is what the original response body will be converted to. This fixes the garbled text seen when viewing feeds using charset encodings other than UTF-8.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Mon, 01 Apr 2019 21:04:05 +0200
parents d2bf40011989
children c63dd1ab214d
line wrap: on
line source

News
====

Feed Preview 5 (2019-01-23T15:49:55+01:00)
------------------------------------------

- Use human-readable file size units
- Allow feed reader addons to subscribe to the currently viewed feed
- Use a more compact style for feed entry content
- Add option to expand feed entries by default
- Fix XPath query syntax
- Add Dutch translations
- Open links within feed content in a new tab
- Fix selector for rel attributes

Feed Preview 4 (2018-12-16T10:28:35+01:00)
------------------------------------------

- Use seperate grey icon for the page action

Feed Preview 3 (2018-12-13T12:52:27+01:00)
------------------------------------------

- Add support for RSS 1.0 feeds
- Fix parsing the description of RSS 0.9 feeds
- Add support for enclosures in Atom feeds
- Support feeds served as text/xml
- Add support for Atom 0.3 feeds
- Properly handle non-text content in Atom feed elements

Feed Preview 2 (2018-12-08T12:10:03+01:00)
------------------------------------------

- Add preset with common web-based feed readers
- Implement feed subscription for web-based feed readers
- Simplify the hint shown if there are no entries
- Improve visual appearance
- Alternatively use Atom links without the rel attribute
- Create feed previews using a stream filter
- Handle feed entry content normalization with a setter
- Remove unused parameter from xpathQuery and rename functions

Feed Preview 1 (2018-10-04T10:15:36+02:00)
------------------------------------------

- Show a hint if the feed has no entries
- Initial revision