diff --git a/ROADMAP.rst b/ROADMAP.rst index f76a3c3cb9..b706a44562 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,18 @@ Current Release Changes ======================= +* Add support for idwikivoyage (:phab:`T381082`) +* Add docstrings of :class:`tools.classproperty` methods (:phab:`T380628`) +* Site property :attr:`BaseSite.codes` was added (:phab:`T380606`) +* Increase *leeway* parameter of :meth:`login.OauthLoginManager.identity` (:phab:`T380270`) +* Show a warning if *ignore_extension* parameter of :class:`pywikibot.FilePage` was set and the extension is invalid +* Remove old code of Python 3.2 or older in :func:`tools.chars.replace_invisible` due to :pep:`393` +* use :meth:`BasePage.autoFormat()` instead of :func:`date.getAutoFormat` in + :mod:`titletranslate` +* Upcast :class:`pywikibot.Page` to :class:`pywikibot.FilePage` in :meth:`PageGenerator.result() + ` if ``imageinfo`` is given (:phab:`T379513`) +* Update oauth requirements +* i18n-updates * Implement param *with_sort_key* in :meth:`page.BasePage.categories` (:phab:`T75561`) * Python 3.7 support will be discontinued and probably this is the last version supporting it * Add :meth:`page.BasePage.get_revision` method @@ -12,6 +24,8 @@ Current Release Changes Current Deprecations ==================== +* 9.6.0: :meth:`BaseSite.languages()` will be removed in favour of + :attr:`BaseSite.codes` * 9.5.0: :meth:`DataSite.getPropertyType()` will be removed in favour of :meth:`DataSite.get_property_type()` * 9.4.0: :mod:`flow` support is deprecated and will be removed (:phab:`T371180`)