From adf251d9ef153ad84884dbbcdcd4a26cf907b54c Mon Sep 17 00:00:00 2001 From: trickypr Date: Mon, 27 Sep 2021 10:13:05 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 9 +++++++++ CHANGELOG.md | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json 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]