Releases: waschinski/photo-stream
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 #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
1.4.3
What's Changed
- Fixed volume path in docker-compose.yml by @oliverhihn in #32
- Added option to show/hide RSS button by @oliverhihn in #34
- Fixed site titles using single ticks by @boerniee
- Reduced Docker image size by @boerniee
New Contributors
- @oliverhihn made their first contribution in #32
Full Changelog: 1.4.2...1.4.3
1.4.2
1.4.1
1.4.0
Seems like @boerniee has been on a roll this weekend - thanks for not only one but two great contributions to photo stream!
What's Changed
- Option to prevent crawler / smaller fixes by @boerniee in #22
- Using WebShareAPI to share images by @boerniee in #23
New Contributors
Full Changelog: 1.3.0...1.4.0
1.3.0
@philwilei has contributed a new feature to photo stream which he explains as follows:
I created this to be able to distribute photos I took at a family event to all the participants. This way everyone could easily choose the photos they liked and download them at original quality, which saved me from having to transfer large files to individuals one by one.
This feature might also appeal to professional photographers looking to host their own delivery platform so they don't have to rely on paid services like Pixieset.
Thank you very much, Philipp!
What's Changed
- Bump image_processing from 1.12.1 to 1.12.2 by @dependabot in #19
- Option to download original, full-res images by @philwilei in #21
New Contributors
- @philwilei made their first contribution in #21
1.2.0
New feature
I've implemented a recently requested feature which allows your visitors to change the photos order from newest to oldest to oldest to newest and back. A button will be shown right next to the other ones and sort order can also be changed using the up and arrow keys.
Updates to the Docker image
I've also updated the docker image to Ruby 3.0.3 and libvips to 8.12.2.
Fix for direct photo links
This is another bug fix release fixing an issue with direct photo links. @myhrmans has discovered this issue and kindly provided the fix for it right after. Thanks Martin!
Orientation bug fix and docker optimizations
We have been able to finally fix a nasty orientation bug only present when using Photo Stream via Docker (#7). You are advised to upgrade your container to use this release.
@alexkutsan kindly implemented this fix while also adding some optimizations to simplify building Photo Stream for devices like Raspberry Pi's using a different architecture. Thanks Alexander! (#11)
Uppercase file extension fix
Files with an uppercase extension (JPG/JPEG) will now be renamed to its lowercase counterpart (e.g. NICE_PIC.JPG
will become NICE_PIC.jpg
) by a new plugin called RenamePhotos. These files will also be removed now by the DestroyOriginals plugin.