adbenitez / deltachat-cursed

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

Bump deltachat from 1.58.0 to 1.68.0 #31

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps deltachat from 1.58.0 to 1.68.0.

Changelog

Sourced from deltachat's changelog.

1.68.0

Fixes

  • fix chat assignment when forwarding #2843
  • fix layout issues with the generated QR code svg #2842

1.67.0

API changes

  • dc_get_securejoin_qr_svg(chat_id) added #2815
  • added stock-strings DC_STR_SETUP_CONTACT_QR_DESC and DC_STR_SECURE_JOIN_GROUP_QR_DESC

1.66.0

API changes

  • dc_contact_get_last_seen() added #2823
  • python: Contact.last_seen added #2823
  • removed DC_STR_NEWGROUPDRAFT, we don't set draft after creating group anymore #2805

Changes

1.65.0

Changes

  • python: add mypy support and some type hints #2809

Fixes

  • do not disable ephemeral timer when downloading a message partially #2811
  • apply existing ephemeral timer also to partially downloaded messages; after full download, the ephemeral timer starts over #2811
  • replace user-visible error on verification failure with warning; the error is logged to the corresponding chat anyway #2808

1.64.0

Fixes

  • add 'waiting for being added to the group' only for group-joins, not for setup-contact #2797
  • prioritize In-Reply-To: and References: headers over group IDs when assigning messages to chats to fix incorrect assignment of Delta Chat replies to classic email threads #2795

1.63.0

... (truncated)

Commits
  • 7f97768 prepare 1.68 (#2844)
  • ecd548a Merge pull request #2829 from deltachat/dependabot/cargo/libc-0.2.108
  • 62efb07 Merge pull request #2830 from deltachat/dependabot/cargo/anyhow-1.0.48
  • 53f042e tweak qr svg (#2842)
  • 6ce97bd Merge fixes for chat assignment when forwarding messages
  • c29149e Add group forwarding test
  • 487f759 Reset In-Reply-To when forwarding a message
  • 6b3b33d Test forwarded quoted messages
  • 2d70ccc Do not return a quoted message for forwarded messages
  • e90fc95 Test get_parent_message
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #37.