@@ -4,12 +4,17 @@ Changelog
4
4
1.4.5 (in development)
5
5
----------------------
6
6
7
- Features:
7
+ Version 1.4.5 adds some oft-requested features. When you're importing files,
8
+ you can now manually set fields on the new music. Date queries have gotten
9
+ much more powerful: you can write precise queries down to the second, and we
10
+ now have *relative * queries like ``-1w ``, which means *one week ago *.
11
+
12
+ Here are the new features:
8
13
9
14
* You can now set fields to certain values during :ref: `import-cmd `, using
10
15
either a ``--set field=value `` command-line flag or a new :ref: `set_fields `
11
16
configuration option under the `importer ` section.
12
- Thanks to :user: `bartkl `. :bug: `1881 ` :bug: `2581 `
17
+ Thanks to :user: `bartkl `. :bug: `1881 ` :bug: `2581 `
13
18
* :ref: `Date queries <datequery >` can now include times, so you can filter
14
19
your music down to the second. Thanks to :user: `discopatrick `. :bug: `2506 `
15
20
:bug: `2528 `
@@ -23,10 +28,10 @@ Features:
23
28
`r128 ` configuration option enables this behavior for specific formats.
24
29
Thanks to :user: `autrimpo `. :bug: `2557 ` :bug: `2560 `
25
30
* The :ref: `move-cmd ` command gained a new ``--export `` flag, which copies
26
- files to an external location without changing their location in the library
31
+ files to an external location without changing their paths in the library
27
32
database. Thanks to :user: `SpirosChadoulos `. :bug: `435 ` :bug: `2510 `
28
33
29
- Fixes :
34
+ There are also some bug fixes :
30
35
31
36
* :doc: `/plugins/lastgenre `: Fix a crash when using the `prefer_specific ` and
32
37
`canonical ` options together. Thanks to :user: `yacoob `. :bug: `2459 `
0 commit comments