From 88c18718f1278d44fb3408a549fc194ba59110ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 2 Jul 2026 16:12:39 +0200 Subject: [PATCH 1/2] Add release note for OFF-900 to 10.24.22 --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 47ba13f4d52..a97c25ce3b1 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -42,6 +42,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for - We have fixed an issue where exporting a Portable App Package could fail because file copy operations were performed outside the default file-system scope. - We fixed a rare race condition related to authtokens. - We fixed a visual bug affecting **Call a nanoflow** action properties of widgets. Depending on the order in which the actions were configured, nanoflow settings of a different property would get displayed. +- We fixed an issue where an app could crash on startup when a different user logged in after a previous session, due to a discrepancy between the offline database and session in some scenarios. (Ticket 280943) ### Breaking Changes From 3e894976941589705c31a1c059e4085bcb4918b9 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:18:43 +0200 Subject: [PATCH 2/2] Update 10.24.md --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index a97c25ce3b1..f8f8506e194 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -34,6 +34,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for - We fixed an issue with the client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248) - We fixed an issue in offline apps where passing a Non-Persistent Entity (NPE) as a parameter to a server action would fail with `"Object hash is invalid!"` after a transparent session restore (for example, when a session expired and was automatically renewed in the background). The read-only hash key used to sign and verify NPE object hashes is now preserved across session restores via the auth token, and is only replaced on explicit logout. (Ticket 276642) - We fixed an issue where Studio Pro crashed when pasting content from the clipboard while another application was also accessing the clipboard. (Ticket 278333) +- We fixed an issue where an app could crash on startup when a different user logged in after a previous session, due to a discrepancy between the offline database and session in some scenarios. (Ticket 280943) - We fixed a race condition where the value setter for some widgets, for example ListView, would execute on a `destroyed` value store. This would cause a crash when opening pages with ListView. (Ticket 280988) - We fixed SQLite Error 5, specifically the `database is locked` error. - We fixed an issue where commit notes and metadata were empty after a rebase when there were no MPR changes and no conflicts detected by Git. @@ -42,7 +43,6 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for - We have fixed an issue where exporting a Portable App Package could fail because file copy operations were performed outside the default file-system scope. - We fixed a rare race condition related to authtokens. - We fixed a visual bug affecting **Call a nanoflow** action properties of widgets. Depending on the order in which the actions were configured, nanoflow settings of a different property would get displayed. -- We fixed an issue where an app could crash on startup when a different user logged in after a previous session, due to a discrepancy between the offline database and session in some scenarios. (Ticket 280943) ### Breaking Changes