Skip to content

Commit

Permalink
[doc] update ROADMAP.rst and CHANGELOG.rst
Browse files Browse the repository at this point in the history
Change-Id: I78b2b1a4ac96e1e344abb8eb46728b360a64f47b
  • Loading branch information
xqt committed Aug 22, 2024
1 parent f58f6cb commit 4bab8db
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.rstcheck.cfg → .rstcheck.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[rstcheck]
ignore_directives=automodule,autoclass,autofunction
ignore_messages=(Undefined substitution referenced: "(release|today|version)")
ignore_roles=api,phab,pylib,source,wiki
6 changes: 5 additions & 1 deletion ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Current Release Changes
=======================

* (no changes yet)
* :func:`diff.get_close_matches_ratio()` function was added
* Initialize super classes of :exc:`EditReplacementError` (:phab:`T212740`)
* Add a hint to import missing module in :mod:`wrapper<pywikibot.scripts.wrapper>` script
* i18n updates

Current Deprecations
====================

* 9.4.0: :mod:`flow` support is deprecated and will be removed (:phab:`T371180`)
* 9.3.0: :meth:`page.BasePage.userName` and :meth:`page.BasePage.isIpEdit` are deprecated in favour of
``user`` or ``anon`` attributes of :attr:`page.BasePage.latest_revision` property
* 9.2.0: Imports of :mod:`logging` functions from :mod:`bot` module is deprecated and will be desupported
Expand Down
15 changes: 15 additions & 0 deletions scripts/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,26 @@ Scripts Changelog
9.4.0
-----

delinker
^^^^^^^^

* Use :pylib:`difflib.get_close_matches()<difflib#difflib.get_close_matches>`
to find the closest image match
* Add ``-category`` option to work from given category and look for the
lastest file deletion first(:phab:`T372206`)
* Check whether image exists first (:phab:`T372106`)

unlink
^^^^^^

* unlink script was recovered

unusedfiles
^^^^^^^^^^^

* L10N updates
* :mod:`flow` support was dropped, it never worked (:phab:`T372477`)


9.3.1
-----
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ deps =
basepython = python3.12
commands =
rstcheck --version
rstcheck -r --report-level WARNING --ignore-roles api,phab,source,wiki .
rstcheck --report-level WARNING -r .
deps =
-rrequirements.txt
-rdocs/requirements.txt
Expand Down

0 comments on commit 4bab8db

Please sign in to comment.