You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to BluePLM will be documented in this file.
4
4
5
+
## [2.9.4] - 2025-12-17
6
+
7
+
### Fixed
8
+
-**Auth flow hanging on "Connecting to your organization"**: Removed `ensureUserOrgId()` RPC call that was causing the Supabase client to hang indefinitely. The `linkUserToOrganization()` function (which uses raw fetch) handles org_id setup correctly as a fallback.
9
+
-**Added auth timeout safety net**: If organization connection takes longer than 30 seconds, the app will now timeout gracefully instead of hanging forever
10
+
-**Added cancel button to connecting screen**: Users can now click "Cancel" to sign out and retry if the connection hangs
11
+
12
+
### Changed
13
+
-**Online users indicator styling**: Changed from bright green notification badge to a subtle neutral badge that doesn't look like a notification
0 commit comments