Skip to content

Releases: ysk24ok/jekyll-linkpreview

v0.7.0

05 May 00:46
36e707e
Compare
Choose a tag to compare

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

Misc Updates

Other PRs

Full Changelog: v0.6.0...v0.7.0

v0.6.0

10 Feb 11:32
Compare
Choose a tag to compare

What's Changed

New Features

  • Use MetaInspector's best guess on page title when generating Non-OGP preview by @Clpsplug in #39

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0

04 Dec 07:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

19 May 07:46
Compare
Choose a tag to compare

Bug fixes

  • Domain link is broken, fixed by #27

v0.4.0

26 Oct 10:54
94597ec
Compare
Choose a tag to compare

New Features

  • Now this plugin is able to generate a page which does not have Open Graph protocol metadata by #23

Others

  • Contains refactoring by #25

v0.3.2

30 May 08:09
Compare
Choose a tag to compare

v0.3.2 is a maintenance release,

  • Work with Jekyll 4.1 or over by #20 .
  • CI runs with Jekyll 3.5, 3.6, 3.7, 3.8, 4.0 and 4.1 by #22 .

v0.3.1

29 Mar 00:33
Compare
Choose a tag to compare

v0.3.1 is just a maintenance release where metainspector version is explicilty specified by #17 .

v0.3.0

18 Mar 08:58
Compare
Choose a tag to compare

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

v0.2.0

24 Aug 09:23
Compare
Choose a tag to compare

Main topic of this release is that linkpreview tag accepts a URL variable. Some bug fixes are also included.

New Features

  • A URL variable can be passed to linkpreview tag, by #6
  • A warning is shown when _cache directory does not exist, by #8

Bug Fixes

  • og:image was not rendered when the URL was a root-relative one, fixed by #7
  • # or ? was not contained in generated preview, fixed by #9