File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 1.3.0 (in development )
5
- ----------------------
4
+ 1.3.0 (September 11, 2013 )
5
+ --------------------------
6
6
7
7
Albums and items now have **flexible attributes **. This means that, when you
8
8
want to store information about your music in the beets database, you're no
@@ -33,6 +33,10 @@ match *nothing* instead of *everything*. So if you type ``beet ls
33
33
fieldThatDoesNotExist:foo ``, beets will now return no results, whereas
34
34
previous versions would spit out a warning and then list your entire library.
35
35
36
+ There's more detail than you could ever need `on the beets blog `_.
37
+
38
+ .. _on the beets blog : http://beets.radbox.org/blog/flexattr.html
39
+
36
40
37
41
1.2.2 (August 27, 2013)
38
42
-----------------------
@@ -1341,7 +1345,7 @@ issue involves correct ordering of autotagged albums.
1341
1345
1342
1346
* BPD now uses a pure-Python socket library and no longer requires
1343
1347
eventlet/greenlet (the latter of which is a C extension). For the curious, the
1344
- socket library in question is called `Bluelet `_.
1348
+ socket library in question is called `Bluelet `_.
1345
1349
1346
1350
* Non-autotagged imports are now resumable (just like autotagged imports).
1347
1351
You can’t perform that action at this time.
0 commit comments