Skip to content

Commit

Permalink
DOCS/interface-changes.rst: document loadfile breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
na-na-hi committed May 17, 2024
1 parent 1930109 commit 2872bf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DOCS/interface-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ Interface changes
- change `--hidpi-window-scale` default to `no`
- add `insert-next`, `insert-next-play`, `insert-at`, and `insert-at-play`
actions to `loadfile` and `loadlist` commands
- add `index` argument to `loadfile` and `loadlist` commands
- add `index` argument to `loadlist` command
- add `index` argument to `loadfile` command. This breaks all existing
uses of this command which make use of the argument to include the list of
options to be set while the file is playing. To address this problem, the
third argument now needs to be set to -1 if the fourth argument needs to be used.
- move the `options` argument of the `loadfile` command from the third
parameter to the fourth (after `index`)
- add `--drag-and-drop=insert-next` option
Expand Down

0 comments on commit 2872bf9

Please sign in to comment.