v1.0.7
v1.0.7
- Replace all innerHTML/insertAdjacentHTML with DOM API (createContextualFragment, createDiv, appendChild)
- Replace style.display with CSS class toggle
- Settings heading no longer includes plugin name
- Remove unsafe type casts in parseYaml/loadSettings
- All fixes from previous versions included