We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0490490 commit e801e90Copy full SHA for e801e90
1 file changed
docs/changelog.rst
@@ -9,9 +9,16 @@ below!
9
Unreleased
10
----------
11
12
-..
13
- New features
14
- ~~~~~~~~~~~~
+New features
+~~~~~~~~~~~~
+
15
+- :doc:`plugins/smartplaylist`: The ``splupdate`` command output is
16
+ restructured. The per-playlist summary now includes a track count. Per-track
17
+ details are shown only when ``-v`` flag is provided (``beet -v splupdate``).
18
+ The ``--pretend`` flag produces the same output but reports *"N playlists
19
+ would be updated"* instead of *"N playlists updated"*. The ``--format`` option
20
+ allows customizing the track line format. The ``--pretend-paths`` option was
21
+ removed (use ``--format='$path'`` instead). :bug:`6183`
22
23
..
24
Bug fixes
0 commit comments