Skip to content

Releases: rbuchberger/jekyll_picture_tag

v2.1.0

29 Jan 16:52
1784d96
Compare
Choose a tag to compare
  • Check if the vips CLI is installed before trying to use it
  • Minor formatting & dependency changes
  • Fix dependency specs so the tests pass again.

v2.0.4

16 Aug 12:36
164dfbb
Compare
Choose a tag to compare
Version 2.0.4

v2.0.0

25 Mar 09:28
2a0e689
Compare
Choose a tag to compare
  • 2.0 March 25, 2021 - Migration guide
    • Switch from ImageMagick to libvips.
      • 🚀🔥🔥MUCH MORE FASTER🔥🔥🚀
      • Will still attempt to use imagemagick if libvips cannot handle a particular image format.
      • Eliminate the ImageMagick v7 on Ubuntu pain we've been dealing with for so long.
    • Require Ruby >= 2.6, support Ruby 3.0
    • Require Jekyll >= 4.0
    • Cropping is changing.
      • We now use the libvips smartcrop function which does some magic to keep the most useful part of the image.
      • Geometry is renamed to 'crop', and reduced to simple aspect ratios only. (width:height)
      • Gravity is gone, replaced by 'keep' which is translated to a libvips interestingness setting.
    • Add stock presets and media queries, under the jpt- prefix.
    • Add format_quality default settings for webp, avif, and jp2.
    • Add image-format-specific write options.
    • Overhaul user input handling; we can now validate inputs and give error messages which are less useless. Stronger validation and nicer errors will be added in future releases.
    • Drop support for markup_presets and media_presets. They are now officially and only presets and media_queries.
    • Improve docs with an introductory tutorial and 'how-to' flow.

2.0 Pre-release 1

24 Mar 18:25
0ef65b9
Compare
Choose a tag to compare
2.0 Pre-release 1 Pre-release
Pre-release
v2.0.0pre1

Version 2.0.0pre1

1.14.0 January 10, 2021

10 Jan 14:54
77ca99b
Compare
Choose a tag to compare
  • Gracefully handle empty tag arguments.
  • Re-add metadata stripping. I removed it inadvertently when refactoring; now there's a test and a setting to turn it off.
  • Respect Jekyll's --disable-disk-cache argument.
  • Add baseurl configuration, allowing increased plugin support (such as I18n via jekyll-multiple-languages-plugin)
  • Tooling & test suite maintenance and improvements.

0.2.2

04 Aug 18:27
Compare
Choose a tag to compare

Liquid parsing bugfixes.
lid2l

0.2.1

17 Jul 21:57
Compare
Choose a tag to compare

Code refactor, adds the ability to use Liquid variables, bugfixes.
wx2lp

0.2.0

15 Jul 00:54
Compare
Choose a tag to compare

Code refactor, picture markup fix, yaml settings and docs improvement.
tumblr_m8t8edmdso1rd2i8so1_500

0.1.1

05 Jul 22:32
Compare
Choose a tag to compare

Quick round of code improvements.
kww2w

0.1.0

05 Jul 17:29
Compare
Choose a tag to compare

Initial release.
adventuretimesparkle