jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/776277 )
Change subject: [doc] update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] update ROADMAP.rst and CHANGELOG.md Change-Id: Id242dffee1bda2b282fdd9b3236c7d65f255a8da --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 17 insertions(+), 4 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index 9228d67..135031e 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,9 @@ -Current release changes -^^^^^^^^^^^^^^^^^^^^^^^ +Current release 7.2.0 +^^^^^^^^^^^^^^^^^^^^^ +* Add Lexeme support for Lexicographical data (:phab:`T189321`) +* enable all parameters of `APISite.imageusage()` with `FilePage.usingPages()` +* Don't raise `NoPageError` with `file_is_shared` (:phab:`T305182`) * Fix URL of GoogleOCR * Handle ratelimit with purgepages() (:phab:`T152597`) * Add movesubpages parameter to Page.move() and APISite.movepage() (:phab:`T57084`) @@ -10,6 +13,7 @@ Deprecations ^^^^^^^^^^^^ +* 8.0.0: Python 3.5 support will be dropped (:phab:`T301908`) * 7.1.0: win32_unicode.py will be removed with Pywikibot 8 * 7.1.0: Unused `get_redirect` parameter of Page.getOldVersion() will be removed * 7.1.0: APISite._simple_request() will be removed in favour of APISite.simple_request() diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 4fe4076..d94ab3f 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,10 +1,19 @@ # Scripts Changelog -## 7.1.0 +## 7.2.0 *In development* +### checkimages +* Use `itertools.zip_longest` to find the most important image -## 7.2.0 +### image +* Fix image regex (:phab:`T305226`, :phab:`T305227`) + +### reflinks +* Fix cp encodings (:phab:`T304830`) + + +## 7.1.0 *26 March 2022* ### fixing_redirects -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/776277 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: Id242dffee1bda2b282fdd9b3236c7d65f255a8da Gerrit-Change-Number: 776277 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[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]
