diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-09 13:43:05 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-09 17:49:21 +0100 |
commit | 261399e32c72295f238a387bcaa0f50fb76da9ed (patch) | |
tree | a07eb6e1ba4d18c13cb2ac3c793f4163b6b4acec /docs/changelog.rst | |
parent | 7a681b084a9d74bb8f37d93a97ded795a175a5f0 (diff) |
[bug] add missing libs to pyinstaller for qtwebengine
- Resolves: #9191
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 975cc9a1..60f756f8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,10 +11,12 @@ Features - `#9074 <https://0xacab.org/leap/bitmask-dev/issues/9074>`_: pin provider ca certs. - `#6914 <https://0xacab.org/leap/bitmask-dev/issues/6914>`_: expose an API to retrive message status. - `#9188 <https://0xacab.org/leap/bitmask-dev/issues/9188>`_: try other gateways if the main one fails. +- `#9125 <https://0xacab.org/leap/bitmask-dev/issues/9125>`_: port to use qtwebengine for rendering UI. - Set a windows title, so that Bitmask windows can be programmatically manipulated. Bugfixes ~~~~~~~~ +- `#9191 <https://0xacab.org/leap/bitmask-dev/issues/9191>`_: workaround for missing libs needed for qtwebengine. - `#9171 <https://0xacab.org/leap/bitmask-dev/issues/9171>`_: fix a bug in bootstrap that avoided more than one user to login. - `#9165 <https://0xacab.org/leap/bitmask-dev/issues/9165>`_: deprecate pyqt5-webkit, use qtwebengine instead. |