|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.147.0] - 2024-10-05 |
| 4 | + |
| 5 | +### API-Changes |
| 6 | + |
| 7 | +- [**breaking**] Remove deprecated get_next_media() APIs. |
| 8 | + |
| 9 | +### Features / Changes |
| 10 | + |
| 11 | +- Reuse existing connections in background_fetch() if I/O is started. |
| 12 | +- MsgId::get_info(): Report original filename as well. |
| 13 | +- More context for the "Cannot establish guaranteed..." info message ([#6022](https://github.com/deltachat/deltachat-core-rust/pull/6022)). |
| 14 | +- deltachat-repl: Add `fetch` command to test `background_fetch()`. |
| 15 | +- deltachat-repl: Print send-backup QR code to the terminal. |
| 16 | + |
| 17 | +### Fixes |
| 18 | + |
| 19 | +- Do not attempt to reference info messages. |
| 20 | +- query_row_optional: Do not treat rows with NULL as missing rows. |
| 21 | +- Skip unconfigured folders in `background_fetch()`. |
| 22 | +- Break out of accept() loop if there is an error transferring backup. |
| 23 | +- Make it possible to cancel ongoing backup transfer. |
| 24 | +- Make backup reception cancellable by stopping ongoing process. |
| 25 | +- Smooth progress bar for backup transfer. |
| 26 | +- Emit progress 0 if get_backup() fails. |
| 27 | + |
| 28 | +### Documentation |
| 29 | + |
| 30 | +- CONTRIBUTING.md: Add more SQL advices. |
| 31 | + |
3 | 32 | ## [1.146.0] - 2024-10-03
|
4 | 33 |
|
5 | 34 | ### Fixes
|
@@ -4946,3 +4975,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed
|
4946 | 4975 | [1.144.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.143.0..v1.144.0
|
4947 | 4976 | [1.145.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.144.0..v1.145.0
|
4948 | 4977 | [1.146.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.145.0..v1.146.0
|
| 4978 | +[1.147.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.146.0..v1.147.0 |
0 commit comments