Releases: ProdByGodfather/django-super-channels
Releases · ProdByGodfather/django-super-channels
v2.3.0
v2.2.0
Adding the user panel section and displaying or editing user information as well as the registration form and deprecating old and unsafe forms.
Also fixing problems and bugs.
Some features added:
- Register Form.
- Logout Form.
- User Dashboard.
- Show & Edit User data.
- fix some bugs.
v1.1.1
Added user application to use abstract-users and add different fields to Django's dedicated user
Also, optimization of the chat room section and more settings of the chat room.
some Capabilities:
- Added user photo section.
- show user photo on chat rooms.
- Show users in the chat
Django-Channels v1.0.0
The initial and unnamed version of the chat room based on django-channels with limited and more basic features that allows connection to all kinds of Django projects.
The two main and basic cores are Client and Chat App, which have been tried to be compatible with Django v4.0.0
and above.
some Capabilities:
- notification on new messages.
- send message as
webSocket
. - get message as
WebSocket
. - Ability to create chat rooms.
- save messages to
db
. - Ability Send images as
base64
.
What's Changed
- Pull All Changes by @ProdByGodfather in #1
New Contributors
- @ProdByGodfather made their first contribution in #1
Full Changelog: https://github.com/ProdByGodfather/django-channels/commits/v1.0.0