Skip to content

Releases: robotmay/photographer-io

Image processing bugfixes and improvements

18 Nov 23:44
Compare
Choose a tag to compare

A bugfix release which resolves a number of problems with image processing, as well as adding logging support to photographs to help with debugging.

Photo reprocessing & browse by license

03 Nov 14:08
Compare
Choose a tag to compare

Photos can now be queued for reprocessing if they're stuck on "Processing" for more than 10 minutes. This should let users finish their uploads should something happen to stop them from processing correctly.

This release also adds the ability to browse by the license applied to photos. You will need to run the following two commands when deploying this version:

rake db:migrate
rake iso:maintenance:repair_licenses

Bugfix release

30 Oct 09:37
Compare
Choose a tag to compare

Includes a couple of bugfixes:

  • Users with a profile background photo set to a non-existent photo will now show correctly again
  • Sidekiq workers have been reduced to 10 per server, to prevent excessive memory use

Bugfixes and improved dashboard

23 Oct 16:44
Compare
Choose a tag to compare

After a month of delays, this release includes a bunch of important bugfixes and an improved dashboard.

Various bugfixes

13 Sep 12:21
Compare
Choose a tag to compare

In the lead up to v1.3.0, this contains a bunch of bugfixes and improvements.

Image rotation support (in theory) and improved processing speed

17 Aug 19:23
Compare
Choose a tag to compare

Images should now process faster due to the S3 data being cached in memcached. Also includes rotation support, in theory.

Updates and bugfixes

13 Aug 22:54
Compare
Choose a tag to compare

Starting to use smaller version numbers more regularly to include small changes and bugfixes.

Small updates and features

31 Jul 19:14
Compare
Choose a tag to compare

Lots of bugfixes and small improvements, and a few minor features.

  • You can now delete multiple photos in one go
  • You can choose a photo for your profile background or disable that feature entirely
  • The sharing options on photo show have been relocated and improved
  • Tons of bugfixes

Bugfixes, internationalisation support, and a number of new features

16 Jul 08:23
Compare
Choose a tag to compare

This release includes:

  • Internationalisation support, including our first two beta languages of Dutch and Polish
  • Default comment threads and comment options
  • A lot of important bugfixes
  • Basic documentation
  • The beginnings of a test suite

First Open Source Release

07 Jul 17:47
Compare
Choose a tag to compare

The current, stable release running in production on first open sourcing the code.