jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1017512?usp=email )
Change subject: [doc] update ROADMAP.rst ...................................................................... [doc] update ROADMAP.rst Change-Id: I992550ef6b9b82e3819a48b44599485c42bc2b0a --- M ROADMAP.rst 1 file changed, 17 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index b00b932..850f0a3 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,14 @@ Current release --------------- -* (no changes yet) +* File title of :class:`specialbots.UploadRobot` must have a valid file extension (:phab:`T345786`) +* Add a :attr:`post_processor<specialbots.UploadRobot.post_processor>` attribute to :class:`specialbots.UploadRobot` + which can be called after each upload (:phab:`T359766`) +* Avoid using :meth:`pywikibot.handle_args` in private scripts; + use :mod:`pwb<pywikibot.scripts.wrapper>` wrapper instead (:phab:`T359766`) +* Show upload count with :class:`specialbots.UploadRobot` +* Use the same ``iiprop`` properties in :class:`data.api.PageGenerator` as in + :meth:`APISite.loadimageinfo<pywikibot.site._apisite.APISite.loadimageinfo>` (:phab:`T360093`) Deprecations ------------ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1017512?usp=email 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: I992550ef6b9b82e3819a48b44599485c42bc2b0a Gerrit-Change-Number: 1017512 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org