Releases: Bikram-ghuku/SyncChatWeb
Releases · Bikram-ghuku/SyncChatWeb
v1.0 Production
Full Changelog: v0.1...v1.0
Changes and features:
- Added Landed Page: added a landing page to guide users coming to the page.
- Added Github Authentication: Added GitHub authentication, show the GitHub profile picture of the user.
- Improved loading: Loading is now improved by storing all data locally instead of fetching it multiple times from the backend.
- Improved Responsiveness: The Responsiveness of the website has been improved. (Work TBD)
Beta testing version
The initial version of the app (Beta version)
Currently has the features:
- End-to-end Encryption: Utilizes AES encryption to secure messages before transmitting them to the socket server, ensuring end-to-end privacy and confidentiality.
- JWT Authentication: Implements JWT authentication to validate every API request, enhancing security and ensuring that only authorized users can access the app's features.
- 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.
- 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.
- 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