Releases: ysk24ok/jekyll-linkpreview
Releases · ysk24ok/jekyll-linkpreview
v0.7.0
What's Changed
New Features
- Make the plugin work with Ruby 3.2 by @ysk24ok in #49
- Add more og properties by @ysk24ok in #50
- Enable the use of non 'link_' prefixed variables by @ysk24ok in #51
- Use best_description for non ogp pages by @ysk24ok in #52
Deprecation Warning
link_*
template variables are deprecated due to #51 and will be removed in v1.0.0. See https://github.com/ysk24ok/jekyll-linkpreview/tree/v0.7.0#custom-templates.
Misc Updates
Other PRs
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
New Features
Breaking Changes
- Use Non-OGP template if any of required OG tags are missing from the page by @Clpsplug in #42
- Delete link before preview by @ysk24ok in #46
Development Updates
- Add release workflow by @ysk24ok in #34
- Fix release workflow by @ysk24ok in #35
- Fix credentials file permission by @ysk24ok in #36
- Fix broken CI by @ysk24ok in #43
- Make pull_request and push events exclusive by @ysk24ok in #44
- Suppress 'detected dubious ownership' error in release workflow by @ysk24ok in #47
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
New Features
- Users can override default preview template by custom templates, by #11, thanks to @ideas-into-software
- It is confirmed that this plugin now works with Jekyll 4.0, by #13, thanks to @zerobase
Breaking Change
- URL passed to
linkpreview
tag must be enclosed by quotations, e.x.{% linkpreview "https://github.com" %}
, introduced by #11
Bug Fixes
- Cache file is not closed properly, fixed by #11, thanks to @ideas-into-software
- Generating preview failed when the page has ill-formed URL, fixed by #15