mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
774 B
774 B
API changes
1.0.0-beta1
-
first beta of the Delta Chat Rust core library. many fixes of crashes and other issues compared to 1.0.0-alpha.5.
-
Most code is now "rustified" and does not do manual memory allocation anymore.
-
The
DC_EVENT_GET_STRINGevent is not used anymore, removing the last event where the core requested a return value from the event callback.Please now use
dc_set_stock_translation()API for core messages to be properly localized. -
Deltachat FFI docs are automatically generated and available here: https://c.delta.chat
-
New events ImapMessageMoved and ImapMessageDeleted
For a full list of changes, please see our closed Pull Requests:
https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed