New
1.5.0
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 https://github.com/waschinski/photo-stream/pull/43
- Added new live example by @nicosomb in https://github.com/waschinski/photo-stream/pull/65
- Added condition to load Toastify library only if enabled by @nicosomb in https://github.com/waschinski/photo-stream/pull/66
- Fixed URLs by @waschinski https://github.com/waschinski/photo-stream/issues/61
- Switched from
exifrtoexiftoolto 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 https://github.com/waschinski/photo-stream/issues/60
New Contributors
- @mschader made their first contribution in https://github.com/waschinski/photo-stream/pull/43
- @nicosomb made their first contribution in https://github.com/waschinski/photo-stream/pull/65
Full Changelog: https://github.com/waschinski/photo-stream/compare/1.4.3...1.5.0