Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Releases: airmessage/airmessage-server-legacy

AirMessage Server 3.4.1

20 Sep 19:46
e8206ab
Compare
Choose a tag to compare

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

01 Sep 19:51
Compare
Choose a tag to compare
Pre-release

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

17 Aug 20:05
Compare
Choose a tag to compare

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

20 Jul 11:55
Compare
Choose a tag to compare
Pre-release

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

19 Jul 21:41
Compare
Choose a tag to compare
AirMessage Server 3.3 Pre-release
Pre-release

Features

  • End-to-end encryption over AirMessage Cloud

AirMessage Server 3.2.1

05 Jul 21:27
Compare
Choose a tag to compare

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

02 May 18:41
975e864
Compare
Choose a tag to compare
AirMessage Server 3.2 Pre-release
Pre-release

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

14 Feb 16:02
ac64f7a
Compare
Choose a tag to compare
AirMessage Server 3.1 Pre-release
Pre-release

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