Releases: getditto/DittoChatPackage
Releases · getditto/DittoChatPackage
2.1.1
What's Changed
- Fixed TAK rendering bug for chats by @ErikEverson in #30
Full Changelog: 2.1.0...2.1.1
2.1.0
- TAK chat interoperability for public chats
2.0.1
- Updated Ditto dependency to a from rather than exact dependency
- Removed logging code which depended on Ditto Tools
2.0.0
added tvOS support (#19) * added tvOS support * updated spacing for flags * Fixed chat for tvOS * Updated to 4.8.0-rc.1 * Added codeScanner back and removed DittoSwiftTools * removed DittoSwiftTools * Updated to 4.8
1.2.0
- Added unread messages to chat users
- Added ability to subscribe to chat rooms
- switched back to demo chats implementation of message collections which are generated UUID's from all chats being in a single collection
- Added updates from Chat demo app
1.1.0
- Made chat user public
- Allowed for chat user to be set by the consuming application
- changed public chat to use messages collection
1.0.0
- Initial release of Ditto Chat Package
- Is a fork of https://github.com/getditto/demoapp-chat/tree/main with the code base being converted into a package
- This package allows for users to add the functionality of the Chat demo application into their code base
- Some changed have been made around the management of the Ditto instance as well ass public access to functions that are needed for displaying and creating new chat rooms in an consuming application.