April 22, 2022
Cecil 5.93.0 released
Features
New template filter: hex_to_rgb
The hex_to_rgb
filter converts a hexadecimal color to RGB.
Usage example:
{{ '#163C56'|hex_to_rgb }}
Fixes
- The asset path can’t be empty
- WebP optimization quality fixed: 85 to 75
Misc
- Dependencies updated
- Docs updated / fixed
- Code cleaned
Release notes on GitHub