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
v0.14.0
Changed
- Upgrade
deltachat-core
to latest master (@ralphtheninja)
Added
- Add support for
DC_EVENT_HTTP_GET
(@ralphtheninja, @r10s)
Fixed
- Fix incorrect link order causing missing
RSA_check_key
symbol (@ralphtheninja)
v0.13.1
Fixed
- Fix symlink problems in
deltachat-core
(@ralphtheninja)
v0.13.0
v0.12.0
Changed
- Upgrade
debug
devDependency from^3.1.0
to^4.0.0
(@Greenkeeper) - Upgrade
deltachat-core
fordc_marknoticed_all_chats()
, new constants and new events (@ralphtheninja)
Added
- Add
dc.markNoticedAllChats()
(@ralphtheninja) - Add events
DC_EVENT_SMTP_CONNECTED
,DC_EVENT_IMAP_CONNECTED
andDC_EVENT_SMTP_MESSAGE_SENT
(@ralphtheninja) - Add constants
DC_CHAT_ID_ALLDONE_HINT
,DC_EVENT_IMAP_CONNECTED
,DC_EVENT_SMTP_CONNECTED
,DC_EVENT_SMTP_MESSAGE_SENT
andDC_GCL_ADD_ALLDONE_HINT
(@ralphtheninja)
v0.11.0
Changed
- Upgrade
deltachat-core
(@ralphtheninja) - Rewrite open and configure workflow (@ralphtheninja)
- Document tests, coverage and npm scripts (@ralphtheninja)
v0.10.0
Changed
- Sort keys in
constants.js
alphabetically (@ralphtheninja) - Upgrade
deltachat-core
for newDC_EVENT_FILE_COPIED
(@ralphtheninja)
Added
- Test
DC_EVENT_FILE_COPIED
(@ralphtheninja)
Fixed
- Fix profile image tests (image moved to blob dir) (@ralphtheninja)
v0.9.4
v0.9.3
v0.9.2
v0.9.1
Changed
- Upgrade
deltachat-core
(@ralphtheninja) - Forward strings from
data1
in the same way as fordata2
(@r10s) - Upgrade
standard
devDependency to^12.0.0
(@Greenkeeper) - Full coverage of
message.js
(@ralphtheninja)
Added
- Test
dc.getBlobdir()
(@ralphtheninja) - Test
displayname
,selfstatus
ande2ee_enabled
config (@ralphtheninja) - Add
.file
toMessage#toJson()
(@Karissa)