mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 23:43:31 +01:00
the new BPD seems to be working, so I added a note to NEWS
This commit is contained in:
parent
2ed72f796a
commit
e34ebebc9b
1 changed files with 4 additions and 0 deletions
4
NEWS
4
NEWS
|
|
@ -3,6 +3,10 @@
|
|||
* A new "-q" command line switch for the import command suppresses all
|
||||
prompts for input; it pessimistically skips all albums that the
|
||||
importer is not completely confident about.
|
||||
* BPD now uses a pure-Python socket library and no longer requires
|
||||
eventlet/greenlet (the latter of which is a C extension). For the
|
||||
curious, the socket library in question is called Bluelet:
|
||||
https://github.com/sampsyo/bluelet
|
||||
* Fix a terrible and long-standing bug where track orderings were never
|
||||
applied. This manifested when the tagger appeared to be applying a
|
||||
reasonable ordering to the tracks but, later, the database reflects a
|
||||
|
|
|
|||
Loading…
Reference in a new issue