Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 952 Bytes

CHANGELOG.md

File metadata and controls

54 lines (38 loc) · 952 Bytes

0.3.1-alpha

Update

  • Added high level sdk (Chat)

0.3.0-alpha

Update

  • Optimize group chat to support larger groups.
  • Add new message types (reply, reaction, user activity, image, video)

0.2.8-alpha

Update

  • Optimize send method

0.2.7-alpha

Update

  • Add support for image, file, gif message types

0.2.6-alpha

Update

  • Fix bug in encryption/decryption of messages for group chat

0.2.5-alpha

Update

  • Add realtime space data for speakers and host
  • Rename 'functions' directory to 'test_functions' in the example app.

0.2.3-alpha

Updates

  • Get address, signer, and pgpPrivateKey from cache
  • Make groupImage/spaceImage optional parameter

0.2.2-alpha

Group chat added to Example app with the following features:

  • Create group
  • Accept intent
  • List the group chats
  • Click on the group chat to view messages in it
  • Send a message in a group chat