Releases: BlueBubblesApp/bluebubbles-server
BlueBubbles MacOS Server v0.1.5 (beta)
What's new?
- Adds better support for syncing with various clients
- Ngrok is now optional
- New initial setup screen (on initial install/setup)
- Adds support for stickers
- Adds forward compatibility for associated message types (similar to stickers, reactions, etc.)
BlueBubbles MacOS Server v0.1.4 (beta)
What's new?
- Fixes issues that some users were having where message matches would never be found, causing duplicate messages.
- Server now emits an event/message to all clients if there is an update available for the server. Clients can handle that as they wish.
- Server now has a socket endpoint to fetch metadata about the server (OS version, server version, etc). Clients can use this to determine exposing features
- Other small bug fixes
BlueBubbles MacOS Server v0.1.3 (beta)
What's? new?
- Fixes issue with creating chats with contacts you've never conversed with
- New UI/UX!
- Better logging for debug purposes
- Other small fixes
BlueBubbles MacOS Server v0.1.1 (beta)
This release is a pretty important update. In v0.1.0, the update notification would "block" the main server. This means that when an update was found, it would prevent the rest of the server code from executing, thus blocking the server from operating correctly. This update will fix that issue. Here are some additional changes:
- Enforces single-app-instance (only 1 server can run at a given time)
- When fetching contacts from an exported VCF, quit Contacts first
- Handles error when an attachment isn't downloaded and doesn't exist
P.S. If you are on Catalina, you may need to re-enable/apply some of the App Permissions.
BlueBubbles MacOS Server v0.1.0 (beta)
This is the first open-sourced beta version of the BlueBubbles MacOS Server! This release is meant for use with the other BlueBubbles clients (Android & Desktop). At this time, the Desktop and Android Apps are not yet ready for the open-beta. If you would like to download the latest builds, join our Discord server and head to the #releases channel! https://discord.gg/u6MdAn
The purpose of this MacOS server is to forward messages from the MacOS' Messages database, directly to your client. This allows cross-platform use of iMessage using an iCloud account. For installation instructions, follow the guide here: https://bluebubbles.app/install
As always, we encourage collaboration! If you'd like to contribute, feel free to fork the repository and make pull requests!