mirror of
https://github.com/temetro/temetro.git
synced 2026-08-27 19:06:52 +00:00
chore(release): v0.2.4
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,25 @@ for how releases are cut and published.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.4] — 2026-06-29
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- **Pagination** on the Activity and Invoices pages (10 per page), matching the
|
||||||
|
Patients page, via a shared `ListPagination` component.
|
||||||
|
- **French (Français)** interface language, with a language switcher in
|
||||||
|
Settings → Profile. The choice persists on the device.
|
||||||
|
- **"Check for updates"** button in Settings → About & updates that forces a
|
||||||
|
fresh check.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- **Update detection** now reads the latest version from **Docker Hub** image
|
||||||
|
tags (the channel clinics actually pull), falling back to the GitHub release
|
||||||
|
if Docker Hub is unreachable. This fixes "About & updates" showing *Up to
|
||||||
|
date* when a newer image was already published.
|
||||||
|
- **docker compose** host ports are now configurable (`BACKEND_PORT`,
|
||||||
|
`FRONTEND_PORT`, `ADMINER_PORT`, alongside `POSTGRES_PORT`) so a port clash on
|
||||||
|
`docker compose up -d` can be resolved from `.env` without editing the file.
|
||||||
|
|
||||||
## [0.2.3] — 2026-06-29
|
## [0.2.3] — 2026-06-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro-backend",
|
"name": "temetro-backend",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
|
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro",
|
"name": "temetro",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadcn": "^4.11.0"
|
"shadcn": "^4.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user