mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
prepare 1.82 (#3336)
* update changelog for 1.82.0 pr #3322 as added to 1.81.0 by accident; it was never part of 1.81.0 but is now part of 1.82.0. * bump version to 1.82.0
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,5 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.82.0
|
||||||
|
|
||||||
|
### API-Changes
|
||||||
|
- re-add removed DC_MSG_ID_MARKER1 as in use on iOS #3330
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- refactorings #3328
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- fix node package ci #3331
|
||||||
|
- fix race condition in ongoing process (import/export, configuration) allocation #3322
|
||||||
|
|
||||||
|
|
||||||
## 1.81.0
|
## 1.81.0
|
||||||
|
|
||||||
### API-Changes
|
### API-Changes
|
||||||
@@ -24,12 +37,8 @@
|
|||||||
- node: throw error when getting context with an invalid account id
|
- node: throw error when getting context with an invalid account id
|
||||||
- node: throw error when instanciating a wrapper class on `null` (Context, Message, Chat, ChatList and so on)
|
- node: throw error when instanciating a wrapper class on `null` (Context, Message, Chat, ChatList and so on)
|
||||||
- use same contact-color if email address differ only in upper-/lowercase #3327
|
- use same contact-color if email address differ only in upper-/lowercase #3327
|
||||||
- fix race condition in ongoing process (import/export, configuration) allocation
|
|
||||||
- repair encrypted mails "mixed up" by Google Workspace "Append footer" function #3315
|
- repair encrypted mails "mixed up" by Google Workspace "Append footer" function #3315
|
||||||
|
|
||||||
### Removed
|
|
||||||
- node: remove unmaintained coverage scripts
|
|
||||||
|
|
||||||
|
|
||||||
## 1.80.0
|
## 1.80.0
|
||||||
|
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1067,7 +1067,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.81.0"
|
version = "1.82.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@@ -1146,7 +1146,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.81.0"
|
version = "1.82.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-std",
|
"async-std",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.81.0"
|
version = "1.82.0"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.81.0"
|
version = "1.82.0"
|
||||||
description = "Deltachat FFI"
|
description = "Deltachat FFI"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
@@ -61,5 +61,5 @@
|
|||||||
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec"
|
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec"
|
||||||
},
|
},
|
||||||
"types": "node/dist/index.d.ts",
|
"types": "node/dist/index.d.ts",
|
||||||
"version": "1.81.0"
|
"version": "1.82.0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user