diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 952574dce6b1afb80010f18ef81e8b7cd2351bb2..2114c5aba20a0681f5174e9007a43db2dfba7887 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,26 @@ Changelog --------- +0.9.0rc3 September 22 ++++++++++++++++++++++ + +Features +~~~~~~~~ +- `#4284 <https://leap.se/code/issues/4284>`_: Download specific smtp certificate from provider, instead of using the vpn one. +- `#7414 <https://leap.se/code/issues/7414>`_: Remove taskthread dependency, replace with custom (and small) code. +- `#7419 <https://leap.se/code/issues/7419>`_: Load credentials from environment variables and trigger login. + + +Bugfixes +~~~~~~~~ +- `#7415 <https://leap.se/code/issues/7415>`_: Fix wrong argument number on window raise event. +- `#7448 <https://leap.se/code/issues/7448>`_: Fix hangs during logout. +- `#7453 <https://leap.se/code/issues/7453>`_: After a complete sync show the user the amount of unread emails. +- `#7470 <https://leap.se/code/issues/7470>`_: Fix bug with password change. +- `#7474 <https://leap.se/code/issues/7474>`_: Track soledad ready state on a shared place for easy access. Enable password change window. +- Authenticate properly logout calls to API. + + 0.9.0rc2 August 27 ++++++++++++++++++ diff --git a/changes/bug-7415_fix-arguments-on-raise-window-event b/changes/bug-7415_fix-arguments-on-raise-window-event deleted file mode 100644 index a49922c11a2b5ba5e70df17eb08458a0196e1c7b..0000000000000000000000000000000000000000 --- a/changes/bug-7415_fix-arguments-on-raise-window-event +++ /dev/null @@ -1 +0,0 @@ -o Fix wrong argument number on window raise event. Close bug #7415. diff --git a/changes/bug-7453_sync-completed-vs-unread-emails b/changes/bug-7453_sync-completed-vs-unread-emails deleted file mode 100644 index 57a0552fa66618632012aa0d05a81869b98eccc9..0000000000000000000000000000000000000000 --- a/changes/bug-7453_sync-completed-vs-unread-emails +++ /dev/null @@ -1 +0,0 @@ -- After a complete sync show the user the amount of unread emails. Closes bug #7453. diff --git a/changes/bug-7474_handle-soledad-ready-properly b/changes/bug-7474_handle-soledad-ready-properly deleted file mode 100644 index a2b538bfdba1ab362afc052f03c0ad7798ab3b2b..0000000000000000000000000000000000000000 --- a/changes/bug-7474_handle-soledad-ready-properly +++ /dev/null @@ -1 +0,0 @@ -- Track soledad ready state on a shared place for easy access. Enable password change window. Closes bug #7474. diff --git a/changes/bug-fix-logout-auth b/changes/bug-fix-logout-auth deleted file mode 100644 index 0dc09c022fab5492c0247f20c20e16800b942dd9..0000000000000000000000000000000000000000 --- a/changes/bug-fix-logout-auth +++ /dev/null @@ -1 +0,0 @@ -- Authenticate properly logout calls to API. diff --git a/changes/bug_7448-fix-logout-auth b/changes/bug_7448-fix-logout-auth deleted file mode 100644 index 29e69571adbe88791ae37ad71f27ac973189d21f..0000000000000000000000000000000000000000 --- a/changes/bug_7448-fix-logout-auth +++ /dev/null @@ -1 +0,0 @@ -- Fix hangs during logout. Closes: #7448 diff --git a/changes/bug_7470_fix-service-enabled-method b/changes/bug_7470_fix-service-enabled-method deleted file mode 100644 index cc63dc5754dca5fd484d80d3d24a2cf0f57457e6..0000000000000000000000000000000000000000 --- a/changes/bug_7470_fix-service-enabled-method +++ /dev/null @@ -1 +0,0 @@ -- Fix bug with password change. Closes: #7470 diff --git a/changes/feature-7414_remove-taskthread-dependency b/changes/feature-7414_remove-taskthread-dependency deleted file mode 100644 index e209e80ff2c55a1e18f88bfa22166fb78c70909d..0000000000000000000000000000000000000000 --- a/changes/feature-7414_remove-taskthread-dependency +++ /dev/null @@ -1 +0,0 @@ -o Remove taskthread dependency, replace with custom (and small) code. Closes #7414. diff --git a/changes/feature-7419_load-credentials-from-env b/changes/feature-7419_load-credentials-from-env deleted file mode 100644 index 7704df015b8aebfe8b3f885642dc5a7908ebee99..0000000000000000000000000000000000000000 --- a/changes/feature-7419_load-credentials-from-env +++ /dev/null @@ -1 +0,0 @@ -- Load credentials from environment variables and trigger login. Closes feature #7419. diff --git a/changes/feature_4284-download-smtp-certs b/changes/feature_4284-download-smtp-certs deleted file mode 100644 index 929bd858be004d228c611f201f32361ebfb7ff22..0000000000000000000000000000000000000000 --- a/changes/feature_4284-download-smtp-certs +++ /dev/null @@ -1 +0,0 @@ -- Download specific smtp certificate from provider, instead of using the vpn one. Closes: #4284