jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1141524?usp=email )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.rst ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.rst Change-Id: If18d8ad41d21f8685146fe89fb4301924b4942aa --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 27 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 953470c..478330b 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,13 @@ Current Release Changes ======================= +* Retieve charset from accept-charset header entry in :func:`comms.http._decide_encoding` (:phab:`T392345`) +* Skip :meth:`CosmeticChangesToolkit.removeEmptySections() + <cosmetic_changes.CosmeticChangesToolkit.removeEmptySections>` if section length is too less (:phab:`T391776`) +* Add support for nupwiki (:phab:`T390713`) +* i18n updates +* No longer follow redirects in :func:`bot.open_webbrowser` (:phab:`T390447`) +* Update closed and removed wikis (:phab:`T390732`) * *page* parameter was added to :meth:`site.recentchanges() <pywikibot.site._generators.GeneratorsMixin.recentchanges>` * googlesearch-python package is required for :class:`pagegenerators.GoogleSearchPageGenerator` diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 3ec3911..e141564 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,6 +1,26 @@ Scripts Changelog ================= +10.1.0 +------ + +* i18n updates + +solve_disambiguation +^^^^^^^^^^^^^^^^^^^^ + +* adjust read/write counter + +replace +^^^^^^^ + +* After browser call, the script affects the possibly changed text (:phab:`T389166`) + +welcome +^^^^^^^ + +* L10N updates + 10.0.0 ------ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1141524?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: If18d8ad41d21f8685146fe89fb4301924b4942aa Gerrit-Change-Number: 1141524 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org