|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.151.3] - 2024-12-02 |
| 4 | + |
| 5 | +### API-Changes |
| 6 | + |
| 7 | +- Remove experimental `request_internet_access` option from webxdc's `manifest.toml`. |
| 8 | +- Add getWebxdcHref to json api ([#6281](https://github.com/deltachat/deltachat-core-rust/pull/6281)). |
| 9 | + |
| 10 | +### CI |
| 11 | + |
| 12 | +- Update Rust to 1.83.0. |
| 13 | + |
| 14 | +### Documentation |
| 15 | + |
| 16 | +- Update dc_msg_get_info_type() and dc_get_securejoin_qr() ([#6269](https://github.com/deltachat/deltachat-core-rust/pull/6269)). |
| 17 | +- Fix references to iroh-related headers in peer_channels docs. |
| 18 | +- Improve CFFI docs, link to corresponding JSON-RPC docs. |
| 19 | + |
| 20 | +### Features / Changes |
| 21 | + |
| 22 | +- Allow the user to replace maps integration ([#5678](https://github.com/deltachat/deltachat-core-rust/pull/5678)). |
| 23 | +- Mark saved messages chat as protected. |
| 24 | + |
| 25 | +### Fixes |
| 26 | + |
| 27 | +- Close iroh endpoint when I/O is stopped. |
| 28 | +- Do not add protection messages to Saved Messages chat. |
| 29 | +- Mark Saved Messages chat as protected if it exists. |
| 30 | +- Sync chat action even if sync message arrives before first one from contact ([#6259](https://github.com/deltachat/deltachat-core-rust/pull/6259)). |
| 31 | + |
| 32 | +### Refactor |
| 33 | + |
| 34 | +- Remove some .unwrap() calls. |
| 35 | +- Create_status_update_record: Remove double check of info_msg_id. |
| 36 | +- Use Option::or_else() to dedup emitting IncomingWebxdcNotify. |
| 37 | + |
3 | 38 | ## [1.151.2] - 2024-11-26
|
4 | 39 |
|
5 | 40 | ### API-Changes
|
@@ -5369,3 +5404,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed
|
5369 | 5404 | [1.151.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.150.0..v1.151.0
|
5370 | 5405 | [1.151.1]: https://github.com/deltachat/deltachat-core-rust/compare/v1.151.0..v1.151.1
|
5371 | 5406 | [1.151.2]: https://github.com/deltachat/deltachat-core-rust/compare/v1.151.1..v1.151.2
|
| 5407 | +[1.151.3]: https://github.com/deltachat/deltachat-core-rust/compare/v1.151.2..v1.151.3 |
0 commit comments