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

Changes to "Changelog" between 2019-09-13 09:51:12 and 2019-09-13 09:53:43

    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     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         -    * Added: unsubscribe from threads in the list.
    30         -    * Added: open selected threads in new tabs.
    31         -    * Added: mark selected threads as read.
    32         -    * Added: mark all threads as read.
           29  +    * Added actions available in the toolbar, context menu and menu bar:
           30  +        * Unsubscribe from threads in the list.
           31  +        * Open selected threads in new tabs.
           32  +        * Mark selected threads as read.
           33  +        * Mark all threads as read.
    33     34       * Threads list now remembers which threads were selected when navigating away and then back.
    34     35           * The scroll position of the threads list is also saved.
    35     36   * Improved the accuracy and synchronization of unread states of threads.
    36     37       * Tabs of threads should now always show when you have unread messages in them.
    37     38       * 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     39   * Added an unread indicator in the sidebar on the "Threads" item for the number of threads with unread messages.
    39     40   * Added a "Subscribe" or "Unsubscribe" item to the right-click menu of threads in channel/message log views.
................................................................................
    55     56   
    56     57   * "Unbundled" Ripcord: added a workaround for crashes caused by distro-provided Qt binaries and plugins at startup (when not using the AppImage.)
    57     58       * A recent change to Qt on Linux was causing Ripcord to crash on startup when using various Qt binaries and plugins provided by distros instead of the ones bundled in the AppImage.
    58     59       * The culprit has not been identified. However, it appears to be some Linux-specific platform plugin or component of Qt. It may be an official part of the Qt project, or distro-provided extensions to Qt, or something else.
    59     60       * This component was injecting itself into the process (probably by the plugin mechanism) and crashing during initialization.
    60     61       * It appears to be triggered by the application QPalette being set before QApplication has been constructed.
    61     62       * Ripcord on Linux will now attempt to work around this by delaying the palette and theming initialization.
    62         -
    63     63   
    64     64   Ripcord version 0.4.15 (2019-9-1)
    65     65   ---------------------------------
    66     66   
    67     67   ### General
    68     68   
    69     69   * Added right-click (or on Mac, Ctrl-click) context menu to tabs.