parse topic content-types to recode content with non-utf8 charsets
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ### Added
8
9 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
10
11 ### Fixed
12
13 - Feed parser could return a non-list for a single link entry, handle that case.
14
15 ## [v1.1.1] - 2021-08-09
16
17 ### Fixed
18
19 - Parsing of topic content-types which include encoding.
20
21 ## [v1.1.0] - 2021-08-08
22
23 ### Added
24
25 - Caching of topic contents for Postfix database backends. This should greatly reduce the db load when many subscribers to a topic are delivered an update.
26 - Minor cleanup to generated HTML pages.
27
28 ## [v1.0.0] - 2021-08-01
29
30 ### Added
31
32 - Everything. MVP first stable release.
33
34 ---
35
36 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.0
37 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
38 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0