Skip to content

Releases: mfg92/hugo-shortcode-gallery

v1.3.0

14 Aug 19:21
Compare
Choose a tag to compare

What's Changed

  • Adapt to changes in Hugo 0.129.0 (#86, @ramatevish, @mfg92)
    • As of 0.129.0, Hugo uses a new library to read metadata from images. This comes with some changes that are not backward compatible. This release adapts hugo-shortcode-gallery to these changes, unfortunately this also means that the minimum required Hugo version is now 0.129.0. But better use Hugo ≥ 0.132.0, which fixes some bugs related to image metadata.
    • Hugo and hugo-shortcode-gallery now support metadata extraction from PNG and WebP, in addition to JPEG and TIFF.
  • Add ability to reference global resources (#84, @rpapallas)
    • Documentation about this new feature can be found here

Bugfixes

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Jul 15:45
038e1bb
Compare
Choose a tag to compare

What's New

  • Add parameter swipeboxParameters to directly configure the underlying swipebox instance (#75, @mfg92)
  • Allow the original or full image to be used as thumbnail when thumbnailResizeOptions is set to original or full (#77, @mfg92)
  • Improve the build performance by skipping unnecessary work when using the match parameter (@mfg92)
  • Improve and fix documentation (@saeedesmaili, @mfg92)

Bugfixes

  • Fix parameter justifiedGalleryParameters to actually set any parameter of Justified Gallery (before the parameters were passed to Swipebox by mistake) (@mfg92)
  • Use the full tab-width in full tab mode (@jbsilva)

New Contributors

Full Changelog: v1.1.1...v1.2.0

v.1.1.1

25 Feb 20:23
Compare
Choose a tag to compare

This is just a bugfix release:

  • Fix multiple galleries on one page not working (#70, @mfg92)

v1.1.0

12 Feb 22:56
f75b7dd
Compare
Choose a tag to compare

Three improvements have found their way into this release:

  1. Make jQuery loading more robust (#66, @mfg92)
    • Previously, loading another instance of jQuery after the initialization of hugo-shortcode-gallery would break the gallery. This could happen, for example, with some themes that included jQuery at the end of the HTML.
  2. Configure hugo-shortcode-gallery as a hugo module (#64, #67, @mfg92)
    • This project is now configured as a hugo module, which simplifies installation and updates. The previous method of installing it should still work as before.
  3. Improve formatting of EXIF information (@mfg92)
    • Previously, the display of EXIF information was broken for images with incomplete or missing data. This issue has now been resolved.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Nov 11:38
a02ed16
Compare
Choose a tag to compare

This project started about five years ago. Since then it has been continuously improved and has reached a mature state. This is also shown by the large and growing number of users.
So now is a good time to release the current state as version 1.0.0 🥳. All future releases will follow the principle of semantic versioning.

I would like to take this opportunity to thank all those who have contributed to this project so far:

@martinschneider, @bcl, @NSBum, @RidaAyed, @joelsleeba, @Luigi-Pizzolito, @codyjtclark, @dholbach, @RoneoOrg, @dirkgomez, @faaafo

Thank you!