Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
..
New features
Comment thread
snystrom marked this conversation as resolved.
Outdated
~~~~~~~~~~~~
- :ref:`import-cmd`: When importing an archive (zip, tar, rar, or 7z) with

Check failure on line 15 in docs/changelog.rst

View workflow job for this annotation

GitHub Actions / Run tests (ubuntu-latest, 3.10)

WARNING: Explicit markup ends without a blank line; unexpected unindent. [docutils]
``move: yes``, the source archive is now removed after a successful import.
Archives are preserved if any file in the archive was not imported (e.g.
skipped as a duplicate, or the import was aborted), and in non-move import
modes.

..
Bug fixes
Expand Down Expand Up @@ -57,11 +62,6 @@
- Metadata source plugin searches and lookups are now executed concurrently,
speeding up lookups when multiple plugins (e.g. MusicBrainz and Spotify) are
enabled.
- :ref:`import-cmd`: When importing an archive (zip, tar, rar, or 7z) with
``move: yes``, the source archive is now removed after a successful import.
Archives are preserved if any file in the archive was not imported (e.g.
skipped as a duplicate, or the import was aborted), and in non-move import
modes.

Bug fixes
~~~~~~~~~
Expand Down
Loading