7.7 KiB
Changelog
1.2.2 (2024-09-26)
New Features & Improvements:
- Add a feature to fetch the link title automatically and set it for the title (Only for fallback embeds)
- Add issue templates to make it easier to fill in information for the feature/bug
- Created discussions to ask questions on how to use the plugin freely, without affecting the issues tab. (If you aren't sure if it is a bug, just ask in discussions. Can be shifted to an issue if needed)
Bugs Fixed:
- Fix bug when web images don't appear sometimes
1.2.1 (2024-09-19)
Since there are a lot of changes, please report any bugs!
New Features & Improvements:
- Feature request 15: Add support for twitter profile timelines.
Bugs Fixed:
- Add padding for fallback embed link (external link below embed)
- Fix Issue 8 where it crashes the note when
Preload optionsisPlaceholder + Click to loadANDFallback optionsisShow Error Message. - Fix Issue 9 where embeds aren't collapsing when in a bullet list.
- Fix Issue 10 and Issue 11. Slightly change where the embed is placed. Fixes issues like the embed breaking bullet points, or 'eating' the last character. However, this might cause more bugs, so create new issues whenever you find them!
- Fix Issue 14. Don't embed web images. It might show the placeholder for a split second but it should hide it quite quickly.
- Don't embed x.com on Obsidian versions 1.7.0 and above. Obsidian changelog 1.7.0
1.2.0 (2024-09-07)
Incrementing minor version. Added and fixed most of the features and bugs to make a proper plugin.
Since there are a lot of changes, please report any bugs!
New Features & Improvements:
- Feature request 7 Add placeholders for websites. It has a 'click to load' mode too. This should greatly improve Content Layout Shifts.
Thanks to @Rikiub for suggesting it! - Add Imgur album support. (Album has
/a/instead of/gallery/in the URL) - Add options to disable selected websites
- Add option for suggesting to embed links
Bugs Fixed:
- Fix the cursor going to the side of the embed when navigating the cursor to the character immediately after the embed/markdown link.
1.1.3 (2024-07-18)
Bugs Fixed:
- Fix note embedding when it's in a list. From issue 6
1.1.2 (2024-07-17)
New Features & Improvements:
- Notion websites is supported! Though I just realised that it was supported all along. Notion doesn't have any special things to do when it's embedded so the notion website is just embedded by itself without any modifications. Never really used Notion so I didn't realise it. The website still needs to be public as you can't sign in Obsidian though.
- Cache the size for websites that are dynamically sized like Reddit, Imgur, Twitter/X, TikTok. It should set the height as soon as the iframe loads, reducing Cumulative Layout Shift after the first time you open the note. Also fixes this issue
Bugs Fixed:
- Fix the bug where the plugin embeds Obsidian's internal links/images which shouldn't happen. From issue 5
1.1.1 (2024-07-13)
New Features & Improvements:
- Add SoundCloud embed support from feature request
- Add TikTok embed support from feature request
Bugs Fixed:
- Fix reddit embeds not resizing correctly when there are multiple reddit embeds appearing on the same page.
1.1.0 (2024-07-07)
Increment minor version because the features for the fallback (unsupported websites) embed is mostly done.
New Features & Improvements:
- Add support to set the fallback embed link text from the previous update. Set it by using the alt text or in the settings.
Bugs Fixed:
- Fix fallback embed not resizing correctly when there is custom sizes.
1.0.7 (2024-06-08)
New Features & Improvements:
- Add an option to have a link below the default fallback embed. Helps with easily opening the link in the browser for further and more in depth viewing.
1.0.6 (2024-06-08)
New Features & Improvements:
- Add support for embedding Google Docs.
Bugs Fixed:
- Fix a bug when the plugin overrides Obsidian whenever there is an image url (urls ending with image extensions like .png or .jpg) which results in the image not being sized correctly. Now it should behave like the docs.
1.0.5 (2024-05-04)
New Features & Improvements:
- Add size options for fallback embed (for unsupported links that are marked to embed)
1.0.4 (2024-04-12)
New Features & Improvements:
- Add CHANGELOG
- Add "Auto Embed: Add embed" and "Auto Embed: Mark to Embed" command.
1.0.3 (2024-04-05)
New Features & Improvements:
- Update README.md
Bugs Fixed:
- Prevent normal links from embedding. Now it doesn't embed "", but still embeds "
- Fix bug when options don't apply when embedding unsupported links.
1.0.2 (2024-03-28)
Bugs Fixed:
- Minor changes:
- Spotify: Treat artists as playlists / albums
- Codepen: Allow hyphens in usernames
- Clean code
- Fix issues from Obsidian's pull request code review. For adding the plugin to Obsidian's plugin directory
1.0.1 (2024-03-25)
Bugs Fixed:
- Fix preview embed in setting not working
- Clean up development files, moving all to a src folder
1.0.0 (2024-03-25) - First release!
Features:
- Creating embeds by pasting links
- Supports:
- X
- Imgur
- CodePen
- Steam
- Spotify
- Adding custom options:
- noembed
- set width
- set height