Releases: joethei/obsidian-link-favicon
Releases · joethei/obsidian-link-favicon
1.8.4
1.8.3
new version
1.8.2
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
remove left over debugging code(closes #42)
1.8.0
feat: favicons can be disabled with an alias on specific links(fixes …
1.7.4
- 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
move cache location, to fix a issue with obsidian sync
1.7.2
~ Supporting Regex in ignored domains and custom icons for domains an…
1.7.1
~ Make debounce time in editor configurable (closes #22)
1.7.0
+ 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)