Update CHANGELOG
ci/woodpecker/tag/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/tables v0.0.76
Tomáš Mládek 2024-02-06 10:00:23 +01:00
parent ce4e045e07
commit ea9aa96674
1 changed files with 35 additions and 0 deletions

View File

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