1.1.04
What's Changed
- 1.1.04 by @fouille in #48
Fix break value in template
In version 1.1.03 we introduced a value change (true:false) in the behavior of the template saved in localstorage, which had the effect of breaking the value potentially saved previously.
This fix allows to automatically change the value 'yes:no' to 'true:false' in order to match the value expected by version 1.1.03.
Full Changelog: 1.1.03...1.1.04