Skip to content

Releases: joethei/obsidian-link-favicon

1.8.4

30 Nov 17:25
1.8.4
7fefd61
Compare
Choose a tag to compare
remove console spam

1.8.3

14 Sep 20:34
Compare
Choose a tag to compare
new version

1.8.2

12 Sep 19:57
Compare
Choose a tag to compare

New

  • Color inversion can now be disabled completely in the settings.

Improved

  • Testing the favicon providers from the settings no longer requires http:///https://

Fixed

  • In a clean install favicons would not show up in live preview/source mode

1.8.1

01 Oct 08:36
1.8.1
c9ca0ea
Compare
Choose a tag to compare
remove left over debugging code(closes #42)

1.8.0

24 Sep 12:56
1.8.0
126a8ba
Compare
Choose a tag to compare
feat: favicons can be disabled with an alias on specific links(fixes …

1.7.4

16 Jun 08:50
1.7.4
638cd8b
Compare
Choose a tag to compare
- update to target Obsidian 0.15(fixes #34)

- Change handling of icon cache again(fixes #31)
- Update README regarding styling(fixes #32)

1.7.3

21 Apr 18:44
1.7.3
609c449
Compare
Choose a tag to compare
move cache location, to fix a issue with obsidian sync

1.7.2

21 Mar 20:23
1.7.2
4d472dc
Compare
Choose a tag to compare
~ Supporting Regex in ignored domains and custom icons for domains an…

1.7.1

13 Mar 18:55
1.7.1
48074ce
Compare
Choose a tag to compare
~ Make debounce time in editor configurable (closes #22)

1.7.0

13 Mar 16:01
1.7.0
6a090af
Compare
Choose a tag to compare
+ Caching icon for a configurable time (closes #17)

+ Added a setting to disable plugin in certain view modes (closes #19)
~ Don't update icons while Editing the URL (closes #16)
~ Adding metadata to custom icons in Editor (closes #20)
~ allow URI schemes without `//` in Editor (closes #18)
~ Adding favicons to dataview elinks (closes #13)
~ Fix reading view breaking on old Obsidian versions (closes #14)
~ Fix only one icon showing when two links have the same target (closes #21)