From 009007fc8b2a83450ac2e07906154ae75f917e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Fri, 2 Feb 2024 16:11:23 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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