mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Release: fix bumping the version in the changelog
This commit is contained in:
parent
c6c4afa543
commit
aa0db049a5
2 changed files with 7 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Changelog goes here! Please add your entry to the bottom of one of the lists below!
|
||||||
|
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Changelog goes here! Please add your entry to the bottom of one of the lists below!
|
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
* New template function added: ``%capitalize``. Converts the first letter of
|
* New template function added: ``%capitalize``. Converts the first letter of
|
||||||
|
|
@ -14,7 +14,7 @@ New features:
|
||||||
`beet list -a title:something` or `beet list artpath:cover`. Consequently
|
`beet list -a title:something` or `beet list artpath:cover`. Consequently
|
||||||
album queries involving `path` field have been sped up, like `beet list -a
|
album queries involving `path` field have been sped up, like `beet list -a
|
||||||
path:/path/`.
|
path:/path/`.
|
||||||
* New `keep_in_artist` option for the :doc:`plugins/ftintitle` plugin, which
|
* :doc:`plugins/ftintitle`: New `keep_in_artist` option for the plugin, which
|
||||||
allows keeping the "feat." part in the artist metadata while still changing
|
allows keeping the "feat." part in the artist metadata while still changing
|
||||||
the title.
|
the title.
|
||||||
* :doc:`plugins/autobpm`: Add new configuration option ``beat_track_kwargs``
|
* :doc:`plugins/autobpm`: Add new configuration option ``beat_track_kwargs``
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,10 @@ def update_changelog(text: str, new: Version) -> str:
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Changelog goes here! Please add your entry to the bottom of one of the lists below!
|
New features:
|
||||||
|
Bug fixes:
|
||||||
|
For packagers:
|
||||||
|
Other changes:
|
||||||
|
|
||||||
{new_header}
|
{new_header}
|
||||||
{'-' * len(new_header)}
|
{'-' * len(new_header)}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue