Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit ef9a494

Browse files
committed
bump version
1 parent a25111e commit ef9a494

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ https://github.com/deltachat/deltachat-core/commits/master
88
For a high-level overview about changes anywhere in the Delta Chat ecosystem,
99
see 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

src/deltachat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)