Releases: zolrath/obsidian-auto-link-title
Releases · zolrath/obsidian-auto-link-title
1.2.7
What's Changed
- Allow new lines for Blacklist entries, in addition to commas for separation. (also fixes an issue with empty blacklists 😅)
Full Changelog: 1.2.6...1.2.7
1.2.6
Thanks again to community contributors for making this release happen!
What's Changed
- Canvas Support 🎉This version adds Canvas support! (Thanks to @Krakor92 in #61)
- Mute browser as it retrieves tab name to prevent video audio from leaking (Thanks @XRain777 in #43)
- Destroy browser window when the tabs name fails to parse, speculative fix for #44 and #37 (let me know if you still see these problems!)
- Add ability to blacklist specific websites/terms. Closes #51
New Contributors
Full Changelog: 1.2.5...1.2.6
1.2.5
1.2.4
Huge thank you to a number of community contributors adding features and fixing issues for this release!
What's Changed
- Add setting to not replace selection by @jmilldotdev in #17
- Remove newlines from the fetched title by @mkrcah in #26
- Fix overwriting top of file if hash not found by @jamiekowalski in #27
- Fix issue when multiple titles loading simultaneously by @jamiekowalski in #28
- Refactor to use async/await by @jamiekowalski in #29
- Update image detection regex by @tswwe in #31
- Add ability to rebind auto link title paste by @zolrath in #35
New Contributors
- @jmilldotdev made their first contribution in #17
- @mkrcah made their first contribution in #26
- @jamiekowalski made their first contribution in #27
- @tswwe made their first contribution in #31
Full Changelog: 1.2.3...1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
- Use
electron.remote.BrowserWindow
on desktop to allow user to grab title without external CORS proxy.
Note: As it allows execution of javascript the local fetch will take slightly longer to show the title result, waiting to see if the title gets modified by javascript execution.