File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,11 @@ Fixes:
88
88
"Edit Candidates" option is used. :bug: `2734 `
89
89
* Fix a crash when numeric metadata fields contain just a minus or plus sign
90
90
with no following numbers. Thanks to :user: `eigengrau `. :bug: `2741 `
91
- * :doc: `/plugins/fromfilename `: Allow file names such as "01.mp3" to extract the track number.
92
- Also allow "_" as a separator. Refactor some regular expressions. :bug: `2738 `
91
+ * :doc: `/plugins/fromfilename `: Recognize file names that contain *only * a
92
+ track number, such as `01.mp3 `. Also, the plugin now allows underscores as a
93
+ separator between fields.
94
+ Thanks to :user: `Vrihub `.
95
+ :bug: `2738 ` :bug: `2759 `
93
96
* Fixed an issue where images would be resized according to their longest edge,
94
97
instead of their width. Thanks to :user: `sekjun9878 `. :bug: `2729 `
95
98
You can’t perform that action at this time.
0 commit comments