- Context menu now can check for updates
- When disabling ngrok, you are prompted to enter a server URL
- Useful when you do not want to use ngrok, and instead use normal port forwarding
- Adds queue service to handle various synchronous tasks
- This will be used for actions such as opening a chat in iMessage to send read receipts
- Adds socket handler for
open-chat
messages from clients- This is so you can send read receipts (once clients support it)
- Adds ability to restart iMessage if AppleEvent timeout occurs
- This happens when iMessage's process becomes defunct. This is a fail-safe to prevent it from hanging up until you manually restart iMessage
- Ability to clear devices
- This should speed up notifications a bit
- FCM messages default to normal priority unless it's a new message
- This may solve any issues you have had with late notifications