From 600ccb22af941cd862cb349ebacabc75c2b27c9d Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 14 Apr 2021 13:07:05 +0200 Subject: [PATCH 1/3] update changelog to 1.52 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140fe6dc22..3337068eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 1.52.0 + +- database library changed from rusqlite to sqlx #2089 #2331 #2336 #2340 + +- add alias support: UIs should check for `dc_msg_get_override_sender_name()` + also in single-chats now and display divergent names and avatars #2297 + +- parse blockquote-tags for better quote detection #2313 + +- ignore unknown classical emails from spam folder #2311 + +- support "Mixed Up” encryption repairing #2321 + +- fix single chat search #2344 + +- fix nightly clippy and rustc errors #2341 + +- update dependencies #2350 + +- improve ci #2342 + +- improve python bindings #2332 #2326 + + ## 1.51.0 - breaking change: You have to call `dc_stop_io()`/`dc_start_io()` From 453e0f77a4cb8e80906927e8f87e567e366dae05 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 14 Apr 2021 13:07:57 +0200 Subject: [PATCH 2/3] bump version to 1.52.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcb0621138..7904bd2afe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.51.0" +version = "1.52.0" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.51.0" +version = "1.52.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 2e2e317624..21d2239d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.51.0" +version = "1.52.0" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 45f81d8a63..345fb02754 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.51.0" +version = "1.52.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" From e9ee29f775a7823fba95dd3440dd26f0b31df434 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 14 Apr 2021 15:57:59 +0200 Subject: [PATCH 3/3] remove additional tags: check from ci, it is 'master branch || has tags' so that does not make much sense, generation should be done on master only --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2739e1ec14..07e5aba015 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,8 +53,6 @@ workflows: filters: branches: only: master - #tags: - # only: /.*/ - upload_docs_wheels: requires: @@ -63,12 +61,8 @@ workflows: filters: branches: only: master - tags: - only: /.*/ - build_doxygen: filters: branches: only: master - tags: - only: /.*/