Releases: mfg92/hugo-shortcode-gallery
Releases · mfg92/hugo-shortcode-gallery
v1.3.0
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
- Fix go.mod (#82, @DoomHammer)
New Contributors
- @ramatevish made their first contribution in #86
- @rpapallas made their first contribution in #84
- @DoomHammer made their first contribution in #82
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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
- @saeedesmaili made their first contribution in #73
- @jbsilva made their first contribution in #80
Full Changelog: v1.1.1...v1.2.0
v.1.1.1
v1.1.0
Three improvements have found their way into this release:
- 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.
- 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.
- 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
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!