mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
parent
6c22501f87
commit
d939c3e648
1 changed files with 5 additions and 2 deletions
|
|
@ -88,8 +88,11 @@ Fixes:
|
|||
"Edit Candidates" option is used. :bug:`2734`
|
||||
* Fix a crash when numeric metadata fields contain just a minus or plus sign
|
||||
with no following numbers. Thanks to :user:`eigengrau`. :bug:`2741`
|
||||
* :doc:`/plugins/fromfilename`: Allow file names such as "01.mp3" to extract the track number.
|
||||
Also allow "_" as a separator. Refactor some regular expressions. :bug:`2738`
|
||||
* :doc:`/plugins/fromfilename`: Recognize file names that contain *only* a
|
||||
track number, such as `01.mp3`. Also, the plugin now allows underscores as a
|
||||
separator between fields.
|
||||
Thanks to :user:`Vrihub`.
|
||||
:bug:`2738` :bug:`2759`
|
||||
* Fixed an issue where images would be resized according to their longest edge,
|
||||
instead of their width. Thanks to :user:`sekjun9878`. :bug:`2729`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue