What's new?
- Adds warning message when on Big Sur, saying that Chat Creation may not work
- Fixes possible issue where a text would send, but it would show as an error on clients due to a failure after the message was sent
- Adds Chat GUID validation check when sending a message to verify that a group chat exists
- Adds fallback to use the NativeImage library for getting image metadata (size)
- Fixes issue with the update service not starting after the service is finished setup
- Fixes issue with the auto-updater auto installing when quit
- Dashboard now displays if there is an update is available (via a button)
- Update will only download/install when you click the update button (unless auto-update is enabled)
- Adds fallback for sending a message
- This fixes an issue where you would get an osascript error (-1728), even if the chat was already created
- This fallback only works for individual recipients (not group chats; though, it shouldn't fail with group chats)
- Adds a better fallback system when creating a chat
- Allows clients to send a message (not attachment) when creating a chat
- Error logging is a bit better too