jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/867163 )
Change subject: [doc] Update ROADMAP.rst and HISTORY.rst ...................................................................... [doc] Update ROADMAP.rst and HISTORY.rst Change-Id: I0ef5c1bfe09b4ab0bd56d755631e3f60420e3c65 --- M ROADMAP.rst M HISTORY.rst 2 files changed, 21 insertions(+), 5 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/HISTORY.rst b/HISTORY.rst index f1eeda2..694c539 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ Release history =============== +7.7.2 +----- +*03 December 2022* + +* Fix :class:`textlib.TimeStripper` for ``vi`` site code (:phab:`T324310`) + 7.7.1 ----- diff --git a/ROADMAP.rst b/ROADMAP.rst index 7a3b1ae..a4958c6 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,9 @@ Current release 8.0.0 --------------------- +* Create a cookie file for each account (:phab:`T324000`) +* Move data.api._login.LoginManager to :class:`login.ClientLoginManager` +* Unquote title for red-links in class:`proofreadpage.IndexPage` * Let user the choice which section to be copied with :mod:`generate_user_files <pywikibot.scripts.generate_user_files>` (:phab:`T145372`) * use :func:`roundrobin_generators<tools.itertools.roundrobin_generators>` to combine generators @@ -40,6 +43,9 @@ Deprecations ------------ +* 8.0.0: :meth:`LoginManager.get_login_token<login.ClientLoginManager.get_login_token>` was + replaced by ``login.ClientLoginManager.site.tokens['login']`` +* 8.0.0: ``data.api.LoginManager()`` is deprecated in favour of :class:`login.ClientLoginManager` * 8.0.0: :meth:`APISite.messages()<pywikibot.site._apisite.APISite.messages>` method is deprecated in favour of :attr:`userinfo['messages']<pywikibot.site._apisite.APISite.userinfo>` * 8.0.0: :meth:`Page.editTime()<page.BasePage.editTime>` method is deprecated and should be replaced by @@ -73,9 +79,4 @@ * 6.2.0: Throttle.multiplydelay attribute is deprecated * 6.2.0: SequenceOutputter.format_list() is deprecated in favour of 'out' property * 6.0.0: config.register_family_file() is deprecated - - -Will be removed in Pywikibot 8 -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - * 5.5.0: APISite.redirectRegex() will be removed in favour of APISite.redirect_regex() -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/867163 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I0ef5c1bfe09b4ab0bd56d755631e3f60420e3c65 Gerrit-Change-Number: 867163 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
