Breaking Change
This release contains a fix regarding URLs which requires that the URL
env variable needs to be changed slightly.
Prior to version 1.5.0 it was required that the URL contains a trailing slash, now it is require to NOT have a trailing slash e.g. https://maxvoltar.photo/
needs now to be https://maxvoltar.photo
.
What's Changed
- Add option to reverse image sort by default by @mschader in #43
- Added new live example by @nicosomb in #65
- Added condition to load Toastify library only if enabled by @nicosomb in #66
- Fixed URLs by @waschinski #61
- Switched from
exifr
toexiftool
to support other image types by @waschinski #28 #68 - Updated favicon implementation by @waschinski
- Upgraded dependencies by @waschinski
- Updated Dockerfile to use apk for exiftool and vips by @waschinski
- New feature: optional header bar by @waschinski #60
New Contributors
Full Changelog: 1.4.3...1.5.0