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

Changes to "Changelog" between 2019-09-01 23:02:30 and 2019-09-13 09:40:31

            1  +Ripcord version 0.4.16 (2019-9-13)
            2  +----------------------------------
            3  +
            4  +### General
            5  +
            6  +* Tweaked sizes of icons in the sidebar (the small icons, like the lock symbol, microphone, etc.) to be slightly larger.
            7  +    * The new icon set has slightly smaller icon main shapes by default, so this change brings the indicator icons in the sidebar back to roughly the same size as they were before the new icon set was adopted.
            8  +* Changed Event Log view toolbar buttons to be narrower.
            9  +* Changed some of the icons in the Event Log view to make better use of the new icon set.
           10  +* Fixed header text in the Event Log not being center aligned.
           11  +* Tweaked icon color in the default Polar light color scheme.
           12  +* Tweaked the color of disabled text in the default Stealth dark color scheme.
           13  +* Tweaked the way tab frames are drawn to make it easier to distinguish between the foreground and background tabs.
           14  +    * The background tabs no longer have a subtle edge highlight on them.
           15  +* Changed the generic emoji face icon in the toolbar to a coffee mug.
           16  +    * Faces are out. Coffee is in.
           17  +* Fixed alignment of the right-arrow icon in the toolbar extension overflow button.
           18  +
           19  +### Slack
           20  +
           21  +* Overhauled the "All Threads" tab/view.
           22  +    * Now just called "Threads" or "threads overview."
           23  +    * Narrow row height to a single line.
           24  +    * Only threads that you are involved with or subscribed to are shown.
           25  +    * A "Fetching..." indicator is shown when the data is be re-fetched from the server.
           26  +    * Much more accurate tracking of thread state, new messages, unread count, etc.
           27  +    * Threads list is now sorted by most recent activity/reply.
           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.
           33  +    * Threads list now remembers which threads were selected when navigating away and then back.
           34  +        * The scroll position of the threads list is also saved.
           35  +* Greatly improved the accuracy and synchronization of unread states of threads.
           36  +    * Tabs of threads should now always show when you have unread messages in them.
           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  +* Added an unread indicator in the sidebar on the "Threads" item for the number of threads with unread messages.
           39  +* Added a "Subscribe" or "Unsubscribe" item to the right-click menu of threads in channel/message log views.
           40  +* Added the name of the team/workspace to the threads overview tab title.
           41  +* Fixed the read/unread indicators in channels sometimes not having their synchronized state sent back to the server.
           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.
           43  +* Added some minor optimizations when drawing long lists of users in the sidebar and other list views.
           44  +* Updated HAR ("Import from browser") account importing logic to deal with changes to the HAR files created by Chrome and Chromium in certain Slack workspaces.
           45  +
           46  +### Discord
           47  +
           48  +* Added ability to filter the ignored users list.
           49  +* Fixed editing a role's name not allowing changes to be applied until some other edit had been performed as well.
           50  +* Fixed disclosure icons for channel categories in the sidebar being incorrect or invisible.
           51  +* Added better connected/disconnected account state display in the accounts list view.
           52  +    * Previously, an account that was connecting/disconnecting would have shown "Connected" before it was actually fully connected.
           53  +
           54  +### Linux
           55  +
           56  +* "Unbundled" Ripcord: added a workaround for crashes caused by distro-provided Qt binaries and plugins at startup (when not using the AppImage.)
           57  +    * 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  +    * 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  +    * This component was injecting itself into the process (probably by the plugin mechanism) and crashing during initialization.
           60  +    * It appears to be triggered by the application QPalette being set before QApplication has been constructed.
           61  +    * Ripcord on Linux will now attempt to work around this by delaying the palette and theming initialization.
           62  +
           63  +
     1     64   Ripcord version 0.4.15 (2019-9-1)
     2     65   ---------------------------------
     3     66   
     4     67   ### General
     5     68   
     6     69   * Added right-click (or on Mac, Ctrl-click) context menu to tabs.
     7     70   * Added "reopen closed tabs" feature, available on Ctrl-Shift-T (on Mac, Cmd-Shift-T), or from the "View" menu, or in the tab context menu.