diff --git a/CHANGELOG.md b/CHANGELOG.md index fa98e98c8b8589a1bba0f629280ef5b613a9626f..2436134dd34926dca2206f14d6c7b115deefd059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - lkt `queue delete` is now `queue remove` to delete by id - lkt `queue delete` now deletes a kara in the queue by their position - lkt shuffle works the same way as klkt, it doens't force the 'play' command but unpause, i.e it doesn't replay the kara +- lkt shows the update progress - Remove archlinux package support (replaced by AppImage) - Fix dl process with the repo module - Fix: the moveid was in fact a move command, no range supported diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5abbfc51cebf7e63c334047c98ad10a694fc6302..643ed2ed9d164f82c76df76c4a094e8e2ea8cd42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -180,8 +180,8 @@ For the compatibility column, the possible values are the following: | `clear` | `clear` | + | | | `delete [{pos}/{start:end}]` | `delete {pos}` | - | can take only one position | | `deleteid {songid}` | `deleteid {songid}` | + | delete all kara with that id, skip the current kara if needed | -| `move [{from}/{start:end}] {to}` | | TODO | not implemented | -| `moveid {from} {to}` | `moveid {from} {to}` | ~ | `to` is always an absolute position | +| `move [{from}/{start:end}] {to}` | `move {from} {to}` | ~ | `{to}` is always an absolute position | +| `moveid {from} {to}` | | | | | `playlist` | `playlist` | + | | | `playlistfind {tag} {needle}` | `playlistfind {uri}` | ~ | uses lektord URIs | | `playlistid {songid}` | `playlistid {id}` | ~ | the uri is only an id |