Skip to content

Releases: dm3-org/dm3

Release 1.6.0

21 Aug 08:41
bf70292
Compare
Choose a tag to compare
  • SentMessage Indicators are now showing if a message has been received, or opened
  • DS accepts messages for every name linked to a specific receiver
  • Add support for foreign names on the client side
  • minor bug fixes

Release 1.5.0

23 Jul 08:01
bf70292
Compare
Choose a tag to compare
  • Added Pagination for Conversations
  • Added Pagination for Messages
  • Conversations are ordered by the latest message
  • halted messages are stored in the sender's storage when the receiver has not created an DM3 account yet
  • storage nonce is now part of the props
  • offchain resolver can now manage multiple subdomains

1.4.1

14 Jun 14:48
d18473c
Compare
Choose a tag to compare

Changelog

  • Added support for Web Push Notifications

  • Used expiring JWT tokens for authentication

  • Delivery Service and Backend are now two independent Docker images

  • Streamlined CI process for staging and testing environments

  • DM3 names can now be deleted and reclaimed

  • Increased performance by improving WebServer settings and adding a cache to the Web3Provider on the backend

1.3.0

16 May 10:39
d157909
Compare
Choose a tag to compare

Changelog

  • Enable Mail Notifications

  • Add messageTo query param to select default contact using the URL

  • Improve attachment handling by persisting the filename

  • Improve Configure profile dialog

  • Minor Bugfixes