Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Prepare for v1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikstra committed Nov 22, 2020
1 parent 503988e commit 53d16a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
# Changelog

## Unreleased
## [1.50.0] - 2020-22-11

### Changed
- Update deltachat-core-rust to 1.50.0

- Update deltachat-core-rust to 1.50.0

## [1.49.0] - 2020-15-11

### Changed

- Update deltachat-core-rust to 1.49.0
- changed tests to use mocha and fixed them

## [1.47.0] - 2020-5-11

### Changed

- Update deltachat-core-rust to 1.47.0

Breaking changes:

- `deltachat.updateDeviceChats()` removed
this is now done automatically during configure
unless the new config-option `bot` is set deltachat-core-rust/#1957
unless the new config-option `bot` is set deltachat-core-rust/[#1957](https://github.com/deltachat/deltachat-node/issues/1957)
- `deltachat.markNoticedAllChats()` removed
- `chat.isVerified()` is replaced by `chat.isProtected()`
- `deltachat.createUnverifiedGroupChat(chatName)` and `deltachat.createVerifiedGroupChat(chatName)` are replaced by a single function `deltachat.createGroupChat(chatName, is_protected)`
- if an message has a quote to another message you need to use `message.getQuotedText()` to get the quoted message

New:

- `deltachat.setChatProtection(chatId:number, protect:boolean)`
- `message.setQuote(quotedMessage:Message)`
- `message.getQuotedText():string`
Expand Down Expand Up @@ -1120,9 +1124,11 @@ const { C } = require('deltachat-node')

- Remove `dc_msg_has_deviating_timestamp` prototype [**@link2xt**](https://github.com/link2xt)

[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.49.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.50.0...HEAD

[1.50.0]: https://github.com/deltachat/deltachat-node/compare/v1.49.0...v1.50.0

[1.47.0]: https://github.com/deltachat/deltachat-node/compare/v1.47.0...v1.49.0
[1.49.0]: https://github.com/deltachat/deltachat-node/compare/v1.47.0...v1.49.0

[1.47.0]: https://github.com/deltachat/deltachat-node/compare/v1.46.0...v1.47.0

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
| **lefherz** | |
| **Pablo** | [**@pabzm**](https://github.com/pabzm) |
| **pabzm** | |
| **holger krekel** | |
| **bb** | |
| **Charles Paul** | |
| **holger krekel** | |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-node",
"version": "1.49.0",
"version": "1.50.0",
"description": "node.js bindings for deltachat-core",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 53d16a1

Please sign in to comment.