EpochTalk v1.14.0 Release Notes

Release Date: 2020-05-12 // almost 4 years ago
  • 1.14.0 (2020-05-12)

    ๐Ÿ› Bug Fixes

    • โž• add hash to id of autocomplete-user-id directive, so you can reuse the same component on one page (2ebb31f)
    • ๐Ÿ› bug with quoting pm's, switch to editor reply mode (53cf6da)
    • ๐Ÿ”„ change color of quote button to grey using action class (dee9d08)
    • issue with getUserIgnored params being swapped (39461c0)
    • issue with message quote body being undefined (78e649c)
    • โšก๏ธ issue with message settings not updating (e876031)
    • ๐Ÿ“œ issue with quotes not parsing when slug ids contain "_" (5053908)
    • โœ… issue with typo causing test failure (dc6bec7)
    • โœ‚ remove unneeded console log (bda3d2b)
    • spacing in new message email (6b70d1b)

    ๐Ÿ”‹ Features

    • โž• add autocomplete directive to ignore user post (8747225)
    • โž• add autocomplete username used for messages to mentions ignore (bb26b2f)
    • โž• add db method for changing messaging email settings (d9ec74b)
    • โž• add db method for toggling message email settings (0580f84)
    • โž• add db methods for ignore/unignore messages (e8dcb3c)
    • โž• add directive for ignoring users via their profile page (ca3e8c3)
    • โž• add email template for new pm, wip (5afa70c)
    • โž• add emailer method for new pms (6612cbb)
    • โž• add hook for ignored messages on user find (c98c14c)
    • โž• add hook to check if user is ignored before sending messages (ed3cf74)
    • โž• add ignore messages directive to user profile (d2df5e1)
    • โž• add ignore user route (8bd403d)
    • โž• add new messages routes to server (bec6464)
    • โž• add pageIgnoredUsers route (93d1b4c)
    • โž• add resources for new ignore message routes (8b9a827)
    • โž• add route to toggle email settings for messages (a05e8b2)
    • โž• add route to toggle message email settings (d126cc4)
    • โž• add routes for getting ignored user data. (bf5983f)
    • โž• add unignore user route (ccfbf65)
    • bring back more data on ignored users, ignore users both ways (6ccb127)
    • bring back subject for new pm email, references #783 (83e5499)
    • check user prefs before sending email when creating conversation (8d39817)
    • check user prefs before sending email when creating message (3b38e3e)
    • ๐Ÿ– handle just author and date for quote bbcode tag (ef205c4)
    • modify ignore message hook to block both users from sending a message when ignored (4b20ac7)
    • modify ignore posts directive to work with username autocomplete (3b8335d)
    • send email to receivers of private messages (fb7c50c)
    • ๐Ÿ‘‰ show message in pm email, wip show subject for replies (7bdcd40)
    • wip add user lookup for messages ignore (2ed649f)
    • wip, add directive for modifying messaging settings (019ba6f)
    • wip, show ignoree that they are being ignored when trying to send message (58b5943)