@@ -4,32 +4,36 @@ Changelog
4
4
1.3.15 (in development)
5
5
-----------------------
6
6
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:
8
19
9
20
* Add new color aliases for standard terminal color names (e.g., cyan and
10
21
magenta). Thanks to :user: `mathstuf `. :bug: `1548 `
11
22
* :doc: `/plugins/play `: A new ``--args `` option lets you specify options for
12
23
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 `
15
24
* :doc: `/plugins/play `: A new ``raw `` configuration option lets the command
16
25
work with players (such as VLC) that expect music filenames as arguments,
17
26
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 `
18
29
* :doc: `/plugins/embedart `: A new ``remove_art_file `` option lets you clean up
19
30
if you prefer *only * embedded album art. Thanks to :user: `jackwilsdon `.
20
31
: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 `
23
32
* :doc: `/plugins/plexupdate `: A new ``library_name `` option allows you to select
24
33
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.
31
35
32
- Fixes :
36
+ This release has plenty of fixes :
33
37
34
38
* :doc: `/plugins/lastgenre `: Fix a bug that prevented tag popularity from
35
39
being considered. Thanks to :user: `svoos `. :bug: `1559 `
@@ -53,12 +57,13 @@ Fixes:
53
57
encounters an error. :bug: `1592 `
54
58
* The case sensitivity of path queries is more useful now: rather than just
55
59
guessing based on the platform, we now check the case sensitivity of your
56
- particular filesystem. :bug: `1586 `
60
+ filesystem. :bug: `1586 `
57
61
* Case-insensitive path queries might have returned nothing because of a
58
62
wrong SQL query.
59
63
* Fix a crash when a query contains a "+" or "-" alone in a component.
60
64
: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 `
62
67
63
68
64
69
1.3.14 (August 2, 2015)
0 commit comments