diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2ca9f0a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "gitmoji.additionalEmojis": [ + { + "emoji": "🔄", + "code": ":arrows_counterclockwise:", + "description": "Update changelog" + } + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md index bb151b7..a080f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Open devtools and reload button for custom UI + ### Fixed - Theming patches don't cause errors now +- Custom UI template compiles and runs ### Removed -- Remove the melon sh executable from the imports +- Remove the melon executable from the template ## [1.0.0-a.3]