|
9 | 9 | - Context::set_config(): Restart IO scheduler if needed ([#5111](https://github.com/deltachat/deltachat-core-rust/pull/5111)).
|
10 | 10 | - Server_sent_unsolicited_exists(): Log folder name.
|
11 | 11 | - Cache system time instead of looking at the clock several times in a row.
|
| 12 | +- Basic self-reporting ([#5129](https://github.com/deltachat/deltachat-core-rust/pull/5129)). |
12 | 13 |
|
13 | 14 | ### Fixes
|
14 | 15 |
|
|
49 | 50 | ### Other
|
50 | 51 |
|
51 | 52 | - Update welcome image, thanks @paulaluap
|
52 |
| -. |
53 | 53 | - Merge pull request #5243 from deltachat/dependabot/cargo/pin-project-1.1.4
|
54 |
| - |
55 |
| -. |
56 | 54 | - Merge pull request #5241 from deltachat/dependabot/cargo/futures-lite-2.2.0
|
57 |
| - |
58 |
| -. |
59 | 55 | - Merge pull request #5236 from deltachat/dependabot/cargo/chrono-0.4.33
|
60 |
| - |
61 |
| -. |
62 | 56 | - Merge pull request #5235 from deltachat/dependabot/cargo/image-0.24.8
|
63 | 57 |
|
64 |
| -. |
65 |
| -- Basic self-reporting, core part ([#5129](https://github.com/deltachat/deltachat-core-rust/pull/5129)) |
66 |
| - |
67 |
| -Part of https://github.com/deltachat/deltachat-android/issues/2909 |
68 |
| - |
69 |
| -For now, this is only sending a few basic metrics.. |
70 |
| -- Do not change db schema in an incompatible way ([#5254](https://github.com/deltachat/deltachat-core-rust/pull/5254)) |
71 |
| - |
72 |
| -PR #5099 removed some columns in the database that were actually in use. |
73 |
| - |
74 |
| -usually, to not worsen UX unnecessarily |
75 |
| -(releases take time - in between, "Add Second Device", "Backup" etc. |
76 |
| -would fail), we try to avoid such schema changes (checking for |
77 |
| -db-version would avoid import etc. but would still worse UX), |
78 |
| -see discussion at #2294. |
79 |
| - |
80 |
| -these are the errors, the user will be confronted with otherwise: |
81 |
| - |
82 |
| -<img width=400 |
83 |
| -src=https://github.com/deltachat/deltachat-core-rust/assets/9800740/e3f0fd6e-a7a9-43f6-9023-0ae003985425> |
84 |
| - |
85 |
| -it is not great to maintain the old columns, but well :) |
86 |
| - |
87 |
| -as no official releases with newer cores are rolled out yet, i think, it |
88 |
| -is fine to change the "107" migration |
89 |
| -and not copy things a second time in a newer migration. |
90 |
| - |
91 |
| -(this issue happens to me during testing, and is probably also the issue |
92 |
| -reported by @lk108 for ubuntu-touch). |
93 | 58 |
|
94 | 59 | ### Refactor
|
95 | 60 |
|
|
0 commit comments