v0.4.0
solidtime-io/solidtimev0.4.0Nov 16, 2024by korridor
AI Summary
Adds report exports (S3 compatible), improves the manual time entry modal with human duration input, and fixes foreign keys and deletion services.
Key Highlights
- Report exports (S3 compatible)
- Improved manual time entry modal with human duration input
- Fixes for foreign keys and deletion service
- Improved time picker
New Features
- Report exports
- Improved manual time entry modal
- Human duration input
- Time picker improvements
Full Release Notes
## What's Changed - Fix logo for email client with no SVG support like Gmail (https://github.com/solidtime-io/solidtime/pull/217) - Move time entry mass updates to ui package and remove its dependencies (https://github.com/solidtime-io/solidtime/pull/215) - Add report exports (https://github.com/solidtime-io/solidtime/pull/206) - Fix foreign keys and deletion service (https://github.com/solidtime-io/solidtime/pull/222) - Fix billable contract for self-hosting (https://github.com/solidtime-io/solidtime/pull/226) - Change logic of tags\_ids filter from AND to OR (https://github.com/solidtime-io/solidtime/pull/228) - Improve manual time entry modal, improve time picker, add human duration input (https://github.com/solidtime-io/solidtime/pull/229) - Updated composer dependencies (https://github.com/solidtime-io/solidtime/pull/254) **This release contains a dependency update with a security fix. We advice to update as soon as possible.** The report export currently only works if the private filestorage is S3-compatible. It is planned to allow this feature for non-S3-compatible filestorages in the future. **Full Changelog**: https://github.com/solidtime-io/solidtime/compare/v0.3.1...v0.4.0