- Add
domainsconfig to allow limiting from which domains images will be analyzed - User
after_committo enqueued analyze job
- Do not discard the specified
styleattribute
- Fixed resize and pad in vips
- Fixed image quality in vips
- Reduced JPEG quality from 85 to 80
- Removed optimal quality
- Updated Vitals Image to 0.5
- Redo the image helper
- Redo the active storage optimizer
- Do not attempt to transform invariable images
- Use the
optimal_qualityvalue of blob metadata instead of fixed85if its available; - Remove some unecessary configs;
- Drop analyzers and use
active_analysisgem instead; - Use "retry once" strategy instead of
create_or_find_by; - Fix 'can't be referred' error;
- Do not cache development unless cache is enabled;
- Relax dependencies
- Initial release