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