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
+1-78Lines changed: 1 addition & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,97 +1,20 @@
1
-
# UNRELEASED CHANGELOG
2
-
## Common changes for all artifacts
3
-
### 🐞 Fixed
4
-
5
-
### ⬆️ Improved
6
-
7
-
### ✅ Added
8
-
9
-
### ⚠️ Changed
10
-
11
-
### ❌ Removed
12
-
13
-
## stream-chat-android-client
14
-
### 🐞 Fixed
15
-
16
-
### ⬆️ Improved
17
-
18
-
### ✅ Added
19
-
20
-
### ⚠️ Changed
21
-
22
-
### ❌ Removed
23
-
24
-
## stream-chat-android-offline
25
-
### 🐞 Fixed
26
-
27
-
### ⬆️ Improved
28
-
29
-
### ✅ Added
30
-
31
-
### ⚠️ Changed
32
-
33
-
### ❌ Removed
34
-
1
+
# November 07th, 2025 - 6.26.1
35
2
## stream-chat-android-state
36
3
### 🐞 Fixed
37
4
- Fix `markChannelAsRead` not working when `lastReadMessageId` is correct but `unreadCount` > 0. [#5994](https://github.com/GetStream/stream-chat-android/pull/5994)
38
5
39
6
### ⬆️ Improved
40
7
- Prioritize `Message.createdLocallyAt` over `Message.createdAt` when sorting messages, to ensure the message order is consistent before the messages are synced with the server. [#5993](https://github.com/GetStream/stream-chat-android/pull/5993)
41
8
42
-
### ✅ Added
43
-
44
-
### ⚠️ Changed
45
-
46
-
### ❌ Removed
47
-
48
9
## stream-chat-android-ui-common
49
10
### 🐞 Fixed
50
11
- Fix thread messages not grouped properly. [#5985](https://github.com/GetStream/stream-chat-android/pull/5985)
51
12
- Fix unread indicator showing for own messages after logout/login. [#5991](https://github.com/GetStream/stream-chat-android/pull/5991)
52
13
53
-
### ⬆️ Improved
54
-
55
-
### ✅ Added
56
-
57
-
### ⚠️ Changed
58
-
59
-
### ❌ Removed
60
-
61
-
## stream-chat-android-ui-components
62
-
### 🐞 Fixed
63
-
64
-
### ⬆️ Improved
65
-
66
-
### ✅ Added
67
-
68
-
### ⚠️ Changed
69
-
70
-
### ❌ Removed
71
-
72
14
## stream-chat-android-compose
73
15
### 🐞 Fixed
74
16
- Fix `MessagesScreen` overlapping with itself when auto-scrolling to a message which is not loaded. [#5990](https://github.com/GetStream/stream-chat-android/pull/5990)
0 commit comments