|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.157.3] - 2025-03-19 |
| 4 | + |
| 5 | +### API-Changes |
| 6 | + |
| 7 | +- jsonrpc: Add `copy_to_blob_dir` api ([#6660](https://github.com/chatmail/core/pull/6660)). |
| 8 | +- Add "delete_for_all" function in json-rpc ([#6672](https://github.com/chatmail/core/pull/6672)). |
| 9 | +- Sketch add_transport_from_qr(), add_transport(), list_transports(), delete_transport() APIs ([#6589](https://github.com/chatmail/core/pull/6589)). |
| 10 | + |
| 11 | +### Build system |
| 12 | + |
| 13 | +- Remove websocket support from deltachat-jsonrpc. |
| 14 | +- Remove encoded-words dependency. |
| 15 | + |
| 16 | +### Fixes |
| 17 | + |
| 18 | +- Never send empty `To:` header ([#6663](https://github.com/chatmail/core/pull/6663)). |
| 19 | +- Use protected `Date` header for signed messages. |
| 20 | +- Fix setting up a profile and immediately transferring to a second device ([#6657](https://github.com/chatmail/core/pull/6657)). |
| 21 | +- Don't SMTP-send self-only messages if DeleteServerAfter is "immediate" ([#6661](https://github.com/chatmail/core/pull/6661)). |
| 22 | +- Use protected `Date` with protected Autocrypt. |
| 23 | + |
| 24 | +### Miscellaneous Tasks |
| 25 | + |
| 26 | +- cargo: Bump uuid from 1.12.1 to 1.15.1. |
| 27 | +- Update `strum` dependency. |
| 28 | + |
| 29 | +### Refactor |
| 30 | + |
| 31 | +- deltachat-rpc-client: Use wait_for_event() type argument. |
| 32 | + |
| 33 | +### Tests |
| 34 | + |
| 35 | +- Avoid creating contacts in `test_sync_{accept,block}_before_first_msg()`. |
| 36 | +- Fix `test_no_old_msg_is_fresh` flakiness. |
| 37 | + |
3 | 38 | ## [1.157.2] - 2025-03-15
|
4 | 39 |
|
5 | 40 | ### Fixes
|
@@ -6015,3 +6050,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed
|
6015 | 6050 | [1.157.0]: https://github.com/chatmail/core/compare/v1.156.3..v1.157.0
|
6016 | 6051 | [1.157.1]: https://github.com/chatmail/core/compare/v1.157.0..v1.157.1
|
6017 | 6052 | [1.157.2]: https://github.com/chatmail/core/compare/v1.157.1..v1.157.2
|
| 6053 | +[1.157.3]: https://github.com/chatmail/core/compare/v1.157.2..v1.157.3 |
0 commit comments