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