Skip to content

Releases: will-lumley/FaviconFinder

4.5.0

06 Feb 09:57
d3c715f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.5.0

4.1.0

10 Jul 11:14
b8cde6c
Compare
Choose a tag to compare

This release allows for favicon URLs to be fetched without executing an image download.

4.0.1

10 Jul 09:16
22af1b5
Compare
Choose a tag to compare

This release removes UTF-8 hardcoding/assumption when decoding URL responses.

4.0.0

31 May 10:07
9350469
Compare
Choose a tag to compare

3.3.0

27 May 04:00
1f74844
Compare
Choose a tag to compare

Implemented meta-refresh redirect detection.

3.2.2

06 Feb 22:59
ddcbaa2
Compare
Choose a tag to compare

Added data property to Favicon.

3.2.1

20 Jan 12:21
712bd46
Compare
Choose a tag to compare

3.2.0

01 Sep 12:18
f62aeb2
Compare
Choose a tag to compare

Added support for web application manifest file favicons

3.1.0

20 Jun 06:22
7162634
Compare
Choose a tag to compare

v3.0.0

03 Jun 04:06
4ea11e4
Compare
Choose a tag to compare
  • 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.