Releases: robotmay/photographer-io
Image processing bugfixes and improvements
Photo reprocessing & browse by license
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
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
After a month of delays, this release includes a bunch of important bugfixes and an improved dashboard.
Various bugfixes
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
Images should now process faster due to the S3 data being cached in memcached. Also includes rotation support, in theory.
Updates and bugfixes
Starting to use smaller version numbers more regularly to include small changes and bugfixes.
Small updates and features
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
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
The current, stable release running in production on first open sourcing the code.