Solidtime
Modern open-source time-tracking app for freelancers and agencies
Alternative to: toggl, clockify, harvest
v0.4.0
2024-11-16What’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