What's Changed
- Added ARM build (#133)
- Export (#175)
- Import performance and bugfix (#178)
- Add mapping for legacy timezones (#179)
- Deactivate auditing for time entries in importer (#182)
- Lock import and increase timeout (#185)
- Add time entry aggregation type “description” (#183)
- Fixed timezone problem in unit tests (#194)
- Estimated time for tasks & projects (#121)
- Add organization setting employees_can_see_billable_rates (#197)
- Detailed reporting page (#199)
- Add endpoint to delete multiple time entries (#161)
- Add update lookup and telemetry, Add version and build to app config (#200)
- Time entry mass updates
Detailed information
This release adds a telemetry features which sends information about your setup to our API. This information includes how many datasets you have in your tables (only counts) and which version you are running.
You can deactivate this feature by setting the env SCHEDULING_TASK_SELF_HOSTING_TELEMETRY
to false
.
After upgrade tasks
In addition to running the migrations, it is necessary to recalculate the computed attributes.
php artisan computed-attributes:generate
If you are using the docker setup provided by us, you can run:
docker compose exec scheduler php artisan computed-attributes:generate
This can take a while, depending on how many time entries are in the database.
Full Changelog: v0.2.0...v0.3.0