This repository was archived by the owner on Nov 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ https://github.com/deltachat/deltachat-core/commits/master
88For a high-level overview about changes anywhere in the Delta Chat ecosystem,
99see https://delta.chat/en/changelog
1010
11+ ## v0.41.0
12+
13+ * optionally support RPGP by the global define ` DC_USE_RPGP `
14+ * new ` show_emails ` config option taking one of the ` DC_SHOW_EMAILS_* ` values;
15+ defaults to ` DC_SHOW_EMAILS_OFF ` for new installations
16+ and to ` DC_SHOW_EMAILS_ALL ` for existing installations
17+ * more reliable moving of chat messages to the DeltaChat folder
18+ * oauth2 optionally supported via ` dc_get_oauth2_url() ` ;
19+ currently gmail and yandex are supported
20+ * added ` DC_EVENT_HTTP_POST ` and ` DC_LP_AUTH_OAUTH2 ` ; needed for oauth2
21+ * probing STARTTLS on ports 993, 143 and 25
22+ * gossip keys only after changes or once every few days
23+ * add core-version to X-Mailer header
24+
25+ The changes have been done by Björn Petersen, Floris Bruynooghe,
26+ Friedel Ziegelmayer and Holger Krekel
27+
1128## v0.40.0
1229
1330* do not truncate messenger messages
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ extern "C" {
1111#endif
1212
1313
14- #define DC_VERSION_STR "0.40 .0"
14+ #define DC_VERSION_STR "0.41 .0"
1515
1616
1717/**
You can’t perform that action at this time.
0 commit comments