EpochTalk v1.16.0 Release Notes

Release Date: 2020-05-29 // almost 4 years ago
  • 1.16.0 (2020-05-29)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  bugfix, only show unique message receivers in convo list (9d6393f)
    • ๐Ÿ›  Do not close message editor on error, fixes #833 (99dfdb0)
    • error message wording for createConversation auth (64803f9)
    • ๐Ÿ›  fixes #831, issue with wrong receiver name in error when blocking messages from a users (ce1f6d5)
    • ๐Ÿ›  issue with all convo members not being listed, fixes #832 (5fbb2c1)
    • issue with half the settings page being missing (c55f9e9)
    • issue with setting not sticking on page refresh (6467751)
    • issue with success showing duplicate usernames if original sender includes themself in list of receipients (f4be091)
    • only show unique receivers in messages pane (9e666d8)
    • ๐Ÿ‘‰ show newbie alert when page refreshes after nessage reply (4ce5c54)
    • sort usernames so they appear in the same order, messages view (112a8d9)
    • wording of error messages in createMessage auth (0c06ca5)

    ๐Ÿ”‹ Features

    • โž• add css to style hover of newbie warning (9e37903)
    • โž• add db method for enabling/disabling ignore newbie post preferences (32e6e7f)
    • โž• add hover tooltip to explain newbie warning (9721bf4)
    • โž• add resource for enabling/disabling newbie messaging (55f612b)
    • โž• add route to support enabling/disabling newbie messages (cbe42db)
    • disallow users from sending messages to newbies if they are ignoring them (8bfeef1)
    • do no process links or youtube videos for newbies (263439c)
    • do not allow newbies to create messages with members who are ignoring them (282bd02)
    • do not allow newbies to start convos with members who are ignoring them (f666b9e)
    • don't show newbie alert message to newbie message sending message (df5f2e9)
    • hookup backend for toggle newbie messages (399251d)
    • ๐Ÿ‘‰ make it so you cant reply to a newbie if you are currently ignoring them (4b6905a)
    • pass newbie variable to post processing directive (68e094e)
    • return if the message sender is a newbie (c773f76)
    • return user preference for ignored_newbies in getMessageSettings (3cc8e76)
    • ๐Ÿ‘‰ show badge on message coming from newbies (c89b040)
    • wip add new toggle for ignore newbies in settings page, need to hook up backend (918752b)