v0.7.0
solidtime-io/solidtimev0.7.0Apr 30, 2025by korridor
AI Summary
Adds light mode support, performance improvements to the dashboard, and new import features for Harvest and generic data sources.
Key Highlights
- Light mode support
- Performance improvement in dashboard
- Harvest import feature
- Generic import feature
New Features
- Light mode
- Dashboard performance improvements
- Harvest import
- Generic import
Full Release Notes
## What's Changed * Light mode * Performance improvement in dashboard * Merging members * Make user to placeholder * Harvest import * Generic import ## Fixes & Small changes * Fixed bug in toggl data importer if import contains invalid timezone by @korridor in https://github.com/solidtime-io/solidtime/pull/409 * Fix datepicker dropdown and taborder in create time entry by @Onatcer in https://github.com/solidtime-io/solidtime/pull/410 * Hide total billable amounts from employees when employees_can_see_billable_rates is disabled by @Onatcer in https://github.com/solidtime-io/solidtime/pull/416 * Bugfix timezone and removed external font by @korridor in https://github.com/solidtime-io/solidtime/pull/442 * Add localization settings by @korridor in https://github.com/solidtime-io/solidtime/pull/450 * Fix import issue with duplicate project names by @korridor in https://github.com/solidtime-io/solidtime/pull/459 * Add more validation for clockify importer by @korridor in https://github.com/solidtime-io/solidtime/pull/464 **Full Changelog**: https://github.com/solidtime-io/solidtime/compare/v0.6.0...v0.7.0 ## After upgrade tasks ### Computed fields In addition to running the migrations, it is necessary to recalculate the computed attributes. ```bash php artisan computed-attributes:generate ``` ## Credits Thanks to our GitHub sponsors @MaxenceMahieux, @cyclane and @madbob