@@ -7,10 +7,20 @@ Unreleased
7
7
----------
8
8
9
9
New features:
10
+
11
+ * :doc: `/plugins/substitute `: Allow the replacement string to use capture groups
12
+ from the match. It is thus possible to create more general rules, applying to
13
+ many different artists at once.
14
+
10
15
Bug fixes:
11
16
For packagers:
17
+
12
18
Other changes:
13
19
20
+ * Changed `bitesize ` label to `good first issue `. Our
21
+ [contribute](https://github.com/beetbox/beets/contribute) page is now
22
+ automatically populated with these issues. :bug: `4855 `
23
+
14
24
2.1.0 (November 22, 2024)
15
25
-------------------------
16
26
@@ -31,9 +41,6 @@ New features:
31
41
* Beets now uses ``platformdirs `` to determine the default music directory.
32
42
This location varies between systems -- for example, users can configure it
33
43
on Unix systems via ``user-dirs.dirs(5) ``.
34
- * :doc: `/plugins/substitute `: Allow the replacement string to use capture groups
35
- from the match. It is thus possible to create more general rules, applying to
36
- many different artists at once.
37
44
38
45
Bug fixes:
39
46
@@ -103,9 +110,6 @@ Other changes:
103
110
calculate the bpm. Previously this import was being done immediately, so
104
111
every ``beet `` invocation was being delayed by a couple of seconds.
105
112
:bug: `5185 `
106
- * Changed `bitesize ` label to `good first issue `. Our
107
- [contribute](https://github.com/beetbox/beets/contribute) page is now
108
- automatically populated with these issues. :bug: `4855 `
109
113
110
114
2.0.0 (May 30, 2024)
111
115
--------------------
0 commit comments