|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.44.0] - 2026-02-27 |
| 4 | + |
| 5 | +### Build system |
| 6 | + |
| 7 | +- git-cliff: do not capitalize the first letter of commit message. |
| 8 | + |
| 9 | +### Documentation |
| 10 | + |
| 11 | +- RELEASE.md: add section about dealing with antivirus false positives. |
| 12 | + |
| 13 | +### Features / Changes |
| 14 | + |
| 15 | +- improve logging of connection failures. |
| 16 | +- add backup versions to the importing error message. |
| 17 | +- add context to message loading failures. |
| 18 | +- Add 📱 to all webxdc summaries ([#7790](https://github.com/chatmail/core/pull/7790)). |
| 19 | +- Send webxdc name instead of raw file name in pre-messages. Display it in summary ([#7790](https://github.com/chatmail/core/pull/7790)). |
| 20 | +- rpc: add startup health-check and propagate server errors. |
| 21 | + |
| 22 | +### Fixes |
| 23 | + |
| 24 | +- imex: do not call `set_config` before running SQL migrations ([#7851](https://github.com/chatmail/core/pull/7851)). |
| 25 | +- add missing group description strings to cffi. |
| 26 | +- chat-description-changed text in old clients ([#7870](https://github.com/chatmail/core/pull/7870)). |
| 27 | +- add cffi type for "Description changed" info message. |
| 28 | +- If there was no chat description, and it's set to be an empty string, don't send out a "chat description changed" message ([#7879](https://github.com/chatmail/core/pull/7879)). |
| 29 | +- Make clicking on broadcast member-added messages work always ([#7882](https://github.com/chatmail/core/pull/7882)). |
| 30 | +- tolerate empty existing directory in Accounts::new() ([#7886](https://github.com/chatmail/core/pull/7886)). |
| 31 | +- If importing a backup fails, delete the partially-imported profile ([#7885](https://github.com/chatmail/core/pull/7885)). |
| 32 | +- Don't generate new timestamp for re-sent messages ([#7889](https://github.com/chatmail/core/pull/7889)). |
| 33 | + |
| 34 | +### Miscellaneous Tasks |
| 35 | + |
| 36 | +- cargo: update async-native-tls from 0.5.0 to 0.6.0. |
| 37 | +- add dev-version bump instructions to RELEASE.md (bumping to 2.44.0-dev). |
| 38 | +- deps: bump cachix/install-nix-action from 31.9.0 to 31.9.1. |
| 39 | + |
| 40 | +### Performance |
| 41 | + |
| 42 | +- batched event reception. |
| 43 | + |
| 44 | +### Refactor |
| 45 | + |
| 46 | +- enable clippy::arithmetic_side_effects lint. |
| 47 | +- imex: check for overflow when adding blob size. |
| 48 | +- http: saturating addition to calculate cache expiration timestamp. |
| 49 | +- Move migrations to the end of the file ([#7895](https://github.com/chatmail/core/pull/7895)). |
| 50 | +- do not chain Autocrypt key verification to parsing. |
| 51 | + |
| 52 | +### Tests |
| 53 | + |
| 54 | +- fail fast when CHATMAIL_DOMAIN is unset. |
| 55 | + |
3 | 56 | ## [2.43.0] - 2026-02-17 |
4 | 57 |
|
5 | 58 | ### Features / Changes |
@@ -7767,3 +7820,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed |
7767 | 7820 | [2.41.0]: https://github.com/chatmail/core/compare/v2.40.0..v2.41.0 |
7768 | 7821 | [2.42.0]: https://github.com/chatmail/core/compare/v2.41.0..v2.42.0 |
7769 | 7822 | [2.43.0]: https://github.com/chatmail/core/compare/v2.42.0..v2.43.0 |
| 7823 | +[2.44.0]: https://github.com/chatmail/core/compare/v2.43.0..v2.44.0 |
0 commit comments