Skip to content

Commit 51aaaf2

Browse files
authored
cleanup changelog (#5265)
somehow a whole issue sneaked in :)
1 parent e6438f9 commit 51aaaf2

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

CHANGELOG.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Context::set_config(): Restart IO scheduler if needed ([#5111](https://github.com/deltachat/deltachat-core-rust/pull/5111)).
1010
- Server_sent_unsolicited_exists(): Log folder name.
1111
- 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)).
1213

1314
### Fixes
1415

@@ -49,47 +50,11 @@
4950
### Other
5051

5152
- Update welcome image, thanks @paulaluap
52-
.
5353
- Merge pull request #5243 from deltachat/dependabot/cargo/pin-project-1.1.4
54-
55-
.
5654
- Merge pull request #5241 from deltachat/dependabot/cargo/futures-lite-2.2.0
57-
58-
.
5955
- Merge pull request #5236 from deltachat/dependabot/cargo/chrono-0.4.33
60-
61-
.
6256
- Merge pull request #5235 from deltachat/dependabot/cargo/image-0.24.8
6357

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).
9358

9459
### Refactor
9560

0 commit comments

Comments
 (0)