2.1 KiB
Changelog
1.0.0-beta.7
-
fix location-streaming #782
-
fix display of messages that could not be decrypted #785
-
fix smtp MAILER-DAEMON bug #786
-
fix a logging of durations #783
-
add more error logging #779
-
do not panic on some bad utf-8 mime #776
1.0.0-beta.6
- fix chatlist.get_msg_id to return id, instead of wrongly erroring
1.0.0-beta.5
- fix dc_get_msg() to return empty messages when asked for special ones
1.0.0-beta.4
-
fix more than one sending of autocrypt setup message
-
fix recognition of mailto-address-qr-codes, add tests
-
tune down error to warning when adding self to chat
1.0.0-beta.3
-
add back
dc_empty_server()#682 -
if
show_emailsis set toDC_SHOW_EMAILS_ALL, email-based contact requests are added to the chatlist directly -
fix IMAP hangs #717 and cleanups
-
several rPGP fixes
-
code streamlining and rustifications
1.0.0-beta.2
-
https://c.delta.chat docs are now regenerated again through our CI
-
several rPGP cleanups, security fixes and better multi-platform support
-
reconnect on io errors and broken pipes (imap)
-
probe SMTP with real connection not just setup
-
various imap/smtp related fixes
-
use to_string_lossy in most places instead of relying on valid utf-8 encodings
-
rework, rustify and test autoconfig-reading and parsing
-
some rustifications/boolifications of c-ints
1.0.0-beta.1
-
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