From 5bd6e27fc8746a7d44fc914c277dba99e9be9539 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Wed, 19 Feb 2025 21:25:22 +0100 Subject: [PATCH] Update changelog --- .app_version | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 48b91fd8..8b95abd9 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.24.1 +0.24.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d90083..61cec6c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # 0.24.2 - 2025-02-15 +## Added + +- Status field to the User model. Inactive users are now being restricted from accessing some of the functionality, which is mostly about writing data to the database. Reading is remaining unrestricted. + ## Fixed - Fixed a bug where background jobs to import Immich and Photoprism geolocation data data could not be created by non-admin users.