- Add
domains
config to allow limiting from which domains images will be analyzed - User
after_commit
to enqueued analyze job
- Do not discard the specified
style
attribute
- 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_quality
value of blob metadata instead of fixed85
if its available; - Remove some unecessary configs;
- Drop analyzers and use
active_analysis
gem 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