Skip to content

Releases: ProdByGodfather/django-super-channels

v2.3.0

08 Jan 12:12
3e1709f
Compare
Choose a tag to compare

Adding profiles of other users in the chat room and the ability to be displayed by other users.
fix some bugs

Some features added:

  1. view other user profiles
  2. Improve user panel status

v2.2.0

06 Jan 05:23
f0072d9
Compare
Choose a tag to compare

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:

  1. Register Form.
  2. Logout Form.
  3. User Dashboard.
  4. Show & Edit User data.
  5. fix some bugs.

v1.1.1

31 Dec 07:26
226a7eb
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

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:

  1. Added user photo section.
  2. show user photo on chat rooms.
  3. Show users in the chat

Django-Channels v1.0.0

28 Dec 09:50
13e83d2
Compare
Choose a tag to compare
Pre-release

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:

  1. notification on new messages.
  2. send message as webSocket.
  3. get message as WebSocket.
  4. Ability to create chat rooms.
  5. save messages to db.
  6. Ability Send images as base64.

What's Changed

New Contributors

Full Changelog: https://github.com/ProdByGodfather/django-channels/commits/v1.0.0