summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2015-01-05 12:19:45 -0800
committerAdrian Sampson <adrian@radbox.org>2015-01-05 12:20:33 -0800
commit331d50d6ee7fefd0f474b0105ae1e86621546575 (patch)
treed381873ebdbb542eafa41e94f942f159120c1012
parent59f5fc7f7ff413587299ef648d3ead49fabc84f0 (diff)
Finish changelog for 1.3.10 releasev1.3.10
-rw-r--r--docs/changelog.rst36
1 files changed, 23 insertions, 13 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e9b6123ed..8f4470ddd 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,38 +1,48 @@
Changelog
=========
-1.3.10 (in development)
------------------------
+1.3.10 (January 5, 2015)
+------------------------
+
+This version adds a healthy helping of new features and fixes a critical
+MPEG-4--related bug. There are more lyrics sources, there new plugins for
+managing permissions and integrating with `Plex`_, and the importer has a new
+``--pretend`` flag that shows which music *would* be imported.
One backwards-compatibility note: the :doc:`/plugins/lyrics` now requires the
`requests`_ library. If you use this plugin, you will need to install the
library by typing ``pip install requests`` or the equivalent for your OS.
-New:
+Also, as an advance warning, this will be one of the last releases to support
+Python 2.6. If you have a system that cannot run Python 2.7, please consider
+upgrading soon.
+
+The new features are:
-* :doc:`/plugins/lyrics`: Add `Musixmatch`_ source and introduce a new
- ``sources`` config option that lets you choose exactly where to look for
- lyrics and in which order.
-* :doc:`/plugins/lyrics`: Add brazilian and hispanic sources to Google custom
- search engine.
* A new :doc:`/plugins/permissions` makes it easy to fix permissions on music
files as they are imported. Thanks to :user:`xsteadfastx`. :bug:`1098`
* A new :doc:`/plugins/plexupdate` lets you notify a `Plex`_ server when the
database changes. Thanks again to xsteadfastx. :bug:`1120`
+* The :ref:`import-cmd` command now has a ``--pretend`` flag that lists the
+ files that will be imported. Thanks to :user:`mried`. :bug:`1162`
+* :doc:`/plugins/lyrics`: Add `Musixmatch`_ source and introduce a new
+ ``sources`` config option that lets you choose exactly where to look for
+ lyrics and in which order.
+* :doc:`/plugins/lyrics`: Add Brazilian and Spanish sources to Google custom
+ search engine.
* Add a warning when importing a directory that contains no music. :bug:`1116`
:bug:`1127`
* :doc:`/plugins/zero`: Can now remove embedded images. :bug:`1129` :bug:`1100`
* The :ref:`config-cmd` command can now be used to edit the configuration even
when it has syntax errors. :bug:`1123` :bug:`1128`
* :doc:`/plugins/lyrics`: Added a new ``force`` config option. :bug:`1150`
-* The :ref:`import-cmd` command now has a ``--pretend`` flag that lists the
- files that will be imported. Thanks to :user:`mried`. :bug:`1162`
-Fixed:
+As usual, there are loads of little fixes and improvements:
-* :doc:`/plugins/lyrics`: Avoid fetching truncated lyrics from the Google
- backed by merging text blocks separated by empty ``<div>`` before scraping.
* Fix a new crash with the latest version of Mutagen (1.26).
+* :doc:`/plugins/lyrics`: Avoid fetching truncated lyrics from the Google
+ backed by merging text blocks separated by empty ``<div>`` tags before
+ scraping.
* We now print a better error message when the database file is corrupted.
* :doc:`/plugins/discogs`: Only prompt for authentication when running the
:ref:`import-cmd` command. :bug:`1123`