Skip to content

Commit 44bd499

Browse files
committed
pretty up changelog for 1.3.4 release
1 parent a6de671 commit 44bd499

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

docs/changelog.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
Changelog
22
=========
33

4-
1.3.4 (in development)
5-
----------------------
4+
1.3.4 (April 4, 2014)
5+
---------------------
6+
7+
This release brings a hodgepodge of medium-sized conveniences to beets. A new
8+
:ref:`config-cmd` command manages your configuration, we now have :ref:`bash
9+
completion <completion>`, and the :ref:`modify-cmd` command can delete
10+
attributes. There are also some significant performance optimizations to the
11+
autotagger's matching logic.
612

7-
One note for upgraders: the :doc:`/plugins/fetchart` has a new dependency, the
8-
`requests`_ module.
13+
One note for upgraders: if you use the :doc:`/plugins/fetchart`, it has a new
14+
dependency, the `requests`_ module.
915

1016
New stuff:
1117

@@ -15,13 +21,16 @@ New stuff:
1521
geigerzaehler.
1622
* Beets now ships with a shell command completion script! See
1723
:ref:`completion`. Thanks to geigerzaehler.
24+
* The :ref:`modify-cmd` command now allows removing flexible attributes. For
25+
example, ``beet modify artist:beatles oldies!`` deletes the ``oldies``
26+
attribute from matching items. Thanks to brilnius.
1827
* Internally, beets has laid the groundwork for supporting multi-valued
1928
fields. Thanks to geigerzaehler.
2029
* The importer interface now shows the URL for MusicBrainz matches. Thanks to
2130
johtso.
2231
* :doc:`/plugins/smartplaylist`: Playlists can now be generated from multiple
2332
queries (combined with "or" logic). Album-level queries are also now
24-
possible. Automatic playlist regeneration can now be disabled. Thanks to
33+
possible and automatic playlist regeneration can now be disabled. Thanks to
2534
brilnius.
2635
* :doc:`/plugins/echonest`: Echo Nest similarity now weights the tempo in
2736
better proportion to other metrics. Also, options were added to specify
@@ -32,9 +41,6 @@ New stuff:
3241
* We now only use "primary" aliases for artist names from MusicBrainz. This
3342
eliminates some strange naming that could occur when the `languages` config
3443
option was set. Thanks to Filipe Fortes.
35-
* The :ref:`modify-cmd` command now allows removing flexible attributes. For
36-
example, ``beet modify artist:beatles oldies!`` deletes the ``oldies``
37-
attribute from matching items. Thanks to brilnius.
3844
* The performance of the autotagger's matching mechanism is vastly improved.
3945
This should be noticeable when matching against very large releases such as
4046
box sets.
@@ -60,8 +66,8 @@ Fixes:
6066
* :doc:`/plugins/fetchart`: The plugin now sends "beets" as the User-Agent
6167
when making scraping requests. This helps resolve some blocked requests. The
6268
plugin now also depends on the `requests`_ Python library.
63-
* The :ref:`write-cmd` now only shows the changes to fields that will actually
64-
be written to a file.
69+
* The :ref:`write-cmd` command now only shows the changes to fields that will
70+
actually be written to a file.
6571
* :doc:`/plugins/duplicates`: Spurious reports are now avoided for tracks with
6672
missing values (e.g., no MBIDs). Thanks to Pedro Silva.
6773
* The default :ref:`replace` sanitation options now remove leading whitespace

0 commit comments

Comments
 (0)