Skip to content

Releases: waschinski/photo-stream

1.5.0

16 Mar 15:43
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.4.3...1.5.0

1.4.3

14 Jul 23:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2

13 May 23:16
Compare
Choose a tag to compare

What's Changed

  • possible fix for translation in chrome, improvement for touchable devices by @boerniee in #25
  • enable swiping for mobile devices by @boerniee in #26
  • base Dockerfile on Ruby 3.1.2 image

Full Changelog: 1.4.1...1.4.2

1.4.1

08 May 10:22
Compare
Choose a tag to compare

Quick hot fix for feature introduced with #23. Thanks @boerniee!

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

07 May 20:46
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

03 May 22:11
Compare
Choose a tag to compare

@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

New Contributors

1.2.0

28 Jan 22:10
Compare
Choose a tag to compare

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

22 Jan 14:58
Compare
Choose a tag to compare

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

18 Sep 10:12
Compare
Choose a tag to compare

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

03 Sep 10:37
Compare
Choose a tag to compare

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.