Skip to content

Commit

Permalink
Finalize changelog for 1.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed May 11, 2014
1 parent 40e1475 commit 55e55a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
Changelog
=========

1.3.6 (in development)
----------------------
1.3.6 (May 10, 2014)
--------------------

This is primarily a bugfix release, but it also brings two new plugins: one
for playing music in desktop players and another for organizing your
directories into "buckets." It also brings huge performance optimizations to
queries---your ``beet ls`` commands will now go much faster.

New features:

* The new :doc:`/plugins/play` lets you start your desktop music player with
the songs that match a query. Thanks to David Hamp-Gonsalves.
* :doc:`/plugins/ftintitle`: A new option lets you remove featured artists
entirely instead of moving them to the title. Thanks to SUTJael.
* Item and album queries are much faster.
* The new :doc:`/plugins/bucket` provides a ``%bucket{}`` function for path
formatting to generate folder names representing ranges of years or initial
letter. Thanks to Fabrice Laporte.
* Item and album queries are much faster.
* :doc:`/plugins/ftintitle`: A new option lets you remove featured artists
entirely instead of moving them to the title. Thanks to SUTJael.

Fixes:
And those all-important bug fixes:

* :doc:`/plugins/mbsync`: Fix a regression in 1.3.5 that broke the plugin
entirely.
Expand All @@ -22,7 +29,7 @@ Fixes:
* Fix encoding-related logging errors in :doc:`/plugins/convert` and
:doc:`/plugins/replaygain`.
* :doc:`/plugins/replaygain`: Suppress a deprecation warning emitted by later
version of PyGI.
versions of PyGI.
* Fix a crash when reading files whose iTunes SoundCheck tags contain
non-ASCII characters.
* The ``%if{}`` template function now appropriately interprets the condition
Expand Down
Empty file modified extra/release.py
100644 → 100755
Empty file.

0 comments on commit 55e55a2

Please sign in to comment.