diff --git a/CHANGELOG.md b/CHANGELOG.md index e431d97..6285117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,31 @@ All notable changes to this project will be documented in this file. +## [0.0.75] - 2024-02-02 + +### Bug Fixes + +- [WEBUI]: Fix upload, re-add forgotten components (Footer, AddModal, DropPasteHandler) + +### Operations & Development + +- Update Earthly image version + +### Refactor + +- [WEBUI]: Fix typo, rename ProgessBar -> ProgressBar + +### Styling + +- [WEBUI]: Fix uneven heights of roots + ## [0.0.74] - 2024-01-28 ### Bug Fixes +- [CLI]: Serve new SPA version - [WEBUI]: Selector race conditions / wonkiness +- [CLI]: Serving web ui in Docker/AppImage - [WEBUI]: Ordering of attributes in Selector - [JSLIB]: Correct types for `UpObject.attr()` @@ -15,6 +35,10 @@ All notable changes to this project will be documented in this file. - [JSLIB]: Add timeouts / aborts to all api calls - [WEBUI]: Required & optional attributes +### Miscellaneous + +- [WEBUI]: Put /dist into .eslintignore + ### Operations & Development - [WEBUI]: Fix HMR