funkwhale/changes/changelog.d
Kuba Orlik 7ee8e02b29 Fix feed formatting so it passes w3c validation
Feeds generated by Funkwhale do not pass validation with the [w3c
validator](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fpodcast.midline.pl%2Fapi%2Fv1%2Fchannels%2FMidline%2Frss).
This commit addresses the problems identified during validation:

1. The `isPermalink` is not recognized -> changed it to
   `isPermaLink` (capital "L")

2. `itunes:summary` and `itunes:subtitle` are 256 characters after
   truncating, but the maximum is 255. The truncating function trims the
   text to 255 chars, but then adds `…`, so the text is one character
   too long

3. The tags within `itunes:keywords` are now separated with commas
   instead of spaces (https://validator.w3.org/feed/docs/warning/InvalidKeywords.html)
2020-10-25 18:56:52 +01:00
..
.gitkeep Version bump and changelog 2018-02-27 23:10:23 +01:00
1226.enhancement Fix: #1226: Added controls to play volume of an album 2020-09-12 10:54:02 +02:00
1228.bugfix Resolve 1228 multi-disc albums 2020-10-04 18:37:32 +02:00
1246.enhancement Allow genre tags to be updated when rescanning files in-place 2020-10-25 18:56:52 +01:00
1250.bugfix Fix feed formatting so it passes w3c validation 2020-10-25 18:56:52 +01:00