Skip to content

Releases: Lif-Platforms/New-Ringer-Server

Version 2.0.0

Choose a tag to compare

@Superior126 Superior126 released this 12 Sep 22:20

What's Changed

  • ✅ Restructure Project - We restructured Ringer Server to be more organized. This includes the file structure and route structure. @Superior126 in #146

  • ✅ Added Badge Number to Push Notifications - We added the notification badge number to push notifications. This shows the total number of unread messages the user has. @Superior126 #152

Full Changelog: 1.5.1...2.0.0

Version 1.5.1

Choose a tag to compare

@Superior126 Superior126 released this 14 Apr 18:34
88d5e34

What's New

  • ✅ Fix WebSocket Send Error - We fixed an issue relating to WebSocket connections. @Superior126 #136

  • ✅ Fix Friend Request Bug - We fixed a bug with the new friend request system where the sender's friends list would be set as the recipient's friends list. @Superior126 #140

Full Changelog: 1.5.0...1.5.1

Version 1.5.0

Choose a tag to compare

@Superior126 Superior126 released this 18 Feb 04:18
5abbc44

What's Changed

  • Add App Refresh Route - We added an app refresh route to allow Ringer to refresh its data locally. @Superior126 #119

  • Created New Websocket Handler - We made some massive improvments to how websocket connections are handled. @Superior126 #122

  • Create New Friend Requests System - We created a new system for handling friend reqests. @Superior126 #126

  • Create Outgoing Friend Requests Route We created a new route that allowes users to see their outgoing friend requests. @Superior126 in #128

  • Made Rineger Server Return Unread Messages - We made Ringer Server return the number of unread messages to the client. @Superior126 #135

Full Changelog: 1.4.2...1.5.0

Version 1.4.2

Choose a tag to compare

@Superior126 Superior126 released this 03 Jan 20:25
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

Version 1.4.1

Choose a tag to compare

@Superior126 Superior126 released this 17 Oct 22:05

What's New

  • Add Last Sent Message To Friends List - We added the last sent message in the conversation to the friends list route. @Superior126 #87

  • Add Infante Messages Loading - We added support for users to load previous messages in the conversation. @Superior126 #89

  • Add Info Object To Main Route - We added an info object that returns the server name and the version number when accessing the default route for Ringer Server. @Superior126 in #90

  • Disable Docs In Production - We disabled the auto-generated docs by Fast API in the production environment. They are still accessible from the development environment. @Superior126 #91

Full Changelog: 1.4.0...1.4.1

Version 1.4.0

Choose a tag to compare

@Superior126 Superior126 released this 27 Sep 15:18

What's New

  • ✅ Add Self-Destructing Messages - Added support for self-destructing messages. @Superior126 #82

  • ✅ Add GIF Support - Added support for GIFs in the Ringer chat. @Superior126 #83

Full Changelog: 1.3.1...1.4.0

Version 1.3.1

Choose a tag to compare

@Superior126 Superior126 released this 02 Sep 22:54

What's Changed

Full Changelog: 1.2.1...1.3.1

Version 1.2.1

Choose a tag to compare

@Superior126 Superior126 released this 14 Jun 01:08

What's new

  • Friends Bug Fix - We fixed a bug where new conversations with friends were not being created properly in the database.

Version 1.2.0

Choose a tag to compare

@Superior126 Superior126 released this 12 Jun 20:53
535c6ed

What's Changed

  • Added Config Support - We added support for you to configure Ringer Server with a config.yml file. @Superior126 #10
  • Added New Events To Live Updates - We added new events to live updates to make for an easier user experience. @Superior126 #49
  • Added MySQL Support - We switched from using SQLite to MySQL for our database. @Superior126 #51

Full Changelog: https://github.com/Lif-Platforms/New-Ringer-Server/commits/1.2.0