Skip to content

Commit 331d50d

Browse files
committed
Finish changelog for 1.3.10 release
1 parent 59f5fc7 commit 331d50d

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

docs/changelog.rst

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,48 @@
11
Changelog
22
=========
33

4-
1.3.10 (in development)
5-
-----------------------
4+
1.3.10 (January 5, 2015)
5+
------------------------
6+
7+
This version adds a healthy helping of new features and fixes a critical
8+
MPEG-4--related bug. There are more lyrics sources, there new plugins for
9+
managing permissions and integrating with `Plex`_, and the importer has a new
10+
``--pretend`` flag that shows which music *would* be imported.
611

712
One backwards-compatibility note: the :doc:`/plugins/lyrics` now requires the
813
`requests`_ library. If you use this plugin, you will need to install the
914
library by typing ``pip install requests`` or the equivalent for your OS.
1015

11-
New:
16+
Also, as an advance warning, this will be one of the last releases to support
17+
Python 2.6. If you have a system that cannot run Python 2.7, please consider
18+
upgrading soon.
19+
20+
The new features are:
1221

13-
* :doc:`/plugins/lyrics`: Add `Musixmatch`_ source and introduce a new
14-
``sources`` config option that lets you choose exactly where to look for
15-
lyrics and in which order.
16-
* :doc:`/plugins/lyrics`: Add brazilian and hispanic sources to Google custom
17-
search engine.
1822
* A new :doc:`/plugins/permissions` makes it easy to fix permissions on music
1923
files as they are imported. Thanks to :user:`xsteadfastx`. :bug:`1098`
2024
* A new :doc:`/plugins/plexupdate` lets you notify a `Plex`_ server when the
2125
database changes. Thanks again to xsteadfastx. :bug:`1120`
26+
* The :ref:`import-cmd` command now has a ``--pretend`` flag that lists the
27+
files that will be imported. Thanks to :user:`mried`. :bug:`1162`
28+
* :doc:`/plugins/lyrics`: Add `Musixmatch`_ source and introduce a new
29+
``sources`` config option that lets you choose exactly where to look for
30+
lyrics and in which order.
31+
* :doc:`/plugins/lyrics`: Add Brazilian and Spanish sources to Google custom
32+
search engine.
2233
* Add a warning when importing a directory that contains no music. :bug:`1116`
2334
:bug:`1127`
2435
* :doc:`/plugins/zero`: Can now remove embedded images. :bug:`1129` :bug:`1100`
2536
* The :ref:`config-cmd` command can now be used to edit the configuration even
2637
when it has syntax errors. :bug:`1123` :bug:`1128`
2738
* :doc:`/plugins/lyrics`: Added a new ``force`` config option. :bug:`1150`
28-
* The :ref:`import-cmd` command now has a ``--pretend`` flag that lists the
29-
files that will be imported. Thanks to :user:`mried`. :bug:`1162`
3039

31-
Fixed:
40+
As usual, there are loads of little fixes and improvements:
3241

33-
* :doc:`/plugins/lyrics`: Avoid fetching truncated lyrics from the Google
34-
backed by merging text blocks separated by empty ``<div>`` before scraping.
3542
* Fix a new crash with the latest version of Mutagen (1.26).
43+
* :doc:`/plugins/lyrics`: Avoid fetching truncated lyrics from the Google
44+
backed by merging text blocks separated by empty ``<div>`` tags before
45+
scraping.
3646
* We now print a better error message when the database file is corrupted.
3747
* :doc:`/plugins/discogs`: Only prompt for authentication when running the
3848
:ref:`import-cmd` command. :bug:`1123`

0 commit comments

Comments
 (0)