v0.1.0

solidtime-io/solidtimev0.1.0Jul 16, 2024by korridor

AI Summary

This release focuses on billing enhancements and UI/UX improvements, including the ability to update existing time entry rates and moving organizational features to the Members page.

Key Highlights

  • Add ability to update billable rate of existing time entries
  • Moved features from the Organization page to the Members page
  • Added IP lookup on registration to set timezone, currency, and start of the week
  • Fixed a bug in the failed jobs table

New Features

  • Mark tasks as done
  • Better billing support

Full Release Notes

**Changelog**

 - Add ability to update billable rate of existing time entries
 - Moved features from the Organization page to the Members page and added features to the Members API
 - Fixed a bug in the failed jobs table
 - Add ability to mark tasks as done
 - Added IP lookup on registration, to set the timezone, currency, and start of the week
 - Added better billing support

**After Upgrade**

In addition to running the migrations, we advise recalculating the `billable_rate` computed field in the time entries.

```bash
php artisan computed-attributes:generate TimeEntry:billable_rate
```

This can take a while, depending on how many time entries are in the database. Running this command is not required so that the applications runs correctly. It just recreates a cache that might not be correct anymore because of the new billable rate feature.