v0.0.3

solidtime-io/solidtimev0.0.3Jul 2, 2024by korridor

AI Summary

A maintenance release that switches the Docker runtime from Swoole to FrankenPHP to resolve database connection issues and removes the dependency on the `psql` client.

Key Highlights

  • Changed docker image to use FrankenPHP instead of Swoole
  • Removed schema dump so that `psql` client is no longer required
  • Fixed activity graph chart so it scales on window resize
  • Fixed issues with the DatePicker and improve input parsing

Breaking Changes

  • Changed Docker image from Swoole to FrankenPHP

New Features

  • Added data refresh on window focus
  • Improved token refresh

Full Release Notes

**Changelog**

* changed docker image to use [FrankenPHP](https://frankenphp.dev/) instead of [Swoole](https://www.swoole.com/), because of [issues with the database connection](https://github.com/swoole/swoole-src/issues/5313)
* removed schema dump so that it is no longer necessary to have the `psql` client installed (fixes #107)
* fix activity graph chart so it scales on window resize
* fix issues with the DatePicker and improve input parsing
* fix inconsistencies between clients by adding data refresh on window focus
* improve token refresh