Ripcord Dev Logo Ripcord Development — Changes To Changelog Login or Create Account

Changes to "Changelog" between 2019-09-13 09:50:48 and 2019-09-13 09:51:12

    19     19   ### Slack
    20     20   
    21     21   * Overhauled the "All Threads" tab/view.
    22     22       * Now just called "Threads" or "threads overview."
    23     23       * Changed row height to a single line.
    24     24       * Only threads that you are involved with or subscribed to are shown.
    25     25       * A "Fetching..." indicator is shown when the data is being re-fetched from the server.
    26         -    * Much more accurate tracking of thread state, new messages, unread count, etc.
           26  +    * More accurate tracking of thread state, new messages, unread count, etc.
    27     27       * Threads list is now sorted by most recent activity/reply.
    28     28       * Threads list now shows the number of unread messages in a thread.
    29     29       * Added: unsubscribe from threads in the list.
    30     30       * Added: open selected threads in new tabs.
    31     31       * Added: mark selected threads as read.
    32     32       * Added: mark all threads as read.
    33     33       * Threads list now remembers which threads were selected when navigating away and then back.
    34     34           * The scroll position of the threads list is also saved.
    35         -* Greatly improved the accuracy and synchronization of unread states of threads.
           35  +* Improved the accuracy and synchronization of unread states of threads.
    36     36       * Tabs of threads should now always show when you have unread messages in them.
    37     37       * The unread position/marker in threads should now be correctly synchronized with the Slack server and with other Slack clients you may be using.
    38     38   * Added an unread indicator in the sidebar on the "Threads" item for the number of threads with unread messages.
    39     39   * Added a "Subscribe" or "Unsubscribe" item to the right-click menu of threads in channel/message log views.
    40     40   * Added the name of the team/workspace to the threads overview tab title.
    41     41   * Fixed the read/unread indicators in channels sometimes not having their synchronized state sent back to the server.
    42     42       * This could occur with the combination of briefly navigating to and away from a channel and when no new messages were sent in that channel (from any user) for the duration of the session.