diff --git a/ROADMAP.rst b/ROADMAP.rst index 42ac05d056..69361802cd 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,18 @@ Current release --------------- +* Add a pagegenerators filter option to check if a page is redirect (:phab:`T261549`) +* Add support for ``vikidia:nl`` site +* Replace MediaWiki API deprecated ``inprop=preload`` with ``preloadcontent`` (:phab:`T348910`) +* Remove check for purge right from APISite.purgepages (:phab:`T349348`) +* Add MediaInfo editLabels, AddClaim and removeClaim functions (:phab:`T348422`) +* Drop unused ``Family.use_hard_category_redirects`` (:phab:`T348953`) +* No longer drop site decorators for optimized codes (:phab:`T74424`) +* Improve handling of uninitialized MediaInfo +* Add support for ``vikidia:ar`` site +* Make exception about missing mediainfo more friendly +* L10N and i18n updates +* Give visible error to user when there are no rights (:phab:`T345342`) * **Python 3.6 support will be discontinued** and this is the last version supporting it. diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index f87830daf7..bdc4501e7e 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,6 +1,19 @@ Scripts Changelog ================= +8.5.0 +----- + +category_graph +~~~~~~~~~~~~~~ + +* Change category output string to format string (:phab:`T348709`) + +commonscat +~~~~~~~~~~ + +* Fix skip page template parameter check (:phab:`T106952`) + 8.4.0 -----