@@ -113,14 +113,19 @@ And many improvements to existing plugins:
113
113
114
114
Some improvements have been focused on improving beets' performance:
115
115
116
- * Querying the library is now faster because we only convert fields that need
117
- to be displayed.
118
- Thanks to :user: `pprkut `.
119
- :bug: `3089 `
120
- * Another query optimization works by compiling templates once and reusing
121
- them instead of recompiling them to print out each matching object.
122
- Thanks to :user: `SimonPersson `.
123
- :bug: `3258 `
116
+ * Querying the library is now faster:
117
+ * We only convert fields that need to be displayed.
118
+ Thanks to :user: `pprkut `.
119
+ :bug: `3089 `
120
+ * We now compile templates once and reuse them instead of recompiling them
121
+ to print out each matching object.
122
+ Thanks to :user: `SimonPersson `.
123
+ :bug: `3258 `
124
+ * Querying the library for items is now faster, for all queries that do not
125
+ need to access album level properties. This was implemented by lazily
126
+ fetching the album only when needed.
127
+ Thanks to :user: `SimonPersson `.
128
+ :bug: `3260 `
124
129
* :doc: `/plugins/absubmit `, :doc: `/plugins/badfiles `: Analysis now works in
125
130
parallel (on Python 3 only).
126
131
Thanks to :user: `bemeurer `.
@@ -130,10 +135,6 @@ Some improvements have been focused on improving beets' performance:
130
135
is long.
131
136
Thanks to :user: `ray66 `.
132
137
:bug: `3207 ` :bug: `2752 `
133
- * Querying the library for items is now faster, for all queries that do not need
134
- to access album level properties. This was implemented by lazily fetching the
135
- album only when needed.
136
- Thanks to :user: `SimonPersson `.
137
138
138
139
Several improvements are related to usability:
139
140
0 commit comments