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

Changes to "Changelog" between 2019-03-12 21:43:10 and 2019-04-01 15:26:47

            1  +Ripcord version 0.4.0 (2019-4-1)
            2  +--------------------------------
            3  +
            4  +This release changes Ripcord to use a new custom Qt styling engine, called PhantomStyle. It was designed for Ripcord, but is useful as a general-purpose QStyle for any Qt program. It's released for free as open source on GitHub: [https://github.com/randrew/phantomstyle](https://github.com/randrew/phantomstyle)
            5  +
            6  +* Changed to use a new styling engine, PhantomStyle (was: QFusionStyle)
            7  +* Significantly reduced startup time
            8  +* Significantly reduced memory usage
            9  +* Reduced CPU usage across the board
           10  +* Smoother and more responsive window resizing
           11  +* Fixed many rendering issues in high DPI
           12  +* Custom color themes now behave more predictably (the "button" color is no longer blended with other colors)
           13  +* Menus are no longer excessively wide on Windows and Linux
           14  +* Improved behavior of opening/closing submenus (faster opening/closing, no longer closes when mouse strays outside of the submenu)
           15  +* Alt-key menu navigation is now visualized correctly on Windows and Linux
           16  +* The menu-specific system font is now respected on Windows and Linux
           17  +* The "Go to..." view can now be clicked on with the mouse to activate items
           18  +* Linux: custom QStyle engines can now be used. Set the environment variable `RIPCORD_STYLE_ENGINE=foo` (replace `foo` with the name of the style engine you want to use.)
           19  +* Note: to use QStyle engines installed by your distro, you will need to have Ripcord run using the Qt libraries provided by your distro. This will require extracting Ripcord from the AppImage and ensuring you have all of the required dependencies installed.
           20  +
     1     21   Ripcord version 0.3.13 (2019-3-12)
     2     22   ----------------------------------
     3     23   
     4     24   This release contains a single update to handle changes for Slack username+password sign-in. If you don't use Slack username+password sign-in, you can skip this update.
     5     25   
     6     26   - Slack: updated the username+password sign-in logic to handle changes to the Slack data payloads. This fixes being unable to sign-in or re-authenticate with a username and password, which began occurring a few hours ago. Browser import sign-in was unaffected.
     7     27