1
1
Changelog
2
2
=========
3
3
4
- 1.2.1 (in development )
5
- ----------------------
4
+ 1.2.1 (June 22, 2013 )
5
+ ---------------------
6
6
7
7
This release introduces a major internal change in the way that similarity
8
- scores are handled, thanks to the continued efforts of Tai Lee. The changes
9
- you'll notice while using the autotagger are:
8
+ scores are handled. It means that the importer interface can now show you
9
+ exactly why a match is assigned its score and that the autotagger gained a few
10
+ new options that let you customize how matches are prioritized and
11
+ recommended.
12
+
13
+ The refactoring work is due to the continued efforts of Tai Lee. The
14
+ changes you'll notice while using the autotagger are:
10
15
11
16
* The top 3 distance penalties are now displayed on the release listing,
12
17
and all album and track penalties are now displayed on the track changes
@@ -23,20 +28,20 @@ customize the way that matches are selected:
23
28
* The :ref: `ignored ` setting lets you instruct the importer not to show you
24
29
matches that have a certain penalty applied.
25
30
* The :ref: `preferred ` collection of settings specifies a sorted list of
26
- preferred countries and media types, or prefer releases closest to the
31
+ preferred countries and media types, or prioritizes releases closest to the
27
32
original year for an album.
28
33
* The :ref: `max_rec ` settings can now be used for any distance penalty
29
- component. The recommendation will be downgraded if a penalty is being
30
- applied to the specified field.
34
+ component. The recommendation will be downgraded if a non-zero penalty is
35
+ being applied to the specified field.
31
36
32
37
And some little enhancements and bug fixes:
33
38
34
39
* Multi-disc directory names can now contain "disk" (in addition to "disc").
35
40
Thanks to John Hawthorn.
36
- * :doc: `/plugins/web `: An item count is now exposed through the API for use
37
- with the Tomahawk resolver. Thanks to Uwe L. Korn.
41
+ * :doc: `/plugins/web `: Item and album counts are now exposed through the API
42
+ for use with the Tomahawk resolver. Thanks to Uwe L. Korn.
38
43
* Python 2.6 compatibility for :doc: `/plugins/beatport `,
39
- :doc: `/plugins/missing `, and `/plugins/duplicates `. Thanks to Wesley
44
+ :doc: `/plugins/missing `, and :doc: `/plugins/duplicates `. Thanks to Wesley
40
45
Bitter and Pedro Silva.
41
46
* Don't move the config file during a null migration. Thanks to Theofilos
42
47
Intzoglou.
0 commit comments