adbenitez / deltachat-cursed

[WIP] Cursed Delta, a lightweight Delta Chat client for the command line
GNU General Public License v3.0
40 stars 2 forks source link

Bump deltachat from 1.70.0 to 1.72.0 in /requirements #44

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps deltachat from 1.70.0 to 1.72.0.

Changelog

Sourced from deltachat's changelog.

1.72.0

Fixes

  • run migrations on backup import #3006

1.71.0

API Changes

  • added APIs to handle database passwords: dc_context_new_closed(), dc_context_open(), dc_context_is_open() and dc_accounts_add_closed_account() #2956 #2972
  • use second parameter of dc_imex to provide backup passphrase #2980
  • added DC_MSG_WEBXDC, dc_send_webxdc_status_update(), dc_get_webxdc_status_updates(), dc_msg_get_webxdc_blob(), dc_msg_get_webxdc_info() and DC_EVENT_WEBXDC_STATUS_UPDATE #2826 #2971 #2975 #2977 #2979 #2993 #2994 #2998 #3001 #3003
  • added dc_msg_get_parent() #2984
  • added dc_msg_force_plaintext() API for bots #2847
  • allow removing quotes on drafts dc_msg_set_quote(msg, NULL) #2950
  • removed mvbox_watch option; watching is enabled when mvbox_move is enabled #2906
  • removed inbox_watch option #2922
  • deprecated os_name in dc_context_new(), pass NULL or an empty string #2956

Changes

  • start making it possible to write to mailing lists #2736
  • add hop_info to dc_get_info() #2751 #2914 #2923
  • add information about whether the database is encrypted or not to dc_get_info() #3000
  • selfstatus now defaults to empty #2951 #2960
  • validate detached cryptographic signatures as used eg. by Thunderbird #2865
  • do not change the draft's msg_id on updates and sending #2887
  • add imap table to keep track of message UIDs #2909 #2938
  • replace SendMsgToSmtp jobs which stored outgoing messages in blobdir with smtp SQL table #2939 #2996
  • sql: enable auto_vacuum=INCREMENTAL #2931
  • sql: build rusqlite with sqlcipher #2934
  • synchronize Seen status across devices #2942
  • dc_preconfigure_keypair now takes ascii armored keys instead of base64 #2862
  • put removed member in Bcc instead of To in the message about removal #2864
  • improve group updates #2889
  • re-write the blob filename creation loop #2981
  • update provider database (11 Jan 2022) #2959
  • python: allow timeout for internal configure tracker API #2967
  • python: remove API deprecated in Python 3.10 #2907
  • refactorings #2932 #2957 #2947
  • improve tests #2863 #2866 #2881 #2908 #2918 #2901 #2973
  • improve documentation #2880 #2886 #2895
  • improve ci #2919 #2926 #2969 #2999

Fixes

  • fix leaving groups #2929
  • fix unread count #2861
  • make add_parts() not early-exit #2879

... (truncated)

Commits
  • 57ea4c1 bump version to 1.72.0
  • bcdd15e update changelog for 1.72.0
  • 5f939c3 Fix: Run migrations after importing backup again (#3006)
  • 2446fc4 fix typo in mergeable description
  • 9ba8dd9 Merge pull request #2990 from deltachat/dependabot/cargo/stop-token-0.7.0
  • 10e1cdb bump version to 1.71.0
  • 46eceb3 update changelog for 1.71.0
  • 81de882 Add Protected Headers standard to standards.md
  • 593e07c cargo update
  • 8ca54f6 raise webxdc sending limit to 640 kb
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)