Skip to content

Releases: febrihidayan/laratalk

v0.4.2

11 Aug 00:58
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
added group description and added translate

v0.4.1

09 Aug 09:16
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
fixed create group, scroll new group, and updated

v0.4.0

09 Aug 07:14
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
fiture upload avatar group and etc

v0.3.0

09 Aug 01:50
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
wip

v0.3.0-beta.3

05 Aug 12:09
Compare
Choose a tag to compare
v0.3.0-beta.3 Pre-release
Pre-release

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

04 Aug 14:35
Compare
Choose a tag to compare
v0.3.0-beta.2 Pre-release
Pre-release

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

03 Aug 02:30
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

Added

  • Add thursday data in translator (acd11f2)
  • Added Avatar component, created new functions file Directory, file Size and Image format (acd11f2)
  • Image upload feature for users (acd11f2)

Fixed

  • Thursday not found in translator (acd11f2)
  • Fix send, accept, and read message indicators (cd5564f)

Changed

  • Added the FebriHidayan namespace at the beginning of the previous Laratalk namespace (884b736)
  • Make use of the Avatar component to display images (acd11f2)
  • Added isActive property on Media component (cd5564f)
  • Fix back button on BoxSide component (cd5564f)

v0.2.1

01 Aug 15:26
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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

01 Aug 14:02
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

31 Jul 07:05
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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