|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.26.0] - 2025-11-11 |
| 4 | + |
| 5 | +### API-Changes |
| 6 | + |
| 7 | +- [**breaking**] JSON-RPC: `chat_type` now contains a variant of a string enum/union. Affected places: `FullChat.chat_type`, `BasicChat.chat_type`, `ChatListItemFetchResult::ChatListItem.chat_type`, `Event:: SecurejoinInviterProgress.chat_type` and `MessageSearchResult.chat_type` ([#7285](https://github.com/chatmail/core/pull/7285)) |
| 8 | + |
| 9 | +### Features / Changes |
| 10 | + |
| 11 | +- Error toast for "Not creating securejoin QR for old broadcast". |
| 12 | + |
| 13 | +### Fixes |
| 14 | + |
| 15 | +- `is_encrypted()` should be true for Saved Messages chat so messages there are editable. |
| 16 | +- Do not return an error from `receive_imf` if we fail to add a member because we are not in chat. |
| 17 | +- Do not add QR inviter to groups immediately. |
| 18 | +- Do not ignore I/O errors in `BlobObject::store_from_base64`. |
| 19 | + |
| 20 | +### Miscellaneous Tasks |
| 21 | + |
| 22 | +- Rustfmt. |
| 23 | + |
| 24 | +### Refactor |
| 25 | + |
| 26 | +- imap: Move resync request from Context to Imap. |
| 27 | +- Replace imap:: calls in migration 73 with SQL queries. |
| 28 | +- Remove unused imports. |
| 29 | + |
| 30 | +### Documentation |
| 31 | + |
| 32 | +- Readme: update language binding section to avoid usage of cffi in new projects ([#7380](https://github.com/chatmail/core/pull/7380)). |
| 33 | +- Fix Context::set_stock_translation reference. |
| 34 | + |
| 35 | +### Tests |
| 36 | + |
| 37 | +- Test editing saved messages. |
| 38 | +- Remove ThreadPoolExecutor from test_wait_next_messages. |
| 39 | +- Move test_two_group_securejoins from receive_imf to securejoin module. |
| 40 | +- At the end of securejoin Bob has two members in a group chat. |
| 41 | +- Bob has 0 members in the chat until securejoin finishes. |
| 42 | +- Do not add QR inviter to groups right after scanning the code. |
| 43 | + |
3 | 44 | ## [2.25.0] - 2025-11-05 |
4 | 45 |
|
5 | 46 | ### Features / Changes |
@@ -7101,3 +7142,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed |
7101 | 7142 | [2.23.0]: https://github.com/chatmail/core/compare/v2.22.0..v2.23.0 |
7102 | 7143 | [2.24.0]: https://github.com/chatmail/core/compare/v2.23.0..v2.24.0 |
7103 | 7144 | [2.25.0]: https://github.com/chatmail/core/compare/v2.24.0..v2.25.0 |
| 7145 | +[2.26.0]: https://github.com/chatmail/core/compare/v2.25.0..v2.26.0 |
0 commit comments