Skip to content

Version 1.4.2

Choose a tag to compare

@Superior126 Superior126 released this 03 Jan 20:25
· 67 commits to main since this release
60c742b

What's Changed

  • ✅ Add User Search Route - Added a WebSocket route that allows the searching for users on Ringer. @Superior126 #93

  • ✅ Add User Notifications Service - Added a websocket route that Ringer Desktop will connect to in the background for notifications. @Superior126 #95

  • ✅ Fix User Online Status Bug - Fixed a bug where Ringer Server would notify friends that a user went offline event if they were still online on another device. @Superior126 #100

  • ✅ Add Sentry Support - We added support for the Sentry issue tracker to catch unhandled errors in Ringer Server. @Superior126 #101

  • ✅ Add Server-Side Timeout For Message Sending - If the "SendTime" key exists in the message data, Ringer server has a 5 second timeout for messages. If a message was received with a send time key greater than 5 seconds ago, Ringer Server will ignore it. @Superior126 #112

  • ✅ Add Timestamp To Messages - We added timestamps to messages so now clients will know when messages were sent. @Superior126 #116

Full Changelog: 1.4.1...1.4.2