Skip to content

Commit 8eee0bb

Browse files
committed
Slight changelog reordering
1 parent c03e0eb commit 8eee0bb

File tree

1 file changed

+20
-29
lines changed

1 file changed

+20
-29
lines changed

docs/changelog.rst

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,14 @@ Changelog
77
This release now requires Python 3.6 or later (it removes support for Python
88
2.7, 3.4, and 3.5).
99

10-
For packagers:
11-
12-
* As noted above, the minimum Python version is now 3.6.
13-
* We fixed a flaky test, named `test_album_art` in the `test_zero.py` file,
14-
that some distributions had disabled. Disabling this test should no longer
15-
be necessary.
16-
:bug:`4037` :bug:`4038`
17-
* This version of beets no longer depends on the `six`_ library.
18-
:bug:`4030`
19-
* The `gmusic` plugin was removed since Google Play Music has been shut down.
20-
Thus, the optional dependency on `gmusicapi` does not exist anymore.
21-
:bug:`4089`
22-
2310
Major new features:
2411

2512
* Include the genre tags from the release group when the musicbrainz genre
2613
option is set, and sort them by the number of votes. Thanks to
2714
:user:`aereaux`.
28-
2915
* Primary and secondary release types from MusicBrainz are now stored in
3016
``albumtypes`` field. Thanks to :user:`edgars-supe`.
3117
:bug:`2200`
32-
3318
* :doc:`/plugins/albumtypes`: An accompanying plugin for formatting
3419
``albumtypes``. Thanks to :user:`edgars-supe`.
3520

@@ -54,36 +39,42 @@ Other new things:
5439
* New plugin event: ``album_removed``. Called when an album is removed from the
5540
library (even when its file is not deleted from disk).
5641

57-
For plugin developers:
58-
59-
* :py:meth:`beets.library.Item.destination` now accepts a `replacements`
60-
argument to be used in favor of the default.
61-
* Send the `pluginload` event after plugin types and queries are available, not before.
62-
6342
Bug fixes:
6443

6544
* :doc:`/plugins/lyrics`: Fix crash bug when beautifulsoup4 is not installed.
6645
:bug:`4027`
67-
6846
* :doc:`/plugins/discogs`: Adapt regex to new URL format .
6947
:bug: `4080`
70-
7148
* :doc:`/plugins/discogs`: Remove requests ratel imit code from plugin in favor of discogs library built-in capability
7249
:bug: `4108`
73-
7450
* :doc:`/plugins/export`: Fix duplicated output.
75-
7651
* :doc:`/dev/library`: Use slow queries for flexible attributes in aunique.
7752
:bug:`2678` :bug:`3553`
78-
7953
* :doc:`/reference/query`: Use short-circuit evaluation in AndQuery and OrQuery
8054
:bug:`4145`
81-
82-
Fixes:
83-
8455
* :doc:`/plugins/aura`: Fix a potential security hole when serving image
8556
files. :bug:`4160`
8657

58+
For plugin developers:
59+
60+
* :py:meth:`beets.library.Item.destination` now accepts a `replacements`
61+
argument to be used in favor of the default.
62+
* Send the `pluginload` event after plugin types and queries are available, not before.
63+
64+
For packagers:
65+
66+
* As noted above, the minimum Python version is now 3.6.
67+
* We fixed a flaky test, named `test_album_art` in the `test_zero.py` file,
68+
that some distributions had disabled. Disabling this test should no longer
69+
be necessary.
70+
:bug:`4037` :bug:`4038`
71+
* This version of beets no longer depends on the `six`_ library.
72+
:bug:`4030`
73+
* The `gmusic` plugin was removed since Google Play Music has been shut down.
74+
Thus, the optional dependency on `gmusicapi` does not exist anymore.
75+
:bug:`4089`
76+
77+
8778
1.5.0 (August 19, 2021)
8879
-----------------------
8980

0 commit comments

Comments
 (0)