The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
## [1.0.0-alpha14] - 2022-08-08
### Added
### Changed
### Fixed
- Fixed an issue when sending documents from iCloud files.
- Fixed an issue where new conversations would appear twice in the list.
## [1.0.0-alpha13] - 2022-08-05
### Added
### Changed
### Fixed
- Fixed MessagingUI and MessagingCore pods resource_bundles
## [1.0.0-alpha12] - 2022-08-05
### Added
### Changed
### Fixed
- Fixed `NablaMessaginCore` pod resources by adding missing `spec.resource_bundles`.
- Prevents websocket disconnects when keeping the app in foreground but inactive for a long time.
## [1.0.0-alpha11] - 2022-08-04
### Added
- Introduced `NablaMessagingClient.createDraftConversation` to create a conversation locally that does not exist yet server side.
- Adds some `initialMessage` argument to `createConversation` to pre-populate conversations.
- Server-made i18n will now follow user's device language.
### Changed
- `NablaClient.authenticate` now takes a `String` rather than a `UUID` to identify the user. This ID should be uniquely representing your current app user and will be passed to the `SessionTokenProvider` when a call to your backend is needed to get fresh authentication tokens.
### Fixed
- Fixes an issue where creating multiple watchers would cause some to stop receiving updates after one of them is deallocated.
- Fixed a bug preventing conversation from appearing "seen" the first time you tap on them.