|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.150.0] - 2024-11-21 |
| 4 | + |
| 5 | +### API-Changes |
| 6 | + |
| 7 | +- Correct `DC_CERTCK_ACCEPT_*` values and docs ([#6176](https://github.com/deltachat/deltachat-core-rust/pull/6176)). |
| 8 | + |
| 9 | +### Features / Changes |
| 10 | + |
| 11 | +- Use Rustls for connections with strict TLS ([#6186](https://github.com/deltachat/deltachat-core-rust/pull/6186)). |
| 12 | +- Experimental header protection for Autocrypt. |
| 13 | +- Tune down io-not-started info in connectivity-html. |
| 14 | +- Clear config cache in start_io() ([#6228](https://github.com/deltachat/deltachat-core-rust/pull/6228)). |
| 15 | +- Line-before-quote may be up to 120 character long instead of 80. |
| 16 | +- Use i.delta.chat in qr codes ([#6223](https://github.com/deltachat/deltachat-core-rust/pull/6223)). |
| 17 | + |
| 18 | +### Fixes |
| 19 | + |
| 20 | +- Prevent accidental wrong-password-notifications ([#6122](https://github.com/deltachat/deltachat-core-rust/pull/6122)). |
| 21 | +- Remove footers from "Show Full Message...". |
| 22 | +- `send_msg_to_smtp`: Return Ok if `smtp` row is deleted in parallel. |
| 23 | +- Only add "member added/removed" messages if they actually do that ([#5992](https://github.com/deltachat/deltachat-core-rust/pull/5992)). |
| 24 | +- Do not fail to load chatlist summary if the message got removed. |
| 25 | +- deltachat-jsonrpc: Do not fail `get_chatlist_items_by_entries` if the message got deleted. |
| 26 | +- deltachat-jsonrpc: Do not fail `get_draft` if draft is deleted. |
| 27 | +- `markseen_msgs`: Limit not yet downloaded messages state to `InNoticed` ([#2970](https://github.com/deltachat/deltachat-core-rust/pull/2970)). |
| 28 | +- Update state of message when fully downloading it. |
| 29 | +- Dont overwrite equal drafts ([#6212](https://github.com/deltachat/deltachat-core-rust/pull/6212)). |
| 30 | + |
| 31 | +### Build system |
| 32 | + |
| 33 | +- Silence RUSTSEC-2024-0384. |
| 34 | +- cargo: Update rPGP from 0.13.2 to 0.14.0. |
| 35 | +- cargo: Update futures-concurrency from 7.6.1 to 7.6.2. |
| 36 | +- Update flake.nix ([#6200](https://github.com/deltachat/deltachat-core-rust/pull/6200)) |
| 37 | + |
| 38 | +### CI |
| 39 | + |
| 40 | +- Ensure flake is formatted. |
| 41 | + |
| 42 | +### Documentation |
| 43 | + |
| 44 | +- Scanned proxies are added and normalized. |
| 45 | + |
| 46 | +### Refactor |
| 47 | + |
| 48 | +- Fix nightly clippy warnings. |
| 49 | +- Remove slicing from `is_file_in_use`. |
| 50 | +- Remove unnecessary `allow(clippy::indexing_slicing)`. |
| 51 | +- Don't use slicing in `remove_nonstandard_footer`. |
| 52 | +- Do not use slicing in `qr` module. |
| 53 | +- Eliminate indexing in `compute_mailinglist_name`. |
| 54 | +- Remove unused `allow(clippy::indexing_slicing)`. |
| 55 | +- Remove indexing/slicing from `remove_message_footer`. |
| 56 | +- Remove indexing/slicing from `squash_attachment_parts`. |
| 57 | +- Remove unused allow(clippy::indexing_slicing) for heuristically_parse_ndn. |
| 58 | +- Remove indexing/slicing from `parse_message_ids`. |
| 59 | +- Remove slicing from `remove_bottom_quote`. |
| 60 | +- Get rid of slicing in `remove_top_quote`. |
| 61 | +- Remove unused allow(clippy::indexing_slicing) from 'truncate'. |
| 62 | +- Forbid clippy::indexing_slicing. |
| 63 | +- Forbid clippy::string_slice. |
| 64 | +- Delete chat in a transaction. |
| 65 | +- Fix typo in `context.rs`. |
| 66 | + |
| 67 | +### Tests |
| 68 | + |
| 69 | +- Remove all calls to print() from deltachat-rpc-client tests. |
| 70 | +- Reply to protected group from MUA. |
| 71 | +- Mark not downloaded message as seen ([#2970](https://github.com/deltachat/deltachat-core-rust/pull/2970)). |
| 72 | +- Mark `receive_imf()` as only for tests and "internals" feature ([#6235](https://github.com/deltachat/deltachat-core-rust/pull/6235)). |
| 73 | + |
3 | 74 | ## [1.149.0] - 2024-11-05
|
4 | 75 |
|
5 | 76 | ### Build system
|
@@ -5229,3 +5300,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed
|
5229 | 5300 | [1.148.6]: https://github.com/deltachat/deltachat-core-rust/compare/v1.148.5..v1.148.6
|
5230 | 5301 | [1.148.7]: https://github.com/deltachat/deltachat-core-rust/compare/v1.148.6..v1.148.7
|
5231 | 5302 | [1.149.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.148.7..v1.149.0
|
| 5303 | +[1.150.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.149.0..v1.150.0 |
0 commit comments