This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
Releases: deltachat/deltachat-node
Releases · deltachat/deltachat-node
v1.79.3: prepare 1.79.3
another fix for stnadlone context
v1.79.2: prepare 1.79.2
fix standalone context: configure promise would not return, ALL event did not contain event name
v1.79.1
tag 1.79.1
v1.79.0
upgrade core to 1.79 and prepare 1.79.0
v1.78.0
fix changelog for 1.78.0
v1.77.1
v1.77.1
v1.77.0
v1.77.0
1.76.0
What's Changed
- upgrade core and prepare 1.76.0 by @Simon-Laux in #545
Full Changelog: v1.75.3...v1.76.0
[1.75.3] - 2022-03-04
Changed
- upgrade
node-gyp
to version9.0.0
to fix the github build action not finding Visual Studio on windows
[1.75.2] - 2022-03-03
Changed
- remove dependency on
lodash.pick
Fixed
- fix export backup
- fix
Context.setDraft(chatId: number, msg: Message | null)
msg argument type to allow for removing drafts