This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
Releases: airmessage/airmessage-server-legacy
Releases · airmessage/airmessage-server-legacy
AirMessage Server 3.4.1
Changes
- Improved SWT display handling
- Fixed crash when accessing handshake expiry timer from different threads
- .caf and .amr file conversions are no longer attempted on OS X 10.10 - 10.12
- Failed file conversions still serve the original file
- Failed file conversions log the error to Sentry
AirMessage Server 3.4.0
Features
- Protocol 5.4 support
- Automatic conversion of
.heic
files to.jpeg
, and.caf
files to.mp4
for improved compatibility
Changes
- Dependency updates
AirMessage Server 3.3.2
Fixes
- Fixed the welcome screen showing when it's not supposed to, and not showing when it's supposed to
AirMessage Server 3.3.1
Fixes
- Fixed a crash when using AirMessage Cloud without having set a password
- Fixed reporting application version number to Sentry
- Processor architecture and Rosetta translation status is reported to Sentry
- Content type of
application/octet-stream
is now allowed for updates (which is what GitHub uses)
AirMessage Server 3.3
Features
- End-to-end encryption over AirMessage Cloud
AirMessage Server 3.2.1
Features
- Native Apple Silicon builds
Fixes
- AirPacker now checks for large allocations before allocating memory
- The connection list is now synchronized when iterating on the writer thread
Changes
- Application updates are now always installed directly to
/Applications
- Support for the more consistent YAML-based update schema 2
- Dependency updates
Code changes
- The app update script has been extracted to a separate file
AirMessage Server 3.2
Features
- Protocol 5.3 support
Changes
- Missed read receipts are now delivered on missed message retrievals
- Messages are now split and sent over either TCP or FCM depending on their type if using Connect
- The Firebase Authentication web interface is now built with webpack and has polyfills built-in
- Dependency updates
AirMessage Server 3.1
Features
- Protocol 5.2 support
Changes
- Added a workaround to allow the creation of new one-on-one conversations on macOS Big Sur
Fixes
- Changing the conversation title no longer shows up as "member has left the chat" on client devices (these messages are simply ignored)
- Fixed a bug where attachments would sometimes be sent before they were completely downloaded