forked from thumbor/thumbor
-
Notifications
You must be signed in to change notification settings - Fork 0
Release notes
heynemann edited this page Mar 1, 2012
·
66 revisions
- thumbor - 2.6.5 - http://pypi.python.org/pypi/thumbor/2.6.5 - 01-Mar-2012
2.6.5 - http://pypi.python.org/pypi/thumbor/2.6.5 - 01-Mar-2012
- Fixed issue with fill filter.
2.6.4 - http://pypi.python.org/pypi/thumbor/2.6.4 - 23-Feb-2012
- Minor fixes in the red eye and equalize filters.
2.6.3 - http://pypi.python.org/pypi/thumbor/2.6.3 - 21-Feb-2012
- Minor fixes in the image uploading area.
2.6.2 - http://pypi.python.org/pypi/thumbor/2.6.2 - 20-Feb-2012
2.5.1 - http://pypi.python.org/pypi/thumbor/2.5.1 - 02-Feb-2012
- Better handling errors in queued detectors;
- Fallback to jpeg when we don't know the image type;
- Increased test coverage.
2.5.0 - http://pypi.python.org/pypi/thumbor/2.5.0 - 30-Jan-2012
- Refactored base detector not to depend on opencv anymore.
2.4.9 - http://pypi.python.org/pypi/thumbor/2.4.9 - 30-Jan-2012
- Atomic file move for ResultStorage.
2.4.7 - http://pypi.python.org/pypi/thumbor/2.4.7 - 27-Jan-2012
- Bug fixes.
- Password support for redis storage.
2.4.6 - http://pypi.python.org/pypi/thumbor/2.4.6 - 24-Jan-2012
- Bug fixes in Mongo and Redis Storages.
2.4.4 - http://pypi.python.org/pypi/thumbor/2.4.4 - 18-Jan-2012
- Minor fixes in file descriptor management.
2.4.3 - http://pypi.python.org/pypi/thumbor/2.4.3 - 18-Jan-2012
- New setting that allows users to specify if unsafe images should be in result storage.
2.4.2 - http://pypi.python.org/pypi/thumbor/2.4.2 - 17-Jan-2012
- Minor tweaks to result storage.
2.4.1 - http://pypi.python.org/pypi/thumbor/2.4.1 - 17-Jan-2012
- Internal minor refactoring.
2.4.0 - http://pypi.python.org/pypi/thumbor/2.4.0 - 17-Jan-2012
- Major refactoring of thumbor internals. Should not affect thumbor usage.
- Features a RemoteCompleteDetector to perform both detections in one round-trip to remotecv.
- Included support for remotecv.
- Updated tornado to release 2.1.1.
- Improved PIL graphics engine to support different ICC profiles. It now keeps the existing ICC profile if there is one. This improves drastically the image quality. Very recommended update.
- Fixes to native extensions used in filters.
- Fixed issue with specifying the jsonp callback.
- Debug mode.
- Filter Support.
- Brightness, Contrast, Noise, Quality, RGB, Round Corner and Watermark filters.
- ImageMagick engine removed.
- JSONP callback can now be passed as an argument.
- Minor fixes.
- Fixed minor issues with storing openCV results.
- Fixed bug with smart cropping manual cropped images.
- Fixed major bug with manual cropping.
- Crypto Handler refactored. Improved decrypting performance.
- Fixing the number of processes to one.
- Fixes issue with mysql storage.
- Fixes issue with redis storage.
- Serious BUG Fix. OpenCV Detector data was being returned incorrectly.
- Minor Fixes.
- Performance Fixes.
- Minor Fixes.
- Loader and file storage fixed.
- Fit-in bug fixed.
- Some performance fixes and MixedStorage.
- Ticket #35 - MySQL Storage
- Ticket #31 - NoStorage Storage needs to be updated to include no crypto support
- Ticket #16 - NoStorage Storage
- Ticket #24 - OpenCV File Issue
- Ticket #26 - BUG: Redis Configuration does not work
- Ticket #27 - BUG: Issue with cropping
- Some refactoring and added App and Handler inheritance support.
- Switched encryption from Triple-Des to AES due to standardization between programming languages.
- Fixed a bug with encrypting relative dimension images.
- Ticket #1 - URL Cryptography Support (FIXED)
- Internal logic refactored.