Releases: febrihidayan/laratalk
Releases · febrihidayan/laratalk
v0.4.2
added group description and added translate
v0.4.1
fixed create group, scroll new group, and updated
v0.4.0
fiture upload avatar group and etc
v0.3.0
wip
v0.3.0-beta.3
Added
- Add
info
data in translation - Added image upload feature when creating new group
Changed
- Roll back the previous script updated
v0.3.0-beta.2
Added
- Added isActive property on Media component (cd5564f)
- Added Vuex dependencies
- Localize laratalk config data in Vuex store
Fixed
- Fix the send, accept, and read indicators on messages (cd5564f)
Changed
- Update component for component usage support (BoxAside.vue and Media.vue) (cd5564f)
- Improve Laratalk design view
v0.3.0-beta.1
v0.2.1
Fixed
- Fix modal display on mobile
- Fix dark mode active error on chat contacts
Changed
- Using the modal component for group participants
v0.2.0
Added
- Add Laratalk table name custom option
- Added user configuration for avatar from Gravatar, user model, migration table used by Laratalk
- Create a Config Class to simplify all Laratalk configuration
- Add Modal component
- Add setting to change language in settings view
- Add avatar usage conditions (from Gravata or avatar field), locale, and dark_mode on user profile
Fixed
- The number of unread messages does not decrease after the message is withdrawn
Changed
- All table names in the model will follow the table name configuration that has been set
- Rename relationships between tables with one common function
- Application name and path have followed Class Config
- Replace svg icon with Heroicons
- Using the Media component for lists
- Save light or dark mode configuration
v0.1.0
All features are still under development and breaking fixes. It took quite some time for the stable version to be released.
Added feature
- real time private and group chat
- private chat between users
- group messages that only group participants can see
- private and group chat real time typing
- profile for own user
- create new chat with other users
- create a new group and add group participants
- user and group profile info
- view user's online status
- pull private and group messages
- search for users in chat contacts or create a new chat
- delete a user chat without losing the users message
- leave the group will not lose all these messages like telegram
- dark and light mode
- supports multiple languages (English and Indonesian) for now