April 2, 2022
Cecil 5.90.0 released
Features
Option to disable remote images fetching
Before the 5.90 release, remote (i.e.: external) images used in pages' body (e.g.: 
) were systematically fetched and stored locally, in _sites/assets/
directory.
However, this is not a behavior that Cecil’s users want systematically, that's why we added an option to disable it:
body:
images:
remote:
enabled: false
Fix
- Option to disable auto-generated favicons in the metatags template is now working
Miscs
- Better commands description/help
Release notes on GitHub