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

Commit 8b0ff6b

Browse files
committed
changelog, bumb version
1 parent c1206b7 commit 8b0ff6b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ https://github.com/deltachat/deltachat-core/commits/master
88
For a high-level overview about changes in the single apps,
99
see the changelogs linked eg. from https://delta.chat/en/download
1010

11+
## v0.42.0
12+
13+
* add location-streaming function and events:
14+
`dc_send_locations_to_chat()`, `dc_set_location()`, `dc_get_locations()`,
15+
`dc_is_sending_locations_to_chat()`, `dc_chat_is_sending_locations()`,
16+
`dc_array_get_latitude|longitude|accuracy|timestamp|marker()`,
17+
`dc_array_get_chat|contact|msg_id()`, `DC_EVENT_LOCATION_CHANGED`
18+
* add `dc_prepare_msg()` and the state `DC_STATE_OUT_PREPARING`
19+
that may be used to prepare large files before sending
20+
* new string constants `DC_STR_MSGLOCATIONENABLED|MSGLOCATIONDISABLED|LOCATION`
21+
* trigger `DC_EVENT_IMEX_PROGRESS|FILE_WRITTEN` more carefully
22+
* implement early-mime-creation to streamline and speed up message sending
23+
* RPGP improvements
24+
* handle image/webp and text/vcard files
25+
* bug fixes
26+
27+
The changes have been done by Björn Petersen, cyBerta, Daniel Böhrs,
28+
Floris Bruynooghe, Friedel Ziegelmayer, Holger Krekel, Jikstra,
29+
Nico de Haen and Viktor Pracht
30+
1131
## v0.41.0
1232

1333
* optionally support RPGP by the global define `DC_USE_RPGP`

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.42.0-dev"
14+
#define DC_VERSION_STR "0.42.0"
1515

1616

1717
/**

0 commit comments

Comments
 (0)