Skip to content

Commit 9524ddc

Browse files
committed
Clean up changelog for 1.3.15 release
1 parent 0b3ecfc commit 9524ddc

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

docs/changelog.rst

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,36 @@ Changelog
44
1.3.15 (in development)
55
-----------------------
66

7-
The new features:
7+
This release adds a new plugin for checking file quality and a new source for
8+
lyrics. The larger features are:
9+
10+
* A new :doc:`/plugins/badfiles` helps you scan for corruption in your music
11+
collection. Thanks to :user:`fxthomas`. :bug:`1568`
12+
* :doc:`/plugins/lyrics`: You can now fetch lyrics from Genius.com.
13+
Thanks to :user:`sadatay`. :bug:`1626` :bug:`1639`
14+
* :doc:`/plugins/zero`: The plugin can now use a "whitelist" policy as an
15+
alternative to the (default) "blacklist" mode. Thanks to :user:`adkow`.
16+
:bug:`1621` :bug:`1641`
17+
18+
And there are smaller new features too:
819

920
* Add new color aliases for standard terminal color names (e.g., cyan and
1021
magenta). Thanks to :user:`mathstuf`. :bug:`1548`
1122
* :doc:`/plugins/play`: A new ``--args`` option lets you specify options for
1223
the player command. :bug:`1532`
13-
* A new :doc:`/plugins/badfiles` helps you scan for corruption in your music
14-
collection. Thanks to :user:`fxthomas`. :bug:`1568`
1524
* :doc:`/plugins/play`: A new ``raw`` configuration option lets the command
1625
work with players (such as VLC) that expect music filenames as arguments,
1726
rather than in a playlist. Thanks to :user:`nathdwek`. :bug:`1578`
27+
* :doc:`/plugins/play`: You can now configure the number of tracks that
28+
trigger a "lots of music" warning. :bug:`1577`
1829
* :doc:`/plugins/embedart`: A new ``remove_art_file`` option lets you clean up
1930
if you prefer *only* embedded album art. Thanks to :user:`jackwilsdon`.
2031
:bug:`1591` :bug:`733`
21-
* :doc:`/plugins/play`: You can now configure the number of tracks that
22-
trigger a "lots of music" warning. :bug:`1577`
2332
* :doc:`/plugins/plexupdate`: A new ``library_name`` option allows you to select
2433
which Plex library to update. :bug:`1572` :bug:`1595`
25-
* Add new `include` config option to allow including external config files.
26-
* :doc:`/plugins/zero`: The plugin can now use a "whitelist" policy as an
27-
alternative to the (default) "blacklist" mode. Thanks to :user:`adkow`.
28-
:bug:`1621` :bug:`1641`
29-
* :doc:`/plugins/lyrics`: Genius.com is now a source for lyrics. Thanks to
30-
:user:`sadatay`. :bug:`1626` :bug:`1639`
34+
* A new ``include`` option lets you import external configuration files.
3135

32-
Fixes:
36+
This release has plenty of fixes:
3337

3438
* :doc:`/plugins/lastgenre`: Fix a bug that prevented tag popularity from
3539
being considered. Thanks to :user:`svoos`. :bug:`1559`
@@ -53,12 +57,13 @@ Fixes:
5357
encounters an error. :bug:`1592`
5458
* The case sensitivity of path queries is more useful now: rather than just
5559
guessing based on the platform, we now check the case sensitivity of your
56-
particular filesystem. :bug:`1586`
60+
filesystem. :bug:`1586`
5761
* Case-insensitive path queries might have returned nothing because of a
5862
wrong SQL query.
5963
* Fix a crash when a query contains a "+" or "-" alone in a component.
6064
:bug:`1605`
61-
* Fixed unit of file size to MiB, GiB, etc. instead of MB, GB, etc. :bug:`1623`
65+
* Fixed unit of file size to powers of two (MiB, GiB, etc.) instead of powers
66+
of ten (MB, GB, etc.). :bug:`1623`
6267

6368

6469
1.3.14 (August 2, 2015)

0 commit comments

Comments
 (0)