Skip to content

BlueBubbles MacOS Server v0.1.7 (beta)

Compare
Choose a tag to compare
@zlshames zlshames released this 28 Oct 21:04
· 1485 commits to master since this release
c71a635
  • 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