Skip to content

Commit ca190eb

Browse files
committed
chore(release): prepare for 1.130.0
1 parent 1a4c295 commit ca190eb

File tree

10 files changed

+49
-13
lines changed

10 files changed

+49
-13
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [1.130.0] - 2023-11-10
4+
5+
### API-Changes
6+
7+
- Emit JoinerProgress(1000) event when Bob verifies Alice.
8+
- JSON-RPC: add `ContactObject.is_profile_verified` property.
9+
- Hide `ChatId::get_for_contact()` from public API.
10+
11+
### Features / Changes
12+
13+
- Add secondary verified key.
14+
- Add info messages about implicitly added members.
15+
- Treat reset state as encryption not preferred.
16+
17+
### Fixes
18+
19+
- Mark 1:1 chat as protected when joining a group.
20+
- Raise lower auto-download limit to 160k.
21+
- Remove `Reporting-UA` from read receipts.
22+
- Do not apply group changes to special chats. Avoid adding members to the trash chat.
23+
- imap: make `UidGrouper` robust against duplicate UIDs.
24+
25+
### Refactor
26+
27+
- imap: Do not FETCH right after `scan_folders()`.
28+
- deltachat-rpc-client: Use `itertools` instead of `Lock` for thread-safe request ID generation.
29+
30+
### Tests
31+
32+
- Remove unused `--liveconfig` option.
33+
34+
### Miscellaneous Tasks
35+
36+
- Update provider-db ([#4949](https://github.com/deltachat/deltachat-core-rust/pull/4949)).
37+
338
## [1.129.1] - 2023-11-06
439

540
### Fixes
@@ -3116,3 +3151,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed
31163151
[1.128.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.127.2...v1.128.0
31173152
[1.129.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.128.0...v1.129.0
31183153
[1.129.1]: https://github.com/deltachat/deltachat-core-rust/compare/v1.129.0...v1.129.1
3154+
[1.130.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.129.1...v1.130.0

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat"
3-
version = "1.129.1"
3+
version = "1.130.0"
44
edition = "2021"
55
license = "MPL-2.0"
66
rust-version = "1.70"

deltachat-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat_ffi"
3-
version = "1.129.1"
3+
version = "1.130.0"
44
description = "Deltachat FFI"
55
edition = "2018"
66
readme = "README.md"

deltachat-jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-jsonrpc"
3-
version = "1.129.1"
3+
version = "1.130.0"
44
description = "DeltaChat JSON-RPC API"
55
edition = "2021"
66
default-run = "deltachat-jsonrpc-server"

deltachat-jsonrpc/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
},
5454
"type": "module",
5555
"types": "dist/deltachat.d.ts",
56-
"version": "1.129.1"
56+
"version": "1.130.0"
5757
}

deltachat-repl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-repl"
3-
version = "1.129.1"
3+
version = "1.130.0"
44
license = "MPL-2.0"
55
edition = "2021"
66

deltachat-rpc-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-rpc-server"
3-
version = "1.129.1"
3+
version = "1.130.0"
44
description = "DeltaChat JSON-RPC server"
55
edition = "2021"
66
readme = "README.md"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail --exit"
5757
},
5858
"types": "node/dist/index.d.ts",
59-
"version": "1.129.1"
59+
"version": "1.130.0"
6060
}

release-date.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-11-06
1+
2023-11-10

0 commit comments

Comments
 (0)