diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 14 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 14 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 997e0fd4..1587b1b2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ===================== -0.10.7 - `master`_ +0.10.8 - `master`_ ------------------------------- .. note:: This version is not yet released and is under active development. @@ -10,6 +10,18 @@ Changelog Bugfixes ~~~~~~~~ +- Various systray fixes + +Features +~~~~~~~~ +- Add support for tcp management on openvpn + + +0.10.6 +------------------------------- + +Bugfixes +~~~~~~~~ - `#9278 <https://0xacab.org/leap/bitmask-dev/issues/9278>`_: Workaround for QtWebview bug causing a crash. Misc diff --git a/docs/conf.py b/docs/conf.py index dc1f55e1..2afb2625 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ author = u'LEAP Encryption Access Project' # The short X.Y version. version = u'0.10' # The full version, including alpha/beta/rc tags. -release = u'0.10.6' +release = u'0.10.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |