From ea9aa966745a59cefaf734ef467a53dd6582467d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 6 Feb 2024 10:00:23 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6285117..d9ea6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ All notable changes to this project will be documented in this file. +## [0.0.76] - 2024-02-06 + +### Bug Fixes + +- [JSLIB]: Fix types for `putBlob()`, returns a single address + +### Features + +- [WEBUI,JSLIB]: Upload progress +- [WEBUI]: Files can be added or removed from the upload dialog +- [WEBUI]: Select all uploaded files when done +- [WEBUI]: Start upload on Enter press + +### Operations & Development + +- Enable CACHE +- --force pnpm install, DRY Earthfile slightly +- Cache all rust earthly targets +- Get rid of AppImage upload to S3 +- Update Earthly image version +- Remove parallelization +- [WEBUI]: Force rebundling of dependencies for `dev` script +- Intellij dev config builds jslib before webui launch +- Git ignore uploaded files in example_vault + +### Styling + +- [WEBUI]: Upload progress bar spacing, hide add button + +### Build + +- [WEBEXT]: Update shared paths with webui, fix build +- Further refactor Earthfile & build process +- Fix upend-bin target + ## [0.0.75] - 2024-02-02 ### Bug Fixes