Skip to content

Commit f5a0246

Browse files
committed
Fixup changelog rst formatting for this and prev version
1 parent 9c4d4d9 commit f5a0246

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

docs/changelog.rst

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ For packagers:
2727

2828
Other changes:
2929

30-
* Changed `bitesize` label to `good first issue`. Our
31-
[contribute](https://github.com/beetbox/beets/contribute) page is now
30+
* Changed `bitesize` label to `good first issue`. Our `contribute`_ page is now
3231
automatically populated with these issues. :bug:`4855`
3332

33+
.. _contribute: https://github.com/beetbox/beets/contribute
34+
3435
2.1.0 (November 22, 2024)
3536
-------------------------
3637

@@ -39,10 +40,10 @@ New features:
3940
* New template function added: ``%capitalize``. Converts the first letter of
4041
the text to uppercase and the rest to lowercase.
4142
* Ability to query albums with track db fields and vice-versa, for example
42-
`beet list -a title:something` or `beet list artpath:cover`. Consequently
43-
album queries involving `path` field have been sped up, like `beet list -a
44-
path:/path/`.
45-
* :doc:`plugins/ftintitle`: New `keep_in_artist` option for the plugin, which
43+
``beet list -a title:something`` or ``beet list artpath:cover``. Consequently
44+
album queries involving ``path`` field have been sped up, like ``beet list -a
45+
path:/path/``.
46+
* :doc:`plugins/ftintitle`: New ``keep_in_artist`` option for the plugin, which
4647
allows keeping the "feat." part in the artist metadata while still changing
4748
the title.
4849
* :doc:`plugins/autobpm`: Add new configuration option ``beat_track_kwargs``
@@ -70,7 +71,7 @@ Bug fixes:
7071
issues in the future.
7172
:bug:`5289`
7273
* :doc:`plugins/discogs`: Fix the ``TypeError`` when there is no description.
73-
* Remove single quotes from all SQL queries
74+
* Use single quotes in all SQL queries
7475
:bug:`4709`
7576
* :doc:`plugins/lyrics`: Update ``tekstowo`` backend to fetch lyrics directly
7677
since recent updates to their website made it unsearchable.
@@ -84,22 +85,22 @@ Bug fixes:
8485
For packagers:
8586

8687
* The minimum supported Python version is now 3.8.
87-
* The `beet` script has been removed from the repository.
88-
* The `typing_extensions` is required for Python 3.10 and below.
88+
* The ``beet`` script has been removed from the repository.
89+
* The ``typing_extensions`` is required for Python 3.10 and below.
8990

9091
Other changes:
9192

92-
* :doc:`contributing`: The project now uses `poetry` for packaging and
93+
* :doc:`contributing`: The project now uses ``poetry`` for packaging and
9394
dependency management. This change affects project management and mostly
9495
affects beets developers. Please see updates in :ref:`getting-the-source` and
9596
:ref:`testing` for more information.
96-
* :doc:`contributing`: Since `poetry` now manages local virtual environments,
97-
`tox` has been replaced by a task runner `poethepoet`. This change affects
97+
* :doc:`contributing`: Since ``poetry`` now manages local virtual environments,
98+
`tox` has been replaced by a task runner ``poethepoet``. This change affects
9899
beets developers and contributors. Please see updates in the
99100
:ref:`development-tools` section for more details. Type ``poe`` while in
100101
the project directory to see the available commands.
101102
* Installation instructions have been made consistent across plugins
102-
documentation. Users should simply install `beets` with an `extra` of the
103+
documentation. Users should simply install ``beets`` with an ``extra`` of the
103104
corresponding plugin name in order to install extra dependencies for that
104105
plugin.
105106
* GitHub workflows have been reorganised for clarity: style, linting, type and
@@ -110,10 +111,10 @@ Other changes:
110111
documentation is changed, and they only check the changed files. When
111112
dependencies are updated (``poetry.lock``), then the entire code base is
112113
checked.
113-
* The long-deprecated `beets.util.confit` module has been removed. This may
114+
* The long-deprecated ``beets.util.confit`` module has been removed. This may
114115
cause extremely outdated external plugins to fail to load.
115-
* :doc:`plugins/autobpm`: Add plugin dependencies to `pyproject.toml` under
116-
the `autobpm` extra and update the plugin installation instructions in the
116+
* :doc:`plugins/autobpm`: Add plugin dependencies to ``pyproject.toml`` under
117+
the ``autobpm`` extra and update the plugin installation instructions in the
117118
docs.
118119
Since importing the bpm calculation functionality from ``librosa`` takes
119120
around 4 seconds, update the plugin to only do so when it actually needs to

0 commit comments

Comments
 (0)