Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Update deltachat-node to the latest version 🚀 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 16, 2018

The dependency deltachat-node was updated from 0.16.0 to 0.24.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 23, 2018

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 7a736e3 0.25.0
  • 2a4e4b4 Update changelog and upgrade guide for v0.25.0
  • 9a45c59 DC_EVENT_ERROR no longer emits error code
  • e37c27a Allow null image in dc.setChatProfileImage(), fixes #186
  • 6aa6600 Merge pull request #187 from deltachat/core-0.26.x
  • de70c37 Bump core to v0.26.1
  • 702bf3e tests broken due to DC_EVENT_ERROR_NETWORK
  • 2e38168 Update event handlers + docs
  • b4af905 Update events and also generate that automatically from constants
  • 09f071b Update constants
  • 48f3c11 Bump core to v0.26.0
  • 7391dc8 docs: libetpan-dev can be installed on the system
  • a4e3393 camelCase

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2018

Update to this version instead 🚀

Release Notes for v0.26.0

Changed

  • Rewrite tests to be completely based on environment variables (@ralphtheninja)

Added

Historical Note From this version and onward we deliver prebuilt binaries, starting with linux x64.

Commits

The new version differs by 18 commits.

  • 426d54e 0.26.0
  • 737c431 Update changelog
  • f9364fe Merge pull request #194 from deltachat/clean-install
  • d62395b clean everything and update version-changed
  • dbb8dc4 Merge pull request #193 from deltachat/add-msg-props
  • e06a7d0 add isInfo and isForwarded to message json
  • a7fdac0 Use version unchanged (#192)
  • 3d2d659 Clean up build folders before installing
  • b6ace3c 0.26.0-0
  • 83691dd Add Prebuildify (#191)
  • a3ea1ac Add Jenkins (#190)
  • f9ab87a Merge pull request #189 from deltachat/rm-greenmail
  • dd5daaf Make sure the network error has correct syntax (i.e. NOT ssl error)
  • d0c0a5c Throw if we receive DC_EVENT_ERROR_NETWORK
  • ee4fc28 Remove greenmail and use real server :fire:

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2018

Update to this version instead 🚀

Release Notes for v0.26.1

Changed

  • Upgrade deltachat-core dependency to v0.27.0 (chat profile image bug fix) (@ralphtheninja)
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2018

Update to this version instead 🚀

Release Notes for v0.27.0

Changed

Added

Removed

Commits

The new version differs by 27 commits.

  • 620f9e9 0.27.0
  • 1956327 Update changelog
  • 72492a2 Add .profileImage to contact.toJson()
  • 3883aa8 Merge pull request #204 from deltachat/core-0.28.0
  • ce892cf Reset after build
  • 0443065 Add DC_STATE_OUT_DRAFT
  • 25ff1c4 Upgrade core to v0.28.0
  • e04c859 Remove TODO comment on dc_openssl_init_not_require()
  • c98223f Merge pull request #203 from deltachat/pure-unit-tests
  • 4690f69 Only run pure unit tests + always prebuild but only upload when version changed
  • 7bf4fb4 Merge pull request #201 from deltachat/contact-profile-image
  • abf7b94 Add docker.bash script
  • ac8eb17 Add contact.getProfileImage()
  • b722797 Update deltachat-core to latest master
  • 3e7e841 Allow chaining on set methods for Message class

There are 27 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2018

Update to this version instead 🚀

Release Notes for v0.28.0

Changed

  • Upgrade deltachat-core dependency to v0.29.0 (colors for chat and contact) (@ralphtheninja)

Added

Commits

The new version differs by 5 commits.

  • 51d912c 0.28.0
  • c55cb1a Update changelog
  • 151b187 Merge pull request #205 from deltachat/core-0.29.0
  • d870cdc Implement chat.getColor() and contact.getColor()
  • b171b46 Upgrade core to v0.29.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2018

Update to this version instead 🚀

Release Notes for v0.28.1

Fixed

  • Pass in empty string instead of null in dc.setChatProfileImage() (@ralphtheninja)
Commits

The new version differs by 3 commits.

  • 1c8221f 0.28.1
  • 35e185f Update changelog
  • c19f83e fix: pass in empty string if image is falsey (which it is when null)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 17, 2018

Update to this version instead 🚀

Release Notes for v0.28.2

Fixed

  • Pass in empty string instead of null as param2 in dc.importExport() (@Jikstra)

Changed

Commits

The new version differs by 4 commits.

  • 0c026f2 0.28.2
  • e45b31d Update changelog
  • 3b5b1b1 Check for null on imex method and pass null to core if needed (#209)
  • a94af5f Minimum node version is v8.6.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2018

Update to this version instead 🚀

Release Notes for v0.29.0

Changed

  • Upgrade deltachat-core dependency to v0.31.1 (core sends simultaneously to the INBOX) (@karissa, @ralphtheninja)
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 24, 2018

Update to this version instead 🚀

Release Notes for v0.30.0

Changed

Historical Note This release temporarily disables mvbox and sentbox threads, i.e. only one thread for IMAP and SMTP will be running.

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 28, 2018

Update to this version instead 🚀

Release Notes for v0.30.1

Changed

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 6, 2019

Update to this version instead 🚀

Release Notes for v0.35.0

Changed

  • Uncomment mvbox and sentbox code (@Jikstra)
  • Upgrade deltachat-core dependency to v0.35.0 (changes to dc_get_chat_media() and dc_get_next_media()) (@ralphtheninja)

Historical Note We started following the core version from this point to make it easier to identify what we're using in e.g. the desktop application.

Commits

The new version differs by 6 commits.

  • 15aba86 0.35.0
  • 48fd87e Update changelog
  • 0bd245b Merge pull request #217 from deltachat/core-0.35
  • 9cffdd3 Update to new api of dc_get_chat_media() and dc_get_next_media()
  • 0b57b91 Update core to v0.35.0
  • e7d7eaa Uncomment mvbox/sentthread code (#215)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2019

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 15, 2019

Update to this version instead 🚀

Release Notes for v0.38.0

Changed

Added

Commits

The new version differs by 8 commits.

  • 1568614 0.38.0
  • 7e8ea94 Update changelog
  • 8270b7c Merge pull request #234 from deltachat/core-0.38.0
  • a39ba39 Implement Message#hasDeviatingTimestamp()
  • cf13e1a Add temporary forward declaration
  • c51e385 Implement Message#getSortTimestamp()
  • 5e6b279 Upgrade core to v0.38.0
  • cd08c1b Clean up changelog

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 17, 2019

Update to this version instead 🚀

Release Notes for v0.39.0

Changed

Commits

The new version differs by 4 commits.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants