🔄 Update changelog

This commit is contained in:
trickypr 2021-09-27 10:13:05 +10:00
parent ca21f63ffc
commit adf251d9ef
2 changed files with 15 additions and 1 deletions

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"gitmoji.additionalEmojis": [
{
"emoji": "🔄",
"code": ":arrows_counterclockwise:",
"description": "Update changelog"
}
]
}

View file

@ -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]