11Changelog
22=========
33
4- 1.3.7 (in development)
5- ----------------------
4+ 1.3.7 (August 22, 2014)
5+ -----------------------
6+
7+ This release of beets fixes all the bugs, and you can be confident that you
8+ will never again find any bugs in beets, ever.
9+ It also adds support for plain old AIFF files and adds three more plugins,
10+ including a nifty one that lets you measure a song's tempo by tapping out the
11+ beat on your keyboard.
12+ The importer deals more elegantly with duplicates and you can broaden your
13+ cover art search to the entire web with Google Image Search.
614
7- New stuff
15+ The big new features are:
816
17+ * Support for AIFF files. Tags are stored as ID3 frames in one of the file's
18+ IFF chunks. Thanks to Evan Purkhiser for contributing support to `Mutagen `_.
919* The new :doc: `/plugins/importadded ` reads files' modification times to set
1020 their "added" date. Thanks to Stig Inge Lea Bjørnsen.
11- * Support for AIFF files. Tags are stored as ID3 frames in one of the file's
12- IFF chunks.
13- * A new :ref: `required ` configuration option for the importer skips matches
14- that are missing certain data. Thanks to oprietop.
1521* The new :doc: `/plugins/bpm ` lets you manually measure the tempo of a playing
1622 song. Thanks to aroquen.
1723* The new :doc: `/plugins/spotify ` generates playlists for your `Spotify `_
1824 account. Thanks to Olin Gay.
25+ * A new :ref: `required ` configuration option for the importer skips matches
26+ that are missing certain data. Thanks to oprietop.
1927* When the importer detects duplicates, it now shows you some details about
2028 the potentially-replaced music so you can make an informed decision. Thanks
2129 to Howard Jones.
30+ * :doc: `/plugins/fetchart `: You can now optionally search for cover art on
31+ Google Image Search. Thanks to Lemutar.
32+ * A new :ref: `asciify-paths ` configuration option replaces all non-ASCII
33+ characters in paths.
2234
35+ .. _Mutagen : https://bitbucket.org/lazka/mutagen
2336.. _Spotify : https://www.spotify.com/
2437
25- Little improvements and fixes:
38+ And the multitude of little improvements and fixes:
2639
40+ * Compatibility with the latest version of `Mutagen `_, 1.23.
2741* :doc: `/plugins/web `: Lyrics now display readably with correct line breaks.
2842 Also, the detail view scrolls to reveal all of the lyrics. Thanks to Meet
2943 Udeshi.
30- * Compatibility with the latest version of Mutagen, 1.23.
31- * :doc: `/plugins/fetchart `: You can now optionally search for cover art on
32- Google Image Search. Thanks to Lemutar.
3344* :doc: `/plugins/play `: The ``command `` config option can now contain
3445 arguments (rather than just an executable). Thanks to Alessandro Ghedini.
3546* Fix an error when using the :ref: `modify-cmd ` command to remove a flexible
@@ -51,11 +62,11 @@ Little improvements and fixes:
5162* Don't display changes for fields that are not in the restricted field set.
5263 This fixes :ref: `write-cmd ` showing changes for fields that are not written
5364 to the file.
54- * :ref: `write-cmd ` command: Don't display the item name if there are no
55- changes for it.
56- * When using both :doc: `/plugins/convert ` and :doc: `/plugins/scrub `, avoid
57- scrubbing the source file of conversions. (Fix a regression introduced in
58- the previous release.)
65+ * The :ref: `write-cmd ` command avoids displaying the item name if there are
66+ no changes for it.
67+ * When using both the :doc: `/plugins/convert ` and the :doc: `/plugins/scrub `,
68+ avoid scrubbing the source file of conversions. (Fix a regression introduced
69+ in the previous release.)
5970* :doc: `/plugins/replaygain `: Logging is now quieter during import. Thanks to
6071 Yevgeny Bezman.
6172* :doc: `/plugins/fetchart `: When loading art from the filesystem, we now
@@ -71,16 +82,14 @@ Little improvements and fixes:
7182* :doc: `/plugins/bucket `: You can now customize the definition of alphanumeric
7283 "ranges" using regular expressions. And the heuristic for detecting years
7384 has been improved. Thanks to sotho.
74- * Already imported singleton tracks are skipped when resuming an
85+ * Already- imported singleton tracks are skipped when resuming an
7586 import.
7687* :doc: `/plugins/chroma `: A new ``auto `` configuration option disables
7788 fingerprinting on import. Thanks to ddettrittus.
7889* :doc: `/plugins/convert `: A new ``--format `` option to can select the
7990 transcoding preset from the command-line.
8091* :doc: `/plugins/convert `: Transcoding presets can now omit their filename
8192 extensions (extensions default to the name of the preset).
82- * A new :ref: `asciify-paths ` configuration option replaces all non-ASCII
83- characters in paths.
8493* :doc: `/plugins/convert `: A new ``--pretend `` option lets you preview the
8594 commands the plugin will execute without actually taking any action. Thanks
8695 to Dietrich Daroch.
0 commit comments