|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
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. |
6 | 11 |
|
7 | 12 | One backwards-compatibility note: the :doc:`/plugins/lyrics` now requires the
|
8 | 13 | `requests`_ library. If you use this plugin, you will need to install the
|
9 | 14 | library by typing ``pip install requests`` or the equivalent for your OS.
|
10 | 15 |
|
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: |
12 | 21 |
|
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. |
18 | 22 | * A new :doc:`/plugins/permissions` makes it easy to fix permissions on music
|
19 | 23 | files as they are imported. Thanks to :user:`xsteadfastx`. :bug:`1098`
|
20 | 24 | * A new :doc:`/plugins/plexupdate` lets you notify a `Plex`_ server when the
|
21 | 25 | 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. |
22 | 33 | * Add a warning when importing a directory that contains no music. :bug:`1116`
|
23 | 34 | :bug:`1127`
|
24 | 35 | * :doc:`/plugins/zero`: Can now remove embedded images. :bug:`1129` :bug:`1100`
|
25 | 36 | * The :ref:`config-cmd` command can now be used to edit the configuration even
|
26 | 37 | when it has syntax errors. :bug:`1123` :bug:`1128`
|
27 | 38 | * :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` |
30 | 39 |
|
31 |
| -Fixed: |
| 40 | +As usual, there are loads of little fixes and improvements: |
32 | 41 |
|
33 |
| -* :doc:`/plugins/lyrics`: Avoid fetching truncated lyrics from the Google |
34 |
| - backed by merging text blocks separated by empty ``<div>`` before scraping. |
35 | 42 | * 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. |
36 | 46 | * We now print a better error message when the database file is corrupted.
|
37 | 47 | * :doc:`/plugins/discogs`: Only prompt for authentication when running the
|
38 | 48 | :ref:`import-cmd` command. :bug:`1123`
|
|
0 commit comments