Releases: Manas-Nagelia/ChatMe
v2.0.0 - Fresh New Design
This new major update of ChatMe brought you a fresh new UI looking great! It is also fully mobile-optimized!
About new features, there aren't many, but here are the most notable ones:
- Users can now delete a contact
- Bug fixes
This is the last release of ChatMe, and the production of ChatMe has officially been finished!!!
v1.0.0 - Basic Prototype Released!
Today is the big day! This is the v1.0.0 release! We currently just have a very, very minimal and basic chat app. And you can only do one thing: chat with anyone, by just adding them to your "connection" list as we call it.
We're hoping to add new features over the releases. Below are our roadmap:
v2.0.0 - Design update
- Hoping to add a fresh home page design
- New account page design
- Chat messages are now inside chat blurbs
- Responsiveness?
v2.1.0 - Deleting
- Ability to delete your connections
- Ability to delete messages
v2.2.0 - v3.0.0 - Responsiveness
- Focus on mobile responsiveness
After this, I'm not sure whether I will continue this. I may make a mobile app either in Flutter or React Native, but I'm not sure at this point. After all, this is just a portfolio project!
v0.2.0 - Chatting
In this release, users can now chat with each other! Below is the list of features:
- Users can add different users to chat with using our search engine and suggestions
- Users can now chat with them in realtime
- A brand new UI!
v0.1.0 - Authentication
This is the first pre-release of my chat app!
In this release, I simply added password-less authentication by using magic links via email. Of course, in the future, I will add phone authentication and social providers, but for now, we only have email password-less authentication.
Currently, you can set your first and last name, and also add a profile picture for yourself! Currently, our website does not have a UI, which is coming very soon.
To implement this authentication, I used a PostgreSQL database hosted by Supabase. Also, we used Supabase authentication. If you don't know, Supabase is a backend-as-a-service (BaaS).