|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.36.0] - 2026-01-03 |
| 4 | + |
| 5 | +### CI |
| 6 | + |
| 7 | +- Pin GitHub Action references. |
| 8 | + |
| 9 | +### API-Changes |
| 10 | + |
| 11 | +- Add transports event to FFI. |
| 12 | + |
| 13 | +### Features / Changes |
| 14 | + |
| 15 | +- Add core version to `receive_imf` failure message. |
| 16 | +- Connectivity view: quota for all transports ([#7630](https://github.com/chatmail/core/pull/7630)). |
| 17 | +- Send sync messages over SMTP and do not move them to mvbox. |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | +- When accepting group, add members with `Origin::IncomingTo` and sort them down in the contact list (7592). |
| 22 | +- Update fallback welcome message. |
| 23 | +- `inner_configure`: Check Config::OnlyFetchMvbox before MvboxMove for multi-transport ([#7637](https://github.com/chatmail/core/pull/7637)). |
| 24 | +- Reset options not available for chatmail on chatmail profiles. |
| 25 | +- Don't send webxdc notification for `notify: "*"` when chat is muted ([#7658](https://github.com/chatmail/core/pull/7658)). |
| 26 | + |
| 27 | +### Documentation |
| 28 | + |
| 29 | +- `delete_chat()`: don't lie that messages aren't deleted from server. |
| 30 | +- Remove references to removed `sentbox_watch` config. |
| 31 | +- Update documentation for `TransportsModified` event. |
| 32 | + |
| 33 | +### Tests |
| 34 | + |
| 35 | +- Contact list after accepting group with unknown contacts ([#7592](https://github.com/chatmail/core/pull/7592)). |
| 36 | +- Port test_import_export_online_all to JSON-RPC ([#7411](https://github.com/chatmail/core/pull/7411)). |
| 37 | + |
| 38 | +### Refactor |
| 39 | + |
| 40 | +- Turn `DC_VERSION_STR` into `&str`. |
| 41 | +- ffi: Remove one pointer indirection for `dc_accounts_t`. |
| 42 | + |
| 43 | +### Miscellaneous Tasks |
| 44 | + |
| 45 | +- deps: Bump actions/download-artifact from 6 to 7. |
| 46 | +- deps: Bump actions/upload-artifact from 5 to 6. |
| 47 | +- deps: Bump astral-sh/setup-uv from 7.1.4 to 7.1.6. |
| 48 | +- deps: Bump cachix/install-nix-action from 31.8.4 to 31.9.0. |
| 49 | +- cargo: Bump serde_json from 1.0.145 to 1.0.147. |
| 50 | +- cargo: Bump uuid from 1.18.1 to 1.19.0. |
| 51 | +- cargo: Bump toml from 0.9.8 to 0.9.10+spec-1.1.0. |
| 52 | +- cargo: Bump tempfile from 3.23.0 to 3.24.0. |
| 53 | +- cargo: Bump libc from 0.2.177 to 0.2.178. |
| 54 | +- cargo: Bump tracing from 0.1.41 to 0.1.44. |
| 55 | +- cargo: Bump hyper-util from 0.1.18 to 0.1.19. |
| 56 | +- cargo: Bump log from 0.4.28 to 0.4.29. |
| 57 | +- cargo: Bump rustls-pki-types from 1.13.0 to 1.13.2. |
| 58 | +- cargo: Bump criterion from 0.7.0 to 0.8.1. |
| 59 | + |
3 | 60 | ## [2.35.0] - 2025-12-16 |
4 | 61 |
|
5 | 62 | ### API-Changes |
@@ -7449,3 +7506,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed |
7449 | 7506 | [2.33.0]: https://github.com/chatmail/core/compare/v2.32.0..v2.33.0 |
7450 | 7507 | [2.34.0]: https://github.com/chatmail/core/compare/v2.33.0..v2.34.0 |
7451 | 7508 | [2.35.0]: https://github.com/chatmail/core/compare/v2.34.0..v2.35.0 |
| 7509 | +[2.36.0]: https://github.com/chatmail/core/compare/v2.35.0..v2.36.0 |
0 commit comments