Skip to content

Releases: msgbyte/tailchat

v1.11.9

23 Nov 18:43
Compare
Choose a tag to compare

1.11.9 (2024-11-23)

Bug Fixes

  • fix xss problem when render iframe (c1365f2)
  • not allow svg (f74647f)
  • only allow http link in iframe render (9a327dc)

v1.11.8

28 Oct 16:26
Compare
Choose a tag to compare

1.11.8 (2024-10-28)

Bug Fixes

  • fix a issue which markdown component can render meta tag problem (9998c57)

Features

  • add DISABLE_TRACING env which useful save logs (55e4f38)
  • markdown disable iframe auto play (16086d1)

Performance Improvements

  • improve file table display in file table (ab78309)

v1.11.7

07 Sep 16:28
Compare
Choose a tag to compare

1.11.7 (2024-09-07)

Bug Fixes

  • #252 disable support custom style in markdown render (c33dbd2)
  • fix user info is null will crash list problem (c43a99e)

Features

  • add DISABLE_INFO_LOG env (5cc71d0)

v1.11.6

20 Jul 16:19
Compare
Choose a tag to compare

1.11.6 (2024-07-20)

Features

  • add file filter chat files checkbox(use for remove unused chat files) (c4e70ef)
  • admin: add image url preview in admin (3cea16e)

Performance Improvements

  • add virtual list for friend list #238 (f09f701)
  • add virtual list of inbox list (68ea354)

v1.11.5

04 Jun 13:06
Compare
Choose a tag to compare

1.11.5 (2024-06-04)

Bug Fixes

  • fix a problem which make disableMsgpack not work (61184d1)

v1.11.4

02 Jun 08:50
Compare
Choose a tag to compare

1.11.4 (2024-06-02)

Bug Fixes

  • #230 fix a bug which will occur error tip when invite a user into conversation (3801bb2)
  • rename all disableSocketMsgpack to disableMsgpack (7870c83)

v1.11.3

11 May 17:11
Compare
Choose a tag to compare

1.11.3 (2024-05-11)

Bug Fixes

  • fix quick switcher layer problem and filter group panel type because should not direct open (6dba794)

Features

  • add chat.message.getMessage api (#227) (34a380e)
  • add tianji script environment (125df13)

v1.11.2

05 May 13:46
Compare
Choose a tag to compare

Bug Fixes

  • fix a problem which deleted conversation can not get name occur crash (88b05da)
  • fix a problem which user info maybe return null cause error (96d8cda)

New Contributors

Full Changelog: v1.11.1...v1.11.2

v1.11.1

14 Apr 16:25
Compare
Choose a tag to compare

Bug Fixes

  • fix command panel cannot click problem (5c259d7)
  • fix image message context menu cannot save image problem (a3a442a)
  • fix text cannot select part problem and url dont need context menu problem (a02ad80)

Features

  • add context menu into message item (a36ca7c)
  • add setting for close message context menu (0107edf)

v1.11.0

06 Apr 16:35
Compare
Choose a tag to compare

Bug Fixes

  • fix error tip for user cannot add self as friend (592e4ab)
  • invalid user id will broken all userId info query problem (de63b31)

Features

  • add group panel quick actions (c451a09)
  • add quick search button in navbar (6b0fffb)

Performance Improvements

  • improve mention list to make sure its will work fine in huge group (d79a62b)