The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Implemented meta-refresh redirect detection.
Added `data` property to `Favicon`.
Added support for web application manifest file favicons
- Allows for users to prioritise which download type they prioritise (HTML vs. file - for now).
- Removed the favicon finder logic from the main FaviconFinder class, and created classes that adhere to a FaviconFinderProtocol. Apart from much neater code, this makes adding further ways of downloading favicons much easier.