Skip to content

Releases: Bikram-ghuku/SyncChatWeb

v1.0 Production

06 May 11:46
Compare
Choose a tag to compare

Full Changelog: v0.1...v1.0

Changes and features:

  1. Added Landed Page: added a landing page to guide users coming to the page.
  2. Added Github Authentication: Added GitHub authentication, show the GitHub profile picture of the user.
  3. Improved loading: Loading is now improved by storing all data locally instead of fetching it multiple times from the backend.
  4. Improved Responsiveness: The Responsiveness of the website has been improved. (Work TBD)

Beta testing version

02 May 06:17
Compare
Choose a tag to compare

The initial version of the app (Beta version)

Currently has the features:

  1. End-to-end Encryption: Utilizes AES encryption to secure messages before transmitting them to the socket server, ensuring end-to-end privacy and confidentiality.
  2. JWT Authentication: Implements JWT authentication to validate every API request, enhancing security and ensuring that only authorized users can access the app's features.
  3. Seamless Contact Addition: Easily add contacts to start chatting with just a single button press, simplifying the process of initiating conversations and expanding your network.
  4. Disposable Messaging: Messages are ephemeral and not stored in the database, automatically removed upon reloading the app, providing users with added privacy and peace of mind.
  5. Emoji Support: Employs emoji-picker-react to enable users to express themselves with a wide range of emojis, enhancing communication and adding a touch of fun to conversations.

Full Changelog: https://github.com/Bikram-ghuku/chatSyncWeb/commits/v0.1