Skip to content

v0.29.49

Pre-release
Pre-release

Choose a tag to compare

@msalehicode msalehicode released this 20 Jul 08:59
  • [NEW] text channel type

    • load old messages if saveChats is ON
    • when someone sends new message to text channel if user isn't seeing that channel would show indicator unread messages count
    • when user hit on unread messages text channel would reset count
    • when a text channel is selected/seeing title of that channel would be bold.
    • if a text channel is locked would ask password then server would decide u've access or not
    • when user select on text channel would hide current channel participant and show channel when user clicks on that current channel would see his current participants
  • [FIX] voice channels if saveChats is ON would load old messages for channel

  • [FIX] double click to join replaced by click to join

  • [FIX] if user clicks on current channel won't send request join (for both text/voice channel)

  • [FIX] when error while loading image happens for delegateMessageImage/animated-image would show text and error (e.g access denied or..)

  • [FIX] change activity status menu now uses colors from UiHelper

  • [FIX] block user actions while on connecting..

  • [FIX] dont play sound effect user left or join channel or user-disconnected when channel id is 0 (channel less)

  • [FIX] when user disconnected play userDisconnected instead of userLeft

  • [FIX] unobserve removed users from models

  • [FIX] leave channel -> user becomes channel less
    - (actually joins channel id 0 but ignores voice, video data to send/receive also chat is closed for channel 0)

JUST FOR INFORMATION:

  • [UI IMPROVEMENT] add curved arrow down icon before channel name for myCurrentChannel
  • [UX IMPROVEMENT] default PTT hotkey changed to backslash to avoid any problem for users
  • [UI IMPROVEMENT] activity status do not disturb color from pink-red became black
  • [RENAME] m_chatModel pointer renamed to m_voiceChatModel, because now we have m_textChatModel list