File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Changelog goes here! Please add your entry to the bottom of one of the lists below!
5
+
4
6
Unreleased
5
7
----------
6
8
7
- Changelog goes here! Please add your entry to the bottom of one of the lists below!
8
-
9
9
New features:
10
10
11
11
* New template function added: ``%capitalize ``. Converts the first letter of
@@ -14,7 +14,7 @@ New features:
14
14
`beet list -a title:something ` or `beet list artpath:cover `. Consequently
15
15
album queries involving `path ` field have been sped up, like `beet list -a
16
16
path:/path/ `.
17
- * New `keep_in_artist ` option for the :doc: ` plugins/ftintitle ` plugin, which
17
+ * :doc: ` plugins/ftintitle `: New `keep_in_artist ` option for the plugin, which
18
18
allows keeping the "feat." part in the artist metadata while still changing
19
19
the title.
20
20
* :doc: `plugins/autobpm `: Add new configuration option ``beat_track_kwargs ``
Original file line number Diff line number Diff line change @@ -40,7 +40,10 @@ def update_changelog(text: str, new: Version) -> str:
40
40
Unreleased
41
41
----------
42
42
43
- Changelog goes here! Please add your entry to the bottom of one of the lists below!
43
+ New features:
44
+ Bug fixes:
45
+ For packagers:
46
+ Other changes:
44
47
45
48
{ new_header }
46
49
{ '-' * len (new_header )}
You can’t perform that action at this time.
0 commit comments